Skip to content

Commit 662e8c0

Browse files
Add new network Sei atlantic testnet - 1328 (#1022)
Co-authored-by: ChaituVR <[email protected]>
1 parent 7103223 commit 662e8c0

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
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.11.32",
3+
"version": "0.11.33",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/networks.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,21 @@
782782
"start": 859041,
783783
"logo": "ipfs://QmeGbNTU2Jqwg8qLTMGW8n8HSi2VdgCncAaeGzLx6gYnD7"
784784
},
785+
"1328": {
786+
"key": "1328",
787+
"name": "Sei atlantic testnet",
788+
"shortName": "testnet",
789+
"chainId": 1328,
790+
"network": "testnet",
791+
"multicall": "0xc454132B017b55b427f45078E335549A7124f5f7",
792+
"rpc": [],
793+
"explorer": {
794+
"url": "https://seitrace.com"
795+
},
796+
"start": 96978658,
797+
"logo": "ipfs://bafkreiammyt7uztbztqbcqv4bydnczsh2fqmnjf6jxj4xnskzzl6sjrigq",
798+
"testnet": true
799+
},
785800
"1329": {
786801
"key": "1329",
787802
"name": "Sei",
@@ -1578,4 +1593,4 @@
15781593
"start": 7521509,
15791594
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
15801595
}
1581-
}
1596+
}

0 commit comments

Comments
 (0)