@snapshot-labs/snapshot.js 0.11.27 → 0.11.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.11.27",
3
+ "version": "0.11.28",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
@@ -248,7 +248,8 @@
248
248
  "title": "Delegation type",
249
249
  "description": "Specify the type of delegation that you are using",
250
250
  "anyOf": [
251
- { "const": "compound-governor", "title": "Compound governor" }
251
+ { "const": "compound-governor", "title": "Compound governor" },
252
+ { "const": "split-delegation", "title": "Split Delegation" }
252
253
  ]
253
254
  },
254
255
  "delegationContract": {