@snapshot-labs/snapshot.js 0.3.98 → 0.3.99
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/index.d.ts +1 -0
- package/dist/schemas/index.d.ts +1 -0
- package/dist/snapshot.cjs.js +4 -1
- package/dist/snapshot.esm.js +4 -1
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/schemas/space.json +2 -1
package/dist/index.d.ts
CHANGED
package/dist/schemas/index.d.ts
CHANGED
package/dist/snapshot.cjs.js
CHANGED
|
@@ -846,12 +846,15 @@ var definitions = {
|
|
|
846
846
|
address: {
|
|
847
847
|
type: "string",
|
|
848
848
|
title: "Contract address",
|
|
849
|
+
examples: [
|
|
850
|
+
"e.g. 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984"
|
|
851
|
+
],
|
|
849
852
|
pattern: "^0x[a-fA-F0-9]{40}$",
|
|
850
853
|
minLength: 42,
|
|
851
854
|
maxLength: 42
|
|
852
855
|
},
|
|
853
856
|
network: {
|
|
854
|
-
type: "
|
|
857
|
+
type: "string",
|
|
855
858
|
title: "Network",
|
|
856
859
|
maxLength: 12
|
|
857
860
|
}
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -837,12 +837,15 @@ var definitions = {
|
|
|
837
837
|
address: {
|
|
838
838
|
type: "string",
|
|
839
839
|
title: "Contract address",
|
|
840
|
+
examples: [
|
|
841
|
+
"e.g. 0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984"
|
|
842
|
+
],
|
|
840
843
|
pattern: "^0x[a-fA-F0-9]{40}$",
|
|
841
844
|
minLength: 42,
|
|
842
845
|
maxLength: 42
|
|
843
846
|
},
|
|
844
847
|
network: {
|
|
845
|
-
type: "
|
|
848
|
+
type: "string",
|
|
846
849
|
title: "Network",
|
|
847
850
|
maxLength: 12
|
|
848
851
|
}
|