Skip to content

Commit 6831eb4

Browse files
Add new network Merlin Testnet - 686868 (#968)
Co-authored-by: ChaituVR <[email protected]>
1 parent d8da789 commit 6831eb4

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.11.5",
3+
"version": "0.11.6",
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
@@ -1323,6 +1323,21 @@
13231323
"start": 1151797,
13241324
"logo": "ipfs://QmaxRoHpxZd8PqccAynherrMznMufG6sdmHZLihkECXmZv"
13251325
},
1326+
"686868": {
1327+
"key": "686868",
1328+
"name": "Merlin Testnet",
1329+
"shortName": "merlin",
1330+
"chainId": 686868,
1331+
"network": "testnet",
1332+
"multicall": "0x758BC6321b7c68F4986d62a4D46E83A2DCb58c80",
1333+
"rpc": [],
1334+
"explorer": {
1335+
"url": "https://testnet-scan.merlinchain.io"
1336+
},
1337+
"start": 3562021,
1338+
"logo": "ipfs://bafkreicew2qv3m756m7xs2nrjezinghps7rlessrqjqetvox74w4hov2xe",
1339+
"testnet": true
1340+
},
13261341
"11155111": {
13271342
"key": "11155111",
13281343
"name": "Sepolia testnet",

0 commit comments

Comments
 (0)