Skip to content

Commit

Permalink
scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Aug 5, 2024
1 parent 8f6917d commit 11295cc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions contracts/neutron_interchain_queries/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"type": "object",
"required": [
"connection_id",
"recipient",
"recipients",
"update_period"
],
"properties": {
Expand All @@ -233,8 +233,11 @@
"format": "uint64",
"minimum": 0.0
},
"recipient": {
"type": "string"
"recipients": {
"type": "array",
"items": {
"type": "string"
}
},
"update_period": {
"type": "integer",
Expand Down

0 comments on commit 11295cc

Please sign in to comment.