Skip to content

Commit

Permalink
feat: add network property to delegation portal (#1051)
Browse files Browse the repository at this point in the history
* feat: add network property to delegation portal

* fix: make network property optional for backward compatibility

---------

Co-authored-by: Less <bonustrack@users.noreply.github.com>
  • Loading branch information
wa0x6e and bonustrack committed Sep 25, 2024
1 parent 45e36e5 commit 89f9bb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,14 @@
"description": "The address of your delegation contract",
"examples": ["0x3901D0fDe202aF1427216b79f5243f8A022d68cf"]
},
"delegationNetwork": {
"type": "string",
"snapshotNetwork": true,
"title": "Delegation network",
"minLength": 1,
"maxLength": 32,
"description": "The network of your delegation contract"
},
"delegationApi": {
"type": "string",
"format": "uri",
Expand Down

0 comments on commit 89f9bb4

Please sign in to comment.