@snapshot-labs/snapshot.js 0.3.21 → 0.3.22
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/dist/snapshot.cjs.js +26 -1
- package/dist/snapshot.esm.js +26 -1
- package/dist/snapshot.min.js +3 -3
- package/package.json +1 -1
- package/src/networks/288.png +0 -0
- package/src/networks/5553.png +0 -0
- package/src/networks.json +21 -0
- package/src/schemas/proposal.json +1 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -844,7 +844,7 @@ var definitions$1 = {
|
|
|
844
844
|
choices: {
|
|
845
845
|
type: "array",
|
|
846
846
|
title: "choices",
|
|
847
|
-
minItems:
|
|
847
|
+
minItems: 1,
|
|
848
848
|
maxItems: 96
|
|
849
849
|
},
|
|
850
850
|
type: {
|
|
@@ -1454,6 +1454,18 @@ var networks = {
|
|
|
1454
1454
|
"wss://ws-testnet.hecochain.com"
|
|
1455
1455
|
],
|
|
1456
1456
|
explorer: "https://testnet.hecoinfo.com"
|
|
1457
|
+
},
|
|
1458
|
+
"288": {
|
|
1459
|
+
key: "288",
|
|
1460
|
+
name: "Boba Mainnet",
|
|
1461
|
+
shortName: "Boba",
|
|
1462
|
+
chainId: 288,
|
|
1463
|
+
network: "mainnet",
|
|
1464
|
+
multicall: "0xfb91c019D9F12A0f9c23B4762fa64A34F8daDb4A",
|
|
1465
|
+
rpc: [
|
|
1466
|
+
"https://mainnet.boba.network/"
|
|
1467
|
+
],
|
|
1468
|
+
explorer: "https://blockexplorer.boba.network/"
|
|
1457
1469
|
},
|
|
1458
1470
|
"321": {
|
|
1459
1471
|
key: "321",
|
|
@@ -1548,6 +1560,19 @@ var networks = {
|
|
|
1548
1560
|
"https://babel-api.testnet.iotex.io"
|
|
1549
1561
|
],
|
|
1550
1562
|
explorer: "https://testnet.iotexscan.io"
|
|
1563
|
+
},
|
|
1564
|
+
"5553": {
|
|
1565
|
+
key: "5553",
|
|
1566
|
+
name: "Nahmii Testnet",
|
|
1567
|
+
shortName: "Nahmii",
|
|
1568
|
+
chainId: 5553,
|
|
1569
|
+
network: "testnet",
|
|
1570
|
+
testnet: true,
|
|
1571
|
+
multicall: "0x0e157d2E45af27564edFAaCcD68f2f0458F3D96c",
|
|
1572
|
+
rpc: [
|
|
1573
|
+
"https://l2.testnet.nahmii.io"
|
|
1574
|
+
],
|
|
1575
|
+
explorer: "https://explorer.testnet.nahmii.io/"
|
|
1551
1576
|
},
|
|
1552
1577
|
"32659": {
|
|
1553
1578
|
key: "32659",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -835,7 +835,7 @@ var definitions$1 = {
|
|
|
835
835
|
choices: {
|
|
836
836
|
type: "array",
|
|
837
837
|
title: "choices",
|
|
838
|
-
minItems:
|
|
838
|
+
minItems: 1,
|
|
839
839
|
maxItems: 96
|
|
840
840
|
},
|
|
841
841
|
type: {
|
|
@@ -1445,6 +1445,18 @@ var networks = {
|
|
|
1445
1445
|
"wss://ws-testnet.hecochain.com"
|
|
1446
1446
|
],
|
|
1447
1447
|
explorer: "https://testnet.hecoinfo.com"
|
|
1448
|
+
},
|
|
1449
|
+
"288": {
|
|
1450
|
+
key: "288",
|
|
1451
|
+
name: "Boba Mainnet",
|
|
1452
|
+
shortName: "Boba",
|
|
1453
|
+
chainId: 288,
|
|
1454
|
+
network: "mainnet",
|
|
1455
|
+
multicall: "0xfb91c019D9F12A0f9c23B4762fa64A34F8daDb4A",
|
|
1456
|
+
rpc: [
|
|
1457
|
+
"https://mainnet.boba.network/"
|
|
1458
|
+
],
|
|
1459
|
+
explorer: "https://blockexplorer.boba.network/"
|
|
1448
1460
|
},
|
|
1449
1461
|
"321": {
|
|
1450
1462
|
key: "321",
|
|
@@ -1539,6 +1551,19 @@ var networks = {
|
|
|
1539
1551
|
"https://babel-api.testnet.iotex.io"
|
|
1540
1552
|
],
|
|
1541
1553
|
explorer: "https://testnet.iotexscan.io"
|
|
1554
|
+
},
|
|
1555
|
+
"5553": {
|
|
1556
|
+
key: "5553",
|
|
1557
|
+
name: "Nahmii Testnet",
|
|
1558
|
+
shortName: "Nahmii",
|
|
1559
|
+
chainId: 5553,
|
|
1560
|
+
network: "testnet",
|
|
1561
|
+
testnet: true,
|
|
1562
|
+
multicall: "0x0e157d2E45af27564edFAaCcD68f2f0458F3D96c",
|
|
1563
|
+
rpc: [
|
|
1564
|
+
"https://l2.testnet.nahmii.io"
|
|
1565
|
+
],
|
|
1566
|
+
explorer: "https://explorer.testnet.nahmii.io/"
|
|
1542
1567
|
},
|
|
1543
1568
|
"32659": {
|
|
1544
1569
|
key: "32659",
|