Skip to content

Commit

Permalink
Add new network Sei EVM Devnet - 713715 (#973)
Browse files Browse the repository at this point in the history
* Add new network Sei EVM Devnet - 713715

* Update src/networks.json

* Update src/networks.json

* Apply suggestions from code review

---------

Co-authored-by: ChaituVR <ChaituVR@users.noreply.github.com>
Co-authored-by: Chaitanya <yourchaitu@gmail.com>
  • Loading branch information
3 people authored Mar 14, 2024
1 parent 73b1d28 commit 0a69ff0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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.11.8",
"version": "0.11.9",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
15 changes: 15 additions & 0 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,21 @@
"logo": "ipfs://bafkreicew2qv3m756m7xs2nrjezinghps7rlessrqjqetvox74w4hov2xe",
"testnet": true
},
"713715": {
"key": "713715",
"name": "Sei EVM Devnet",
"shortName": "devnet",
"chainId": 713715,
"network": "testnet",
"multicall": "0xEe8d287B844959ADe40d718Dc23077ba920e2f07",
"rpc": [],
"explorer": {
"url": "https://seitrace.com"
},
"start": 1463669,
"logo": "ipfs://bafkreiammyt7uztbztqbcqv4bydnczsh2fqmnjf6jxj4xnskzzl6sjrigq",
"testnet": true
},
"11155111": {
"key": "11155111",
"name": "Sepolia testnet",
Expand Down

0 comments on commit 0a69ff0

Please sign in to comment.