@snapshot-labs/snapshot.js 0.12.63 → 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/dist/src/index.d.ts
CHANGED
package/package.json
CHANGED
package/src/schemas/space.json
CHANGED
|
@@ -78,6 +78,10 @@
|
|
|
78
78
|
"pattern": "^[A-Za-z0-9_-]*$",
|
|
79
79
|
"maxLength": 39
|
|
80
80
|
},
|
|
81
|
+
"farcaster": {
|
|
82
|
+
"type": "string",
|
|
83
|
+
"title": "farcaster"
|
|
84
|
+
},
|
|
81
85
|
"email": {
|
|
82
86
|
"type": "string",
|
|
83
87
|
"title": "email",
|
|
@@ -256,7 +260,8 @@
|
|
|
256
260
|
"description": "Specify the type of delegation that you are using",
|
|
257
261
|
"anyOf": [
|
|
258
262
|
{ "const": "compound-governor", "title": "Compound governor" },
|
|
259
|
-
{ "const": "split-delegation", "title": "Split Delegation" }
|
|
263
|
+
{ "const": "split-delegation", "title": "Split Delegation" },
|
|
264
|
+
{ "const": "apechain-delegate-registry", "title": "ApeChain Delegate Registry" }
|
|
260
265
|
]
|
|
261
266
|
},
|
|
262
267
|
"delegationContract": {
|