@snapshot-labs/snapshot.js 0.11.7 → 0.11.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.11.7",
3
+ "version": "0.11.9",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
package/src/networks.json CHANGED
@@ -1272,19 +1272,31 @@
1272
1272
  "59140": {
1273
1273
  "key": "59140",
1274
1274
  "name": "Linea Goerli testnet",
1275
- "shortName": "Linea Goerli",
1275
+ "shortName": "linea",
1276
1276
  "chainId": 59140,
1277
1277
  "network": "testnet",
1278
- "testnet": true,
1279
1278
  "multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
1280
- "rpc": [
1281
- "https://rpc.goerli.linea.build"
1282
- ],
1279
+ "rpc": [],
1283
1280
  "explorer": {
1284
- "url": "https://explorer.goerli.linea.build"
1281
+ "url": "https://goerli.lineascan.build/"
1285
1282
  },
1286
1283
  "start": 498623,
1287
- "logo": "ipfs://QmSwCnEeLoyMApQd1YfhmGvLt97bH5mLPoabjKqUSuQHHF"
1284
+ "logo": "ipfs://bafkreihtyzolub3sejuwc32hpdpjnt7ksowaguni2yuho3kyihhcqrtqce",
1285
+ "testnet": true
1286
+ },
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"
1288
1300
  },
1289
1301
  "80001": {
1290
1302
  "key": "80001",
@@ -1338,6 +1350,21 @@
1338
1350
  "logo": "ipfs://bafkreicew2qv3m756m7xs2nrjezinghps7rlessrqjqetvox74w4hov2xe",
1339
1351
  "testnet": true
1340
1352
  },
1353
+ "713715": {
1354
+ "key": "713715",
1355
+ "name": "Sei EVM Devnet",
1356
+ "shortName": "devnet",
1357
+ "chainId": 713715,
1358
+ "network": "testnet",
1359
+ "multicall": "0xEe8d287B844959ADe40d718Dc23077ba920e2f07",
1360
+ "rpc": [],
1361
+ "explorer": {
1362
+ "url": "https://seitrace.com"
1363
+ },
1364
+ "start": 1463669,
1365
+ "logo": "ipfs://bafkreiammyt7uztbztqbcqv4bydnczsh2fqmnjf6jxj4xnskzzl6sjrigq",
1366
+ "testnet": true
1367
+ },
1341
1368
  "11155111": {
1342
1369
  "key": "11155111",
1343
1370
  "name": "Sepolia testnet",
@@ -1426,4 +1453,4 @@
1426
1453
  "start": 7521509,
1427
1454
  "logo": "ipfs://QmNnGPr1CNvj12SSGzKARtUHv9FyEfE5nES73U4vBWQSJL"
1428
1455
  }
1429
- }
1456
+ }