@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 CHANGED
@@ -235,6 +235,7 @@ declare const _default: {
235
235
  address: {
236
236
  type: string;
237
237
  title: string;
238
+ examples: string[];
238
239
  pattern: string;
239
240
  minLength: number;
240
241
  maxLength: number;
@@ -230,6 +230,7 @@ declare const _default: {
230
230
  address: {
231
231
  type: string;
232
232
  title: string;
233
+ examples: string[];
233
234
  pattern: string;
234
235
  minLength: number;
235
236
  maxLength: number;
@@ -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: "number",
857
+ type: "string",
855
858
  title: "Network",
856
859
  maxLength: 12
857
860
  }
@@ -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: "number",
848
+ type: "string",
846
849
  title: "Network",
847
850
  maxLength: 12
848
851
  }