@snapshot-labs/snapshot.js 0.12.17 → 0.12.19
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
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",
|
|
@@ -890,7 +890,6 @@ var definitions = {
|
|
|
890
890
|
description: {
|
|
891
891
|
type: "string",
|
|
892
892
|
title: "Description",
|
|
893
|
-
minLength: 1,
|
|
894
893
|
maxLength: 100
|
|
895
894
|
},
|
|
896
895
|
color: {
|
|
@@ -902,7 +901,6 @@ var definitions = {
|
|
|
902
901
|
required: [
|
|
903
902
|
"id",
|
|
904
903
|
"name",
|
|
905
|
-
"description",
|
|
906
904
|
"color"
|
|
907
905
|
],
|
|
908
906
|
additionalProperties: false
|
|
@@ -2949,7 +2947,7 @@ var networks = {
|
|
|
2949
2947
|
name: "Curtis",
|
|
2950
2948
|
shortName: "apechain",
|
|
2951
2949
|
chainId: 33111,
|
|
2952
|
-
network: "
|
|
2950
|
+
network: "testnet",
|
|
2953
2951
|
multicall: "0xc454132B017b55b427f45078E335549A7124f5f7",
|
|
2954
2952
|
rpc: [
|
|
2955
2953
|
],
|
|
@@ -2957,7 +2955,8 @@ var networks = {
|
|
|
2957
2955
|
url: "https://explorer.curtis.apechain.com"
|
|
2958
2956
|
},
|
|
2959
2957
|
start: 6661339,
|
|
2960
|
-
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
|
|
2958
|
+
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu",
|
|
2959
|
+
testnet: true
|
|
2961
2960
|
},
|
|
2962
2961
|
"33139": {
|
|
2963
2962
|
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",
|
|
@@ -880,7 +880,6 @@ var definitions = {
|
|
|
880
880
|
description: {
|
|
881
881
|
type: "string",
|
|
882
882
|
title: "Description",
|
|
883
|
-
minLength: 1,
|
|
884
883
|
maxLength: 100
|
|
885
884
|
},
|
|
886
885
|
color: {
|
|
@@ -892,7 +891,6 @@ var definitions = {
|
|
|
892
891
|
required: [
|
|
893
892
|
"id",
|
|
894
893
|
"name",
|
|
895
|
-
"description",
|
|
896
894
|
"color"
|
|
897
895
|
],
|
|
898
896
|
additionalProperties: false
|
|
@@ -2939,7 +2937,7 @@ var networks = {
|
|
|
2939
2937
|
name: "Curtis",
|
|
2940
2938
|
shortName: "apechain",
|
|
2941
2939
|
chainId: 33111,
|
|
2942
|
-
network: "
|
|
2940
|
+
network: "testnet",
|
|
2943
2941
|
multicall: "0xc454132B017b55b427f45078E335549A7124f5f7",
|
|
2944
2942
|
rpc: [
|
|
2945
2943
|
],
|
|
@@ -2947,7 +2945,8 @@ var networks = {
|
|
|
2947
2945
|
url: "https://explorer.curtis.apechain.com"
|
|
2948
2946
|
},
|
|
2949
2947
|
start: 6661339,
|
|
2950
|
-
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu"
|
|
2948
|
+
logo: "ipfs://bafkreicljxttjq2xkgfwwpii5xegirgq2ctrnsjnzelxudjj33qzq65apu",
|
|
2949
|
+
testnet: true
|
|
2951
2950
|
},
|
|
2952
2951
|
"33139": {
|
|
2953
2952
|
key: "33139",
|