Skip to content

Commit

Permalink
Add new network Fraxtal Testnet - 2522
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Aug 21, 2024
1 parent 901305a commit ae43c68
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 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.12.5",
"version": "0.12.6",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
45 changes: 30 additions & 15 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,21 @@
"start": 57500,
"logo": "ipfs://bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe"
},
"2522": {
"key": "2522",
"name": "Fraxtal Testnet",
"shortName": "testnet",
"chainId": 2522,
"network": "testnet",
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
"rpc": [],
"explorer": {
"url": "https://holesky.fraxscan.com/"
},
"start": 1,
"logo": "ipfs://bafkreieflj4wq6tx7k5kq47z3xnsrdrn2xgm4bxa3uovrnndcb2vqqwlyu",
"testnet": true
},
"4200": {
"key": "4200",
"name": "Merlin",
Expand Down Expand Up @@ -1455,6 +1470,20 @@
"logo": "ipfs://bafkreiammyt7uztbztqbcqv4bydnczsh2fqmnjf6jxj4xnskzzl6sjrigq",
"testnet": true
},
"810180": {
"key": "810180",
"name": "zkLink Nova",
"shortName": "zlink",
"chainId": 810180,
"network": "mainnet",
"multicall": "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5",
"rpc": [],
"explorer": {
"url": "https://explorer.zklink.io"
},
"start": 146055,
"logo": "ipfs://bafkreic6c3iems5235qapyhyrygha7akqrsfact2nok3y2uhljpzxrdu74"
},
"810181": {
"key": "810181",
"name": "zkLink Nova Sepolia",
Expand All @@ -1470,20 +1499,6 @@
"logo": "ipfs://bafkreic6c3iems5235qapyhyrygha7akqrsfact2nok3y2uhljpzxrdu74",
"testnet": true
},
"810180": {
"key": "810180",
"name": "zkLink Nova",
"shortName": "zlink",
"chainId": 810180,
"network": "mainnet",
"multicall": "0x825267E0fA5CAe92F98540828a54198dcB3Eaeb5",
"rpc": [],
"explorer": {
"url": "https://explorer.zklink.io"
},
"start": 146055,
"logo": "ipfs://bafkreic6c3iems5235qapyhyrygha7akqrsfact2nok3y2uhljpzxrdu74"
},
"11155111": {
"key": "11155111",
"name": "Sepolia testnet",
Expand Down Expand Up @@ -1622,4 +1637,4 @@
"start": 7521509,
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
}
}
}

0 comments on commit ae43c68

Please sign in to comment.