Skip to content

Commit

Permalink
feat: add network to delegation portal
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 25, 2024
1 parent 6a3f5cb commit 682de05
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,13 @@
"description": "The address of your delegation contract",
"examples": ["0x3901D0fDe202aF1427216b79f5243f8A022d68cf"]
},
"delegationNetwork": {
"type": "string",
"maxLength": 12,
"title": "Delegation network",
"snapshotNetwork": true,
"description": "The network of your delegation contract"
},
"delegationApi": {
"type": "string",
"format": "uri",
Expand All @@ -279,7 +286,7 @@
]
}
},
"required": ["delegationType", "delegationApi", "delegationContract"],
"required": ["delegationType", "delegationApi", "delegationContract", "delegationNetwork"],
"additionalProperties": false
},
"allowAlias": {
Expand Down

0 comments on commit 682de05

Please sign in to comment.