Skip to content

Commit 006f00a

Browse files
Add new network Base - 8453 (#878)
Co-authored-by: ChaituVR <[email protected]>
1 parent cbfce41 commit 006f00a

File tree

2 files changed

+16
-3
lines changed

2 files changed

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

src/networks.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,8 +1625,7 @@
16251625
"chainId": 7332,
16261626
"network": "mainnet",
16271627
"multicall": "0xC743e4910Bdd4e5aBacCA38F74cdA270281C5eef",
1628-
"rpc": [
1629-
],
1628+
"rpc": [],
16301629
"explorer": {
16311630
"url": "https://eon-explorer.horizenlabs.io"
16321631
},
@@ -1700,6 +1699,20 @@
17001699
},
17011700
"logo": "ipfs://QmYACyZcidcFtMo4Uf9H6ZKUxTP2TQPjGzNjcUjqYa64dt"
17021701
},
1702+
"8453": {
1703+
"key": "8453",
1704+
"name": "Base",
1705+
"shortName": "mainnet",
1706+
"chainId": 8453,
1707+
"network": "mainnet",
1708+
"multicall": "0xca11bde05977b3631167028862be2a173976ca11",
1709+
"rpc": [],
1710+
"explorer": {
1711+
"url": "https://basescan.org/"
1712+
},
1713+
"start": 5022,
1714+
"logo": "ipfs://QmaxRoHpxZd8PqccAynherrMznMufG6sdmHZLihkECXmZv"
1715+
},
17031716
"9000": {
17041717
"key": "9000",
17051718
"name": "Evmos Network Testnet",

0 commit comments

Comments
 (0)