@snapshot-labs/snapshot.js 0.12.3 → 0.12.4

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.
@@ -922,7 +922,10 @@ var definitions$1 = {
922
922
  type: "array",
923
923
  title: "choices",
924
924
  minItems: 1,
925
- maxItems: 500
925
+ maxLengthWithSpaceType: {
926
+ "default": 500,
927
+ turbo: 1000
928
+ }
926
929
  },
927
930
  type: {
928
931
  type: "string",
@@ -1015,7 +1018,10 @@ var definitions$2 = {
1015
1018
  type: "array",
1016
1019
  title: "choices",
1017
1020
  minItems: 1,
1018
- maxItems: 500
1021
+ maxLengthWithSpaceType: {
1022
+ "default": 500,
1023
+ turbo: 1000
1024
+ }
1019
1025
  },
1020
1026
  type: {
1021
1027
  "enum": [
@@ -3558,6 +3564,7 @@ var delegationSubgraphs = {
3558
3564
  "100": "https://subgrapher.snapshot.org/delegation/100",
3559
3565
  "137": "https://subgrapher.snapshot.org/delegation/137",
3560
3566
  "250": "https://subgrapher.snapshot.org/delegation/250",
3567
+ "8453": "https://subgrapher.snapshot.org/delegation/8453",
3561
3568
  "42161": "https://subgrapher.snapshot.org/delegation/42161",
3562
3569
  "11155111": "https://subgrapher.snapshot.org/delegation/11155111"
3563
3570
  };
@@ -3756,7 +3763,7 @@ ajv.addKeyword({
3756
3763
  validate.errors = [
3757
3764
  {
3758
3765
  keyword: 'maxLengthWithSpaceType',
3759
- message: `must NOT have more than ${schema[spaceType]} characters`,
3766
+ message: `must not have more than ${schema[spaceType]}`,
3760
3767
  params: { limit: schema[spaceType] }
3761
3768
  }
3762
3769
  ];
@@ -912,7 +912,10 @@ var definitions$1 = {
912
912
  type: "array",
913
913
  title: "choices",
914
914
  minItems: 1,
915
- maxItems: 500
915
+ maxLengthWithSpaceType: {
916
+ "default": 500,
917
+ turbo: 1000
918
+ }
916
919
  },
917
920
  type: {
918
921
  type: "string",
@@ -1005,7 +1008,10 @@ var definitions$2 = {
1005
1008
  type: "array",
1006
1009
  title: "choices",
1007
1010
  minItems: 1,
1008
- maxItems: 500
1011
+ maxLengthWithSpaceType: {
1012
+ "default": 500,
1013
+ turbo: 1000
1014
+ }
1009
1015
  },
1010
1016
  type: {
1011
1017
  "enum": [
@@ -3548,6 +3554,7 @@ var delegationSubgraphs = {
3548
3554
  "100": "https://subgrapher.snapshot.org/delegation/100",
3549
3555
  "137": "https://subgrapher.snapshot.org/delegation/137",
3550
3556
  "250": "https://subgrapher.snapshot.org/delegation/250",
3557
+ "8453": "https://subgrapher.snapshot.org/delegation/8453",
3551
3558
  "42161": "https://subgrapher.snapshot.org/delegation/42161",
3552
3559
  "11155111": "https://subgrapher.snapshot.org/delegation/11155111"
3553
3560
  };
@@ -3746,7 +3753,7 @@ ajv.addKeyword({
3746
3753
  validate.errors = [
3747
3754
  {
3748
3755
  keyword: 'maxLengthWithSpaceType',
3749
- message: `must NOT have more than ${schema[spaceType]} characters`,
3756
+ message: `must not have more than ${schema[spaceType]}`,
3750
3757
  params: { limit: schema[spaceType] }
3751
3758
  }
3752
3759
  ];