@snapshot-labs/snapshot.js 0.11.16 → 0.11.17

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.
@@ -909,7 +909,7 @@ var definitions = {
909
909
  quorumType: {
910
910
  type: "string",
911
911
  "enum": [
912
- "optimistic"
912
+ "rejection"
913
913
  ]
914
914
  },
915
915
  blind: {
@@ -899,7 +899,7 @@ var definitions = {
899
899
  quorumType: {
900
900
  type: "string",
901
901
  "enum": [
902
- "optimistic"
902
+ "rejection"
903
903
  ]
904
904
  },
905
905
  blind: {