Skip to content

Commit

Permalink
fix: update swagger for onboarding, coinswap module
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed Aug 4, 2023
1 parent 4240965 commit c497110
Show file tree
Hide file tree
Showing 7 changed files with 848 additions and 56 deletions.
16 changes: 16 additions & 0 deletions client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@
}
}
},
{
"url": "./tmp-swagger-gen/canto/onboarding/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "OnboardingParams"
}
}
},
{
"url": "./tmp-swagger-gen/canto/coinswap/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "CoinswapParams"
}
}
},
{
"url": "./tmp-swagger-gen/ibc/applications/transfer/v1/query.swagger.json",
"operationIds": {
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit c497110

Please sign in to comment.