@snapshot-labs/snapshot.js 0.12.17 → 0.12.18
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 +4 -3
- package/dist/snapshot.esm.js +4 -3
- package/dist/snapshot.min.js +2 -2
- package/package.json +1 -1
- package/src/networks.json +3 -2
- package/src/schemas/space.json +1 -1
package/dist/snapshot.cjs.js
CHANGED
|
@@ -870,7 +870,7 @@ var definitions = {
|
|
|
870
870
|
},
|
|
871
871
|
labels: {
|
|
872
872
|
type: "array",
|
|
873
|
-
maxItems:
|
|
873
|
+
maxItems: 10,
|
|
874
874
|
uniqueItems: true,
|
|
875
875
|
items: {
|
|
876
876
|
type: "object",
|
|
@@ -2949,7 +2949,7 @@ var networks = {
|
|
|
2949
2949
|
name: "Curtis",
|
|
2950
2950
|
shortName: "apechain",
|
|
2951
2951
|
chainId: 33111,
|
|
2952
|
-
network: "
|
|
2952
|
+
network: "testnet",
|
|
2953
2953
|
multicall: "0xc454132B017b55b427f45078E335549A7124f5f7",
|
|
2954
2954
|
rpc: [
|
|
2955
2955
|
],
|
|
@@ -2957,7 +2957,8 @@ var networks = {
|
|
|
2957
2957
|
url: "https://explorer.curtis.apechain.com"
|
|
2958
2958
|
},
|
|
2959
2959
|
start: 6661339,
|
|
2960
|
-
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
|
|
2960
|
+
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu",
|
|
2961
|
+
testnet: true
|
|
2961
2962
|
},
|
|
2962
2963
|
"33139": {
|
|
2963
2964
|
key: "33139",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -860,7 +860,7 @@ var definitions = {
|
|
|
860
860
|
},
|
|
861
861
|
labels: {
|
|
862
862
|
type: "array",
|
|
863
|
-
maxItems:
|
|
863
|
+
maxItems: 10,
|
|
864
864
|
uniqueItems: true,
|
|
865
865
|
items: {
|
|
866
866
|
type: "object",
|
|
@@ -2939,7 +2939,7 @@ var networks = {
|
|
|
2939
2939
|
name: "Curtis",
|
|
2940
2940
|
shortName: "apechain",
|
|
2941
2941
|
chainId: 33111,
|
|
2942
|
-
network: "
|
|
2942
|
+
network: "testnet",
|
|
2943
2943
|
multicall: "0xc454132B017b55b427f45078E335549A7124f5f7",
|
|
2944
2944
|
rpc: [
|
|
2945
2945
|
],
|
|
@@ -2947,7 +2947,8 @@ var networks = {
|
|
|
2947
2947
|
url: "https://explorer.curtis.apechain.com"
|
|
2948
2948
|
},
|
|
2949
2949
|
start: 6661339,
|
|
2950
|
-
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
|
|
2950
|
+
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu",
|
|
2951
|
+
testnet: true
|
|
2951
2952
|
},
|
|
2952
2953
|
"33139": {
|
|
2953
2954
|
key: "33139",
|