@snapshot-labs/snapshot.js 0.12.10 → 0.12.11
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 -0
- package/dist/snapshot.esm.js +17 -0
- package/dist/snapshot.min.js +2 -2
- package/dist/src/index.d.ts +1 -0
- package/dist/src/schemas/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/networks.json +15 -0
- package/src/schemas/space.json +1 -0
package/dist/snapshot.cjs.js
CHANGED
|
@@ -814,6 +814,7 @@ var definitions = {
|
|
|
814
814
|
treasuries: {
|
|
815
815
|
type: "array",
|
|
816
816
|
maxItems: 10,
|
|
817
|
+
uniqueItems: true,
|
|
817
818
|
items: {
|
|
818
819
|
type: "object",
|
|
819
820
|
properties: {
|
|
@@ -3029,6 +3030,22 @@ var networks = {
|
|
|
3029
3030
|
},
|
|
3030
3031
|
start: 12011090,
|
|
3031
3032
|
logo: "ipfs://bafkreihgr7zy7vi5kqddybfaezwuhvssg57qluwmyan4qq7l57nr7w7wey"
|
|
3033
|
+
},
|
|
3034
|
+
"80002": {
|
|
3035
|
+
key: "80002",
|
|
3036
|
+
name: "Polygon Amoy Testnet",
|
|
3037
|
+
shortName: "testnet",
|
|
3038
|
+
chainId: 80002,
|
|
3039
|
+
network: "testnet",
|
|
3040
|
+
multicall: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
3041
|
+
rpc: [
|
|
3042
|
+
],
|
|
3043
|
+
explorer: {
|
|
3044
|
+
url: "https://amoy.polygonscan.com/"
|
|
3045
|
+
},
|
|
3046
|
+
start: 3127388,
|
|
3047
|
+
logo: "ipfs://https://snapshot.4everland.link/ipfs/bafkreibfiyvhqnme2vbxxfcku7qkxgjpkg6ywdkplxh4oxlkqsbznyorfm",
|
|
3048
|
+
testnet: true
|
|
3032
3049
|
},
|
|
3033
3050
|
"81457": {
|
|
3034
3051
|
key: "81457",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -804,6 +804,7 @@ var definitions = {
|
|
|
804
804
|
treasuries: {
|
|
805
805
|
type: "array",
|
|
806
806
|
maxItems: 10,
|
|
807
|
+
uniqueItems: true,
|
|
807
808
|
items: {
|
|
808
809
|
type: "object",
|
|
809
810
|
properties: {
|
|
@@ -3019,6 +3020,22 @@ var networks = {
|
|
|
3019
3020
|
},
|
|
3020
3021
|
start: 12011090,
|
|
3021
3022
|
logo: "ipfs://bafkreihgr7zy7vi5kqddybfaezwuhvssg57qluwmyan4qq7l57nr7w7wey"
|
|
3023
|
+
},
|
|
3024
|
+
"80002": {
|
|
3025
|
+
key: "80002",
|
|
3026
|
+
name: "Polygon Amoy Testnet",
|
|
3027
|
+
shortName: "testnet",
|
|
3028
|
+
chainId: 80002,
|
|
3029
|
+
network: "testnet",
|
|
3030
|
+
multicall: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
3031
|
+
rpc: [
|
|
3032
|
+
],
|
|
3033
|
+
explorer: {
|
|
3034
|
+
url: "https://amoy.polygonscan.com/"
|
|
3035
|
+
},
|
|
3036
|
+
start: 3127388,
|
|
3037
|
+
logo: "ipfs://https://snapshot.4everland.link/ipfs/bafkreibfiyvhqnme2vbxxfcku7qkxgjpkg6ywdkplxh4oxlkqsbznyorfm",
|
|
3038
|
+
testnet: true
|
|
3022
3039
|
},
|
|
3023
3040
|
"81457": {
|
|
3024
3041
|
key: "81457",
|