Skip to content

Commit fabd3c5

Browse files
authored
Merge pull request #370 from KomodoPlatform/lint-fix-patches/postman/tendermint
2 parents fe3192d + 51a98c2 commit fabd3c5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/pages/komodo-defi-framework/api/common_structures/activation/index.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ The `EvmNode` object includes the following items for a given coin or token:
179179

180180
The `TendermintNode` object includes the following items for a given coin or token:
181181

182-
| Parameter | Type | Description |
183-
| ------------ | ------- | ------------------------------------------------------------------------------------------------------------------- |
184-
| url | string | URL of an RPC node |
185-
| komodo\_auth | boolean | Optional, defaults to `false`. Must be set to `true` to access RPC nodes run behind [komodo-defi-proxy](https://github.com/KomodoPlatform/komodo-defi-proxy) |
182+
| Parameter | Type | Description |
183+
| ------------ | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
184+
| url | string | URL of an RPC node |
185+
| komodo\_auth | boolean | Optional, defaults to `false`. Must be set to `true` to access RPC nodes run behind [komodo-defi-proxy](https://github.com/KomodoPlatform/komodo-defi-proxy) |
186186

187187
#### v2.1.0 (current release)
188188

src/pages/komodo-defi-framework/api/index.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Below is a table of the currently available legacy, v2.0 and v2.0 (Dev) methods:
5555
| [get\_relay\_mesh](/komodo-defi-framework/api/legacy/get_relay_mesh/#get-relay-mesh) | | |
5656
| | [get\_staking\_infos](/komodo-defi-framework/api/v20/get_staking_infos/#get-staking-infos) | |
5757
| [get\_trade\_fee](/komodo-defi-framework/api/legacy/get_trade_fee/#get-trade-fee) | | |
58+
| | [get\_wallet\_names](/komodo-defi-framework/api/v20/get_wallet_names/#get-wallet-names) | |
5859
| [import\_swaps](/komodo-defi-framework/api/legacy/import_swaps/#import-swaps) | | |
5960
| [kmd\_rewards\_info](/komodo-defi-framework/api/legacy/kmd_rewards_info/#kmd-rewards-info) | | |
6061
| | | [lightning::nodes::add\_trusted\_node](/komodo-defi-framework/api/v20-dev/lightning/nodes/#add-trusted-node) |

0 commit comments

Comments
 (0)