@snapshot-labs/snapshot.js 0.3.77 → 0.3.78
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 +17 -1
- package/dist/snapshot.esm.js +17 -1
- package/dist/snapshot.min.js +2 -2
- package/package.json +1 -1
- package/src/networks.json +18 -2
- package/src/schemas/proposal.json +1 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -893,7 +893,7 @@ var definitions$1 = {
|
|
|
893
893
|
type: "array",
|
|
894
894
|
title: "choices",
|
|
895
895
|
minItems: 1,
|
|
896
|
-
maxItems:
|
|
896
|
+
maxItems: 160
|
|
897
897
|
},
|
|
898
898
|
type: {
|
|
899
899
|
type: "string",
|
|
@@ -1826,6 +1826,22 @@ var networks = {
|
|
|
1826
1826
|
explorer: "https://scan.v2b.testnet.pulsechain.com",
|
|
1827
1827
|
start: 14473847,
|
|
1828
1828
|
imageIPFS: "QmYqkn8pJUaV9KcEPYEvRPwgbfeozLEvcQ9aEwKNRUL3cR"
|
|
1829
|
+
},
|
|
1830
|
+
"1001": {
|
|
1831
|
+
key: "1001",
|
|
1832
|
+
name: "Klaytn Baobab Testnet",
|
|
1833
|
+
shortName: "Boabab",
|
|
1834
|
+
chainId: 1001,
|
|
1835
|
+
network: "testnet",
|
|
1836
|
+
multicall: "0x40643B8Aeaaca0b87Ea1A1E596e64a0e14B1d244",
|
|
1837
|
+
rpc: [
|
|
1838
|
+
"https://baobab.fandom.finance/archive"
|
|
1839
|
+
],
|
|
1840
|
+
ws: [
|
|
1841
|
+
"wss://baobab.fandom.finance/archive/ws"
|
|
1842
|
+
],
|
|
1843
|
+
explorer: "https://baobab.scope.klaytn.com/",
|
|
1844
|
+
imageIPFS: "QmYACyZcidcFtMo4Uf9H6ZKUxTP2TQPjGzNjcUjqYa64dt"
|
|
1829
1845
|
},
|
|
1830
1846
|
"1088": {
|
|
1831
1847
|
key: "1088",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -884,7 +884,7 @@ var definitions$1 = {
|
|
|
884
884
|
type: "array",
|
|
885
885
|
title: "choices",
|
|
886
886
|
minItems: 1,
|
|
887
|
-
maxItems:
|
|
887
|
+
maxItems: 160
|
|
888
888
|
},
|
|
889
889
|
type: {
|
|
890
890
|
type: "string",
|
|
@@ -1817,6 +1817,22 @@ var networks = {
|
|
|
1817
1817
|
explorer: "https://scan.v2b.testnet.pulsechain.com",
|
|
1818
1818
|
start: 14473847,
|
|
1819
1819
|
imageIPFS: "QmYqkn8pJUaV9KcEPYEvRPwgbfeozLEvcQ9aEwKNRUL3cR"
|
|
1820
|
+
},
|
|
1821
|
+
"1001": {
|
|
1822
|
+
key: "1001",
|
|
1823
|
+
name: "Klaytn Baobab Testnet",
|
|
1824
|
+
shortName: "Boabab",
|
|
1825
|
+
chainId: 1001,
|
|
1826
|
+
network: "testnet",
|
|
1827
|
+
multicall: "0x40643B8Aeaaca0b87Ea1A1E596e64a0e14B1d244",
|
|
1828
|
+
rpc: [
|
|
1829
|
+
"https://baobab.fandom.finance/archive"
|
|
1830
|
+
],
|
|
1831
|
+
ws: [
|
|
1832
|
+
"wss://baobab.fandom.finance/archive/ws"
|
|
1833
|
+
],
|
|
1834
|
+
explorer: "https://baobab.scope.klaytn.com/",
|
|
1835
|
+
imageIPFS: "QmYACyZcidcFtMo4Uf9H6ZKUxTP2TQPjGzNjcUjqYa64dt"
|
|
1820
1836
|
},
|
|
1821
1837
|
"1088": {
|
|
1822
1838
|
key: "1088",
|