Skip to content

Commit 57630e8

Browse files
Add new network Fraxtal Testnet - 2522 (#1049)
Co-authored-by: ChaituVR <[email protected]> Co-authored-by: Chaitanya <[email protected]>
1 parent a518c1f commit 57630e8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.12.5",
3+
"version": "0.12.6",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,21 @@
949949
"start": 57500,
950950
"logo": "ipfs://bafkreidg4wpewve5mdxrofneqblydkrjl3oevtgpdf3fk3z3vjqam6ocoe"
951951
},
952+
"2522": {
953+
"key": "2522",
954+
"name": "Fraxtal Testnet",
955+
"shortName": "testnet",
956+
"chainId": 2522,
957+
"network": "testnet",
958+
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
959+
"rpc": [],
960+
"explorer": {
961+
"url": "https://holesky.fraxscan.com/"
962+
},
963+
"start": 1,
964+
"logo": "ipfs://bafkreieflj4wq6tx7k5kq47z3xnsrdrn2xgm4bxa3uovrnndcb2vqqwlyu",
965+
"testnet": true
966+
},
952967
"4200": {
953968
"key": "4200",
954969
"name": "Merlin",

0 commit comments

Comments
 (0)