@snapshot-labs/snapshot.js 0.12.64 → 0.12.65

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.12.64",
3
+ "version": "0.12.65",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
@@ -260,7 +260,8 @@
260
260
  "description": "Specify the type of delegation that you are using",
261
261
  "anyOf": [
262
262
  { "const": "compound-governor", "title": "Compound governor" },
263
- { "const": "split-delegation", "title": "Split Delegation" }
263
+ { "const": "split-delegation", "title": "Split Delegation" },
264
+ { "const": "apechain-delegate-registry", "title": "ApeChain Delegate Registry" }
264
265
  ]
265
266
  },
266
267
  "delegationContract": {