Skip to content

Commit 46c3e00

Browse files
Add new network Unit Zero - 88811 (#1184)
* Add new network UNIT0 - 88811 * Update src/networks.json * Add new network Unit Zero testnet - 88817 (#1185) * Add new network Unit Zero testnet - 88817 * Downgrade version from 0.14.15 to 0.14.14 --------- Co-authored-by: ChaituVR <[email protected]> Co-authored-by: Chaitanya <[email protected]> --------- Co-authored-by: ChaituVR <[email protected]> Co-authored-by: Chaitanya <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d95696 commit 46c3e00

File tree

2 files changed

+31
-2
lines changed

2 files changed

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

src/networks.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,6 +1772,35 @@
17721772
"logo": "ipfs://bafkreid4ek4gnj6ccxl3yubwj2wr3d5t6dqelvvh4hv5wo5eldkqs725ri",
17731773
"testnet": true
17741774
},
1775+
"88811": {
1776+
"key": "88811",
1777+
"name": "Unit Zero",
1778+
"shortName": "mainnet",
1779+
"chainId": 88811,
1780+
"network": "mainnet",
1781+
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
1782+
"rpc": [],
1783+
"explorer": {
1784+
"url": "https://explorer.unit0.dev"
1785+
},
1786+
"start": 9727,
1787+
"logo": "ipfs://bafkreihbmy3rqlammea35nniemipxrwcgitzkiahs6nlrfjunnvgfnakp4"
1788+
},
1789+
"88817": {
1790+
"key": "88817",
1791+
"name": "Unit Zero testnet",
1792+
"shortName": "testnet",
1793+
"chainId": 88817,
1794+
"network": "testnet",
1795+
"multicall": "0x017181efb3bDB325C17800799b33Ae80B395024c",
1796+
"rpc": [],
1797+
"explorer": {
1798+
"url": "https://explorer-testnet.unit0.dev"
1799+
},
1800+
"start": 3973744,
1801+
"logo": "ipfs://bafkreihbmy3rqlammea35nniemipxrwcgitzkiahs6nlrfjunnvgfnakp4",
1802+
"testnet": true
1803+
},
17751804
"314159": {
17761805
"key": "314159",
17771806
"name": "Filecoin Calibration Testnet",
@@ -2036,4 +2065,4 @@
20362065
"start": 7,
20372066
"logo": "ipfs://bafkreihbjafyh7eud7r6e5743esaamifcttsvbspfwcrfoc5ykodjdi67m"
20382067
}
2039-
}
2068+
}

0 commit comments

Comments
 (0)