Skip to content

Commit

Permalink
fix: make network property optional for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 25, 2024
1 parent b1e88f0 commit 403eb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/space.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
]
}
},
"required": ["delegationType", "delegationApi", "delegationContract", "delegationNetwork"],
"required": ["delegationType", "delegationApi", "delegationContract"],
"additionalProperties": false
},
"allowAlias": {
Expand Down

0 comments on commit 403eb97

Please sign in to comment.