Skip to content

Commit 6edacf9

Browse files
committed
fix internal links
1 parent 90d37cb commit 6edacf9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

filepathSlugs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3150,7 +3150,7 @@
31503150
"arguments",
31513151
"response",
31523152
"examples",
3153-
"withdraw-btc-kmd-and-other-btc-based-forks",
3153+
"get-token-info-on-avalanche",
31543154
"response-success",
31553155
"error-responses",
31563156
"invalid-request-protocol-parent-coin-not-active"

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

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Below is a table of the currently available legacy, v2.0 and v2.0 (Dev) methods:
5656
| [get\_relay\_mesh](/komodo-defi-framework/api/legacy/get_relay_mesh/#get-relay-mesh) | | |
5757
| | [get\_staking\_infos](/komodo-defi-framework/api/v20/get_staking_infos/#get-staking-infos) | |
5858
| | [get\_swap\_transaction\_fee\_policy](/komodo-defi-framework/api/v20/fee_management/get_swap_transaction_fee_policy/#get-swap-transaction-fee-policy) | |
59+
| | [get\_token\_info](/komodo-defi-framework/api/v20/utils/get_token_info/#get-token-info) | |
5960
| [get\_trade\_fee](/komodo-defi-framework/api/legacy/get_trade_fee/#get-trade-fee) | | |
6061
| | [get\_wallet\_names](/komodo-defi-framework/api/v20/get_wallet_names/#get-wallet-names) | |
6162
| [import\_swaps](/komodo-defi-framework/api/legacy/import_swaps/#import-swaps) | | |

src/pages/komodo-defi-framework/api/v20/utils/get_token_info/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The platform parent coin (e.g. ETH, AVAX, MATIC etc) must be activated before us
3030

3131
### 📌 Examples
3232

33-
#### Withdraw BTC, KMD, and other BTC-based forks
33+
#### Get Token Info on Avalanche
3434

35-
<CodeGroup title="Withdraw" tag="POST" label="withdraw" mm2MethodDecorate="true">
35+
<CodeGroup title="Get Token Info" tag="POST" label="get_token_info" mm2MethodDecorate="true">
3636
```json
3737
{
3838
"userpass": "RPC_UserP@SSW0RD",

0 commit comments

Comments
 (0)