Skip to content

Commit 73b1d28

Browse files
Add new network Linea - 59144 (#916)
Co-authored-by: ChaituVR <[email protected]> Co-authored-by: Chaitanya <[email protected]>
1 parent 0890d25 commit 73b1d28

File tree

2 files changed

+16
-2
lines changed

2 files changed

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

src/networks.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,20 @@
12841284
"logo": "ipfs://bafkreihtyzolub3sejuwc32hpdpjnt7ksowaguni2yuho3kyihhcqrtqce",
12851285
"testnet": true
12861286
},
1287+
"59144": {
1288+
"key": "59144",
1289+
"name": "Linea",
1290+
"shortName": "linea",
1291+
"chainId": 59144,
1292+
"network": "mainnet",
1293+
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
1294+
"rpc": [],
1295+
"explorer": {
1296+
"url": "https://lineascan.build/"
1297+
},
1298+
"start": 42,
1299+
"logo": "ipfs://bafkreihtyzolub3sejuwc32hpdpjnt7ksowaguni2yuho3kyihhcqrtqce"
1300+
},
12871301
"80001": {
12881302
"key": "80001",
12891303
"name": "Polygon Mumbai",
@@ -1424,4 +1438,4 @@
14241438
"start": 7521509,
14251439
"logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
14261440
}
1427-
}
1441+
}

0 commit comments

Comments
 (0)