@snapshot-labs/snapshot.js 0.3.35 → 0.3.36

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.
@@ -700,7 +700,7 @@ var definitions = {
700
700
  type: "array",
701
701
  items: {
702
702
  type: "string",
703
- pattern: "^[A-Za-z0-9]*$",
703
+ pattern: "^0x[a-fA-F0-9]{40}$",
704
704
  minLength: 42,
705
705
  maxLength: 42
706
706
  },
@@ -710,7 +710,7 @@ var definitions = {
710
710
  type: "array",
711
711
  items: {
712
712
  type: "string",
713
- pattern: "^[A-Za-z0-9]*$",
713
+ pattern: "^0x[a-fA-F0-9]{40}$",
714
714
  minLength: 42,
715
715
  maxLength: 42
716
716
  },
@@ -691,7 +691,7 @@ var definitions = {
691
691
  type: "array",
692
692
  items: {
693
693
  type: "string",
694
- pattern: "^[A-Za-z0-9]*$",
694
+ pattern: "^0x[a-fA-F0-9]{40}$",
695
695
  minLength: 42,
696
696
  maxLength: 42
697
697
  },
@@ -701,7 +701,7 @@ var definitions = {
701
701
  type: "array",
702
702
  items: {
703
703
  type: "string",
704
- pattern: "^[A-Za-z0-9]*$",
704
+ pattern: "^0x[a-fA-F0-9]{40}$",
705
705
  minLength: 42,
706
706
  maxLength: 42
707
707
  },