Skip to content

Commit 645d1ba

Browse files
TodmybonustrackChaituVR
authored
feat(network): add mantle network (#888)
* feat(network): add mantle network * fix(img): add network image * Update src/networks.json Co-authored-by: Less <[email protected]> * fix(networks): update Mantle start * Update package.json --------- Co-authored-by: Less <[email protected]> Co-authored-by: Chaitanya <[email protected]>
1 parent 47e9f68 commit 645d1ba

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.5.4",
3+
"version": "0.5.5",
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
@@ -1551,6 +1551,21 @@
15511551
"start": 8821493,
15521552
"logo": "ipfs://QmNkr1UPcBYbvLp7d7Pk4eF3YCsHpaNkfusKZNtykL2EQC"
15531553
},
1554+
"5000": {
1555+
"key": "5000",
1556+
"name": "Mantle",
1557+
"chainId": 5000,
1558+
"network": "mainnet",
1559+
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
1560+
"rpc": [
1561+
"https://rpc.mantle.xyz"
1562+
],
1563+
"explorer": {
1564+
"url": "https://explorer.mantle.xyz"
1565+
},
1566+
"start": 304717,
1567+
"logo": "ipfs://bafkreidkucwfn4mzo2gtydrt2wogk3je5xpugom67vhi4h4comaxxjzoz4"
1568+
},
15541569
"5551": {
15551570
"key": "5551",
15561571
"name": "Nahmii Mainnet",

0 commit comments

Comments
 (0)