Skip to content

Commit a99c3ab

Browse files
Light FuryChaituVR
andauthored
Add EON Mainnet (#873)
* feat: Add EON Mainnet * Apply suggestions from code review * Update src/networks.json * v0.4.106 --------- Co-authored-by: Chaitanya <[email protected]>
1 parent cd33067 commit a99c3ab

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.4.105",
3+
"version": "0.4.106",
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
@@ -1618,6 +1618,21 @@
16181618
"start": 370457,
16191619
"logo": "ipfs://QmWkhZYhReYyaa5pQXj32hEGxoRcBqarFMcfQScELmjYQj"
16201620
},
1621+
"7332": {
1622+
"key": "7332",
1623+
"name": "Horizen EON",
1624+
"shortName": "EON",
1625+
"chainId": 7332,
1626+
"network": "mainnet",
1627+
"multicall": "0xC743e4910Bdd4e5aBacCA38F74cdA270281C5eef",
1628+
"rpc": [
1629+
],
1630+
"explorer": {
1631+
"url": "https://eon-explorer.horizenlabs.io"
1632+
},
1633+
"start": 85108,
1634+
"logo": "ipfs://QmUYQdsnkUoiDiQ3WaWrtH7fsc5yQDC7kZJCHmC2qWPTPt"
1635+
},
16211636
"7341": {
16221637
"key": "7341",
16231638
"name": "Shyft",

0 commit comments

Comments
 (0)