You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/cheqd-cli/cheqd-cli-fee-abstraction.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -40,13 +40,16 @@ If you do not have sufficient balances in supported IBC denominations on Osmosis
40
40
41
41
### Querying allowed IBC denominations via CLI
42
42
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:
*`--node`: IP address or URL of node to send the request to
52
+
*`--output json` (optional): Provides the output in JSON format
50
53
51
54
#### Example
52
55
@@ -60,9 +63,10 @@ all_host_chain_config:
60
63
status: 0
61
64
```
62
65
63
-
> **Note**: Use `--output json` to get the output in JSON format.
66
+
#### Response
64
67
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.
66
70
67
71
### Querying allowed IBC denominations via REST API
> **Note**: Use `--output json` to get the output in JSON format.
137
-
138
141
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.
0 commit comments