Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-note committed Jun 25, 2022
1 parent 52e35f1 commit b6ac26f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contracts/cw-admin-factory/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"title": "ExecuteMsg",
"oneOf": [
{
"description": "Instantiates the target contract with the provided instantiate message and code id and updates the contract's admin to be itself.",
"type": "object",
"required": [
"instantiate_contract"
"instantiate_contract_with_self_admin"
],
"properties": {
"instantiate_contract": {
"instantiate_contract_with_self_admin": {
"type": "object",
"required": [
"code_id",
Expand Down

0 comments on commit b6ac26f

Please sign in to comment.