Skip to content

Commit

Permalink
docs: update the swagger docs for uibc (#2329)
Browse files Browse the repository at this point in the history
* update the swagger docs for uibc

* update the docs
  • Loading branch information
gsk967 authored Nov 20, 2023
1 parent 698d078 commit 77c9836
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export DAEMON_PREUPGRADE_MAX_RETRIES=3
- If you didn't build binary from source in the machine, you have to download the respective `libwasmvm` into your machine.

```bash
$ wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.1.1/internal/api/libwasmvm.$(uname -m).so -O /lib/libwasmvm.$(uname -m).so
$ wget https://raw.githubusercontent.com/CosmWasm/wasmvm/v1.5.0/internal/api/libwasmvm.$(uname -m).so -O /lib/libwasmvm.$(uname -m).so
```

- To use `cosmovisor` for starting `umeed` process, instead of calling `umeed start`, use `cosmovisor run start [umeed flags]`
Expand Down
41 changes: 41 additions & 0 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2524,6 +2524,21 @@ paths:
title: >-
quota_duration defines quota expires for each ibc-transfer
denom in seconds
inflow_outflow_quota_base:
type: string
title: >-
inflow_outflow_quota_base defines the inflow outflow quota
base of ibc-transfer in USD
inflow_outflow_quota_rate:
type: string
title: >-
inflow_outflow_quota_rate defines the rate of total
inflows
inflow_outflow_quota_token_base:
type: string
title: >-
inflow_outflow_quota_token_base defines the inflow outflow
quota base for token
title: Params of x/uibc module
description: >-
QueryParamsResponse defines the response structure for the Params
Expand Down Expand Up @@ -6473,6 +6488,19 @@ definitions:
title: >-
quota_duration defines quota expires for each ibc-transfer denom in
seconds
inflow_outflow_quota_base:
type: string
title: >-
inflow_outflow_quota_base defines the inflow outflow quota base of
ibc-transfer in USD
inflow_outflow_quota_rate:
type: string
title: inflow_outflow_quota_rate defines the rate of total inflows
inflow_outflow_quota_token_base:
type: string
title: >-
inflow_outflow_quota_token_base defines the inflow outflow quota base
for token
title: Params of x/uibc module
umee.uibc.v1.QueryAllOutflowsResponse:
type: object
Expand Down Expand Up @@ -6531,6 +6559,19 @@ definitions:
title: >-
quota_duration defines quota expires for each ibc-transfer denom
in seconds
inflow_outflow_quota_base:
type: string
title: >-
inflow_outflow_quota_base defines the inflow outflow quota base of
ibc-transfer in USD
inflow_outflow_quota_rate:
type: string
title: inflow_outflow_quota_rate defines the rate of total inflows
inflow_outflow_quota_token_base:
type: string
title: >-
inflow_outflow_quota_token_base defines the inflow outflow quota
base for token
title: Params of x/uibc module
description: |-
QueryParamsResponse defines the response structure for the Params gRPC
Expand Down

0 comments on commit 77c9836

Please sign in to comment.