Skip to content

Commit

Permalink
Fix zkSync era and testnet (#866)
Browse files Browse the repository at this point in the history
* Fix zkSync era and testnet

* Update package.json

* Update src/networks.json
  • Loading branch information
ChaituVR committed Jul 3, 2023
1 parent 88143d4 commit 70c7df8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.4.102",
"version": "0.4.103",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
18 changes: 9 additions & 9 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,20 +794,20 @@
},
"280": {
"key": "280",
"name": "zkSync 2 testnet",
"shortName": "zkSync2",
"name": "zkSync Era Testnet",
"shortName": "zkSync testnet",
"chainId": 280,
"network": "zkSync alpha testnet",
"testnet": true,
"multicall": "0xD2CF10EF0b64B2C9B7147740AEda677d3EfeD2f8",
"multicall": "0xbDAd32d600915cB70576D3d935d49bFf3C9cB0CF",
"rpc": [
"https://zksync2-testnet.zksync.dev"
"https://testnet.era.zksync.dev"
],
"explorer": {
"url": "https://zksync2-testnet.zkscan.io/"
"url": "https://goerli.explorer.zksync.io/"
},
"start": 1374275,
"logo": "ipfs://QmPDbdmwpEeenaLHAbqcAerXdH9Z4Gfd7gm9M8tbkkjcAS"
"start": 9012429,
"logo": "ipfs://bafkreih6y7ri7h667cwxe5miisxghfheiidtbw2747y75stoxt3gp3a2yy"
},
"324": {
"key": "324",
Expand All @@ -823,7 +823,7 @@
"url": "https://explorer.zksync.io/"
},
"start": 3908235,
"logo": "ipfs://QmPDbdmwpEeenaLHAbqcAerXdH9Z4Gfd7gm9M8tbkkjcAS"
"logo": "ipfs://bafkreih6y7ri7h667cwxe5miisxghfheiidtbw2747y75stoxt3gp3a2yy"
},
"288": {
"key": "288",
Expand Down Expand Up @@ -2366,4 +2366,4 @@
"start": 13959539,
"logo": "ipfs://QmVgkQTA8cbYMijWS8AN44xzwAEQvFc2dCpih1qK78ZRQW"
}
}
}

0 comments on commit 70c7df8

Please sign in to comment.