Skip to content

Commit 0a69ff0

Browse files
Add new network Sei EVM Devnet - 713715 (#973)
* Add new network Sei EVM Devnet - 713715 * Update src/networks.json * Update src/networks.json * Apply suggestions from code review --------- Co-authored-by: ChaituVR <[email protected]> Co-authored-by: Chaitanya <[email protected]>
1 parent 73b1d28 commit 0a69ff0

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.11.8",
3+
"version": "0.11.9",
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
@@ -1350,6 +1350,21 @@
13501350
"logo": "ipfs://bafkreicew2qv3m756m7xs2nrjezinghps7rlessrqjqetvox74w4hov2xe",
13511351
"testnet": true
13521352
},
1353+
"713715": {
1354+
"key": "713715",
1355+
"name": "Sei EVM Devnet",
1356+
"shortName": "devnet",
1357+
"chainId": 713715,
1358+
"network": "testnet",
1359+
"multicall": "0xEe8d287B844959ADe40d718Dc23077ba920e2f07",
1360+
"rpc": [],
1361+
"explorer": {
1362+
"url": "https://seitrace.com"
1363+
},
1364+
"start": 1463669,
1365+
"logo": "ipfs://bafkreiammyt7uztbztqbcqv4bydnczsh2fqmnjf6jxj4xnskzzl6sjrigq",
1366+
"testnet": true
1367+
},
13531368
"11155111": {
13541369
"key": "11155111",
13551370
"name": "Sepolia testnet",

0 commit comments

Comments
 (0)