Skip to content

Commit

Permalink
update the schema and fix the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Aug 4, 2023
1 parent cee4c49 commit 8730cf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema/query_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,13 @@
"MetokenSwapfeeParams": {
"type": "object",
"required": [
"asset",
"metoken_denom"
],
"properties": {
"asset": {
"$ref": "#/definitions/Coin"
},
"metoken_denom": {
"type": "string"
}
Expand Down

0 comments on commit 8730cf5

Please sign in to comment.