Skip to content

Commit

Permalink
refactor: rewrite note about zkSync
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jul 6, 2024
1 parent 0b83e34 commit 0ff9d32
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions docs/contracts/v2/02-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ Or maybe you're looking for V1? [Click here](/contracts/v1/deployments).

## zkSync Era

:::note

Unlike other EVM chains, zkSync requires the libraries to be deployed, too. Please refer to
[their docs](https://docs.zksync.io/build/developer-reference/ethereum-differences/libraries).

:::

### Core

| Contract | Address | Deployment |
Expand All @@ -237,9 +244,6 @@ Or maybe you're looking for V1? [Click here](/contracts/v1/deployments).
| NFTSVG | [0xdCAaF1fC014BCdB5568Dc5CA8c22de4BE8829dCd](https://explorer.zksync.io/address/0xdCAaF1fC014BCdB5568Dc5CA8c22de4BE8829dCd) | [core-v1.2.0](https://github.com/sablier-labs/v2-deployments/tree/main/core/v1.2.0) |
| SVGElements | [0x500b6f2624662b1e2E0a144ceF24117B39F09DA5](https://explorer.zksync.io/address/0x500b6f2624662b1e2E0a144ceF24117B39F09DA5) | [core-v1.2.0](https://github.com/sablier-labs/v2-deployments/tree/main/core/v1.2.0) |

zkSync requires to deploy the libraries as well, please refer to
[their docs](https://docs.zksync.io/build/developer-reference/ethereum-differences/libraries).

### Periphery

| Contract | Address | Deployment |
Expand Down Expand Up @@ -267,6 +271,13 @@ zkSync requires to deploy the libraries as well, please refer to

## zkSync Sepolia

:::note

Unlike other EVM chains, zkSync requires the libraries to be deployed, too. Please refer to
[their docs](https://docs.zksync.io/build/developer-reference/ethereum-differences/libraries).

:::

### Core

| Contract | Address | Deployment |
Expand All @@ -278,9 +289,6 @@ zkSync requires to deploy the libraries as well, please refer to
| NFTSVG | [0x622e3bfA60486Fc7319cA370BfB81E713fd10c0f](https://sepolia.explorer.zksync.io/address/0x622e3bfA60486Fc7319cA370BfB81E713fd10c0f) | [core-v1.2.0](https://github.com/sablier-labs/v2-deployments/tree/main/core/v1.2.0) |
| SVGElements | [0x41602e7D355A15b76D43F84183831836eC498678](https://sepolia.explorer.zksync.io/address/0x41602e7D355A15b76D43F84183831836eC498678) | [core-v1.2.0](https://github.com/sablier-labs/v2-deployments/tree/main/core/v1.2.0) |

zkSync requires to deploy the libraries as well, please refer to
[their docs](https://docs.zksync.io/build/developer-reference/ethereum-differences/libraries).

### Periphery

| Contract | Address | Deployment |
Expand Down

0 comments on commit 0ff9d32

Please sign in to comment.