Skip to content

Commit 89f9bb4

Browse files
wa0x6ebonustrack
andauthored
feat: add network property to delegation portal (#1051)
* feat: add network property to delegation portal * fix: make network property optional for backward compatibility --------- Co-authored-by: Less <[email protected]>
1 parent 45e36e5 commit 89f9bb4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/schemas/space.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,14 @@
269269
"description": "The address of your delegation contract",
270270
"examples": ["0x3901D0fDe202aF1427216b79f5243f8A022d68cf"]
271271
},
272+
"delegationNetwork": {
273+
"type": "string",
274+
"snapshotNetwork": true,
275+
"title": "Delegation network",
276+
"minLength": 1,
277+
"maxLength": 32,
278+
"description": "The network of your delegation contract"
279+
},
272280
"delegationApi": {
273281
"type": "string",
274282
"format": "uri",

0 commit comments

Comments
 (0)