Skip to content

Commit 5957e7d

Browse files
wa0x6eChaituVR
andauthored
fix: make delegationNetwork optional (#1073)
* fix: make delegationNetwork optional * Update package.json --------- Co-authored-by: Chaitanya <[email protected]>
1 parent 97a229d commit 5957e7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.12.24",
3+
"version": "0.12.25",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/schemas/space.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
]
288288
}
289289
},
290-
"required": ["delegationType", "delegationNetwork", "delegationApi", "delegationContract"],
290+
"required": ["delegationType", "delegationApi", "delegationContract"],
291291
"additionalProperties": false
292292
},
293293
"allowAlias": {

0 commit comments

Comments
 (0)