@snapshot-labs/snapshot.js 0.3.29 → 0.3.30
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 +2 -2
- package/package.json +1 -1
- package/src/networks/1313161554.png +0 -0
- package/src/networks/74.png +0 -0
- package/src/networks.json +23 -0
- package/src/schemas/proposal.json +1 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -845,7 +845,7 @@ var definitions$1 = {
|
|
|
845
845
|
type: "array",
|
|
846
846
|
title: "choices",
|
|
847
847
|
minItems: 1,
|
|
848
|
-
maxItems:
|
|
848
|
+
maxItems: 120
|
|
849
849
|
},
|
|
850
850
|
type: {
|
|
851
851
|
type: "string",
|
|
@@ -1272,6 +1272,19 @@ var networks = {
|
|
|
1272
1272
|
"wss://ws-mainnet2.hoosmartchain.com"
|
|
1273
1273
|
],
|
|
1274
1274
|
explorer: "https://hscscan.com"
|
|
1275
|
+
},
|
|
1276
|
+
"74": {
|
|
1277
|
+
key: "74",
|
|
1278
|
+
name: "IDChain",
|
|
1279
|
+
shortName: "IDChain",
|
|
1280
|
+
chainId: 74,
|
|
1281
|
+
network: "mainnet",
|
|
1282
|
+
multicall: "0x41d289c966D51342A515A19dE9c27d16079c94E0",
|
|
1283
|
+
rpc: [
|
|
1284
|
+
"https://idchain.one/rpc/",
|
|
1285
|
+
"https://idchain.songadao.org/rpc"
|
|
1286
|
+
],
|
|
1287
|
+
explorer: "https://explorer.idchain.one/"
|
|
1275
1288
|
},
|
|
1276
1289
|
"80": {
|
|
1277
1290
|
key: "80",
|
|
@@ -1723,6 +1736,18 @@ var networks = {
|
|
|
1723
1736
|
"https://rpc.polis.tech"
|
|
1724
1737
|
],
|
|
1725
1738
|
explorer: "https://explorer.polis.tech"
|
|
1739
|
+
},
|
|
1740
|
+
"1313161554": {
|
|
1741
|
+
key: "1313161554",
|
|
1742
|
+
name: "Aurora Mainnet",
|
|
1743
|
+
shortName: "Aurora",
|
|
1744
|
+
chainId: 1313161554,
|
|
1745
|
+
network: "mainnet",
|
|
1746
|
+
multicall: "0x32b50c286DEFd2932a0247b8bb940b78c063F16c",
|
|
1747
|
+
rpc: [
|
|
1748
|
+
"https://mainnet.aurora.dev"
|
|
1749
|
+
],
|
|
1750
|
+
explorer: "https://explorer.mainnet.aurora.dev"
|
|
1726
1751
|
},
|
|
1727
1752
|
"1666600000": {
|
|
1728
1753
|
key: "1666600000",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -836,7 +836,7 @@ var definitions$1 = {
|
|
|
836
836
|
type: "array",
|
|
837
837
|
title: "choices",
|
|
838
838
|
minItems: 1,
|
|
839
|
-
maxItems:
|
|
839
|
+
maxItems: 120
|
|
840
840
|
},
|
|
841
841
|
type: {
|
|
842
842
|
type: "string",
|
|
@@ -1263,6 +1263,19 @@ var networks = {
|
|
|
1263
1263
|
"wss://ws-mainnet2.hoosmartchain.com"
|
|
1264
1264
|
],
|
|
1265
1265
|
explorer: "https://hscscan.com"
|
|
1266
|
+
},
|
|
1267
|
+
"74": {
|
|
1268
|
+
key: "74",
|
|
1269
|
+
name: "IDChain",
|
|
1270
|
+
shortName: "IDChain",
|
|
1271
|
+
chainId: 74,
|
|
1272
|
+
network: "mainnet",
|
|
1273
|
+
multicall: "0x41d289c966D51342A515A19dE9c27d16079c94E0",
|
|
1274
|
+
rpc: [
|
|
1275
|
+
"https://idchain.one/rpc/",
|
|
1276
|
+
"https://idchain.songadao.org/rpc"
|
|
1277
|
+
],
|
|
1278
|
+
explorer: "https://explorer.idchain.one/"
|
|
1266
1279
|
},
|
|
1267
1280
|
"80": {
|
|
1268
1281
|
key: "80",
|
|
@@ -1714,6 +1727,18 @@ var networks = {
|
|
|
1714
1727
|
"https://rpc.polis.tech"
|
|
1715
1728
|
],
|
|
1716
1729
|
explorer: "https://explorer.polis.tech"
|
|
1730
|
+
},
|
|
1731
|
+
"1313161554": {
|
|
1732
|
+
key: "1313161554",
|
|
1733
|
+
name: "Aurora Mainnet",
|
|
1734
|
+
shortName: "Aurora",
|
|
1735
|
+
chainId: 1313161554,
|
|
1736
|
+
network: "mainnet",
|
|
1737
|
+
multicall: "0x32b50c286DEFd2932a0247b8bb940b78c063F16c",
|
|
1738
|
+
rpc: [
|
|
1739
|
+
"https://mainnet.aurora.dev"
|
|
1740
|
+
],
|
|
1741
|
+
explorer: "https://explorer.mainnet.aurora.dev"
|
|
1717
1742
|
},
|
|
1718
1743
|
"1666600000": {
|
|
1719
1744
|
key: "1666600000",
|