@snapshot-labs/snapshot.js 0.12.14 → 0.12.16
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 +23 -0
- package/dist/snapshot.esm.js +23 -0
- package/dist/snapshot.min.js +2 -2
- package/dist/src/index.d.ts +8 -0
- package/dist/src/schemas/index.d.ts +8 -0
- package/package.json +1 -1
- package/src/networks.json +14 -0
- package/src/schemas/space.json +8 -0
package/dist/snapshot.cjs.js
CHANGED
|
@@ -727,6 +727,14 @@ var definitions = {
|
|
|
727
727
|
"0x3901D0fDe202aF1427216b79f5243f8A022d68cf"
|
|
728
728
|
]
|
|
729
729
|
},
|
|
730
|
+
delegationNetwork: {
|
|
731
|
+
type: "string",
|
|
732
|
+
snapshotNetwork: true,
|
|
733
|
+
title: "Delegation network",
|
|
734
|
+
minLength: 1,
|
|
735
|
+
maxLength: 32,
|
|
736
|
+
description: "The network of your delegation contract"
|
|
737
|
+
},
|
|
730
738
|
delegationApi: {
|
|
731
739
|
type: "string",
|
|
732
740
|
format: "uri",
|
|
@@ -2910,6 +2918,21 @@ var networks = {
|
|
|
2910
2918
|
},
|
|
2911
2919
|
start: 6661339,
|
|
2912
2920
|
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
|
|
2921
|
+
},
|
|
2922
|
+
"33139": {
|
|
2923
|
+
key: "33139",
|
|
2924
|
+
name: "ApeChain",
|
|
2925
|
+
shortName: "mainnet",
|
|
2926
|
+
chainId: 33139,
|
|
2927
|
+
network: "mainnet",
|
|
2928
|
+
multicall: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2929
|
+
rpc: [
|
|
2930
|
+
],
|
|
2931
|
+
explorer: {
|
|
2932
|
+
url: "https://apechain.calderaexplorer.xyz/"
|
|
2933
|
+
},
|
|
2934
|
+
start: 20889,
|
|
2935
|
+
logo: "ipfs://bafkreielbgcox2jsw3g6pqulqb7pyjgx7czjt6ahnibihaij6lozoy53w4"
|
|
2913
2936
|
},
|
|
2914
2937
|
"42161": {
|
|
2915
2938
|
key: "42161",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -717,6 +717,14 @@ var definitions = {
|
|
|
717
717
|
"0x3901D0fDe202aF1427216b79f5243f8A022d68cf"
|
|
718
718
|
]
|
|
719
719
|
},
|
|
720
|
+
delegationNetwork: {
|
|
721
|
+
type: "string",
|
|
722
|
+
snapshotNetwork: true,
|
|
723
|
+
title: "Delegation network",
|
|
724
|
+
minLength: 1,
|
|
725
|
+
maxLength: 32,
|
|
726
|
+
description: "The network of your delegation contract"
|
|
727
|
+
},
|
|
720
728
|
delegationApi: {
|
|
721
729
|
type: "string",
|
|
722
730
|
format: "uri",
|
|
@@ -2900,6 +2908,21 @@ var networks = {
|
|
|
2900
2908
|
},
|
|
2901
2909
|
start: 6661339,
|
|
2902
2910
|
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
|
|
2911
|
+
},
|
|
2912
|
+
"33139": {
|
|
2913
|
+
key: "33139",
|
|
2914
|
+
name: "ApeChain",
|
|
2915
|
+
shortName: "mainnet",
|
|
2916
|
+
chainId: 33139,
|
|
2917
|
+
network: "mainnet",
|
|
2918
|
+
multicall: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
2919
|
+
rpc: [
|
|
2920
|
+
],
|
|
2921
|
+
explorer: {
|
|
2922
|
+
url: "https://apechain.calderaexplorer.xyz/"
|
|
2923
|
+
},
|
|
2924
|
+
start: 20889,
|
|
2925
|
+
logo: "ipfs://bafkreielbgcox2jsw3g6pqulqb7pyjgx7czjt6ahnibihaij6lozoy53w4"
|
|
2903
2926
|
},
|
|
2904
2927
|
"42161": {
|
|
2905
2928
|
key: "42161",
|