Skip to content

Commit

Permalink
add authz & feegrant swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
aleem1314 committed Jul 3, 2021
1 parent 8297f2f commit 2e587bb
Show file tree
Hide file tree
Showing 3 changed files with 13,355 additions and 10,636 deletions.
16 changes: 16 additions & 0 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,22 @@
"Params": "UpgradeParams"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/authz/v1beta1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "AuthzParams"
}
}
},
{
"url": "./tmp-swagger-gen/cosmos/feegrant/v1beta1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "FeegrantParams"
}
}
}
]
}
8 changes: 5 additions & 3 deletions client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit 2e587bb

Please sign in to comment.