Skip to content

Commit 00c1fe9

Browse files
committed
Update cheqd-cli-fee-abstraction.md
1 parent 359828a commit 00c1fe9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/cheqd-cli/cheqd-cli-fee-abstraction.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,16 @@ If you do not have sufficient balances in supported IBC denominations on Osmosis
4040

4141
### Querying allowed IBC denominations via CLI
4242

43+
As tokens supported for fee abstraction can only be allowlisted by governance, use the following command to find out which IBC denominations are supported:
44+
4345
```bash
4446
cheqd-noded query feeabs all-host-chain-config --node <url>
4547
```
4648

4749
#### Arguments
4850

4951
* `--node`: IP address or URL of node to send the request to
52+
* `--output json` (optional): Provides the output in JSON format
5053

5154
#### Example
5255

@@ -60,9 +63,10 @@ all_host_chain_config:
6063
status: 0
6164
```
6265

63-
> **Note**: Use `--output json` to get the output in JSON format.
66+
#### Response
6467

65-
If the `status` is `0`, the IBC denomination is allowed for transactions. If the `status` is `1`, the IBC denomination is not allowed for transactions. Also, if the IBC denomination is not included in the response, it is not allowed for transactions.
68+
1. The `ibc_denom` is the IBC denomination of the supported asset **on Osmsosis** (not the IBC denomination of the asset on cheqd).
69+
2. If the `status` is `0`, the IBC denomination is allowed for transactions. If the `status` is `1`, the IBC denomination is not allowed for transactions. Also, if the IBC denomination is not included in the response, it is not allowed for transactions.
6670

6771
### Querying allowed IBC denominations via REST API
6872

@@ -124,6 +128,7 @@ cheqd-noded query feeabs osmo-arithmetic-twap <ibc_denom> --node <url>
124128

125129
* `ibc_denom`: The IBC denomination to convert the gas price to
126130
* `--node`: IP address or URL of node to send the request to
131+
* `--output json` (optional): Provides the output in JSON format
127132

128133
#### Example
129134

@@ -133,8 +138,6 @@ $ cheqd-noded query feeabs osmo-arithmetic-twap ibc/498A0751C798A0D9A389AA369112
133138
osmo_arithmetic_twap: "34874.714483483365588155"
134139
```
135140

136-
> **Note**: Use `--output json` to get the output in JSON format.
137-
138141
If the desired IBC denomination is not configured, the response will error out with a message indicating that the IBC denomination is not allowed for transactions.
139142

140143
### Declaring fees in transactions

0 commit comments

Comments
 (0)