Skip to content

Commit d853672

Browse files
authored
Merge pull request #367 from KomodoPlatform/lint-fix-patches/dev
2 parents 2d36582 + 035624b commit d853672

File tree

60 files changed

+2136
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2136
-246
lines changed

data-for-gpts/all-content.txt

+602-59
Large diffs are not rendered by default.

data-for-gpts/komodefi-api/all-api-content.txt

+541-54
Large diffs are not rendered by default.

data-for-gpts/komodefi-api/legacy-api-content.txt

+3
Original file line numberDiff line numberDiff line change
@@ -2076,6 +2076,9 @@ export const description = "The get_enabled_coins method returns data of coins t
20762076

20772077
The `get_enabled_coins` method returns data of coins that are currently enabled on the user's Komodo DeFi Framework API node.
20782078

2079+
This function has been deprecated by [get\_enabled\_coins v2.0](/komodo-defi-framework/api/v20/get_enabled_coins/). The v2 method does not return addresses, as it was designed for HD wallets, which generate addresses on the fly.
2080+
If you need to get the addresses for coins and have not set `enable_hd` in your [MM2.json file](/komodo-defi-framework/setup/configure-mm2-json/), use the v1 method.
2081+
20792082
## Arguments
20802083

20812084
| Structure | Type | Description |

data-for-gpts/komodefi-api/v20-api-content.txt

+285-35
Large diffs are not rendered by default.

data-for-gpts/komodefi-api/v20-dev-api-content.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ HD wallets offer several advantages over traditional wallets:
291291
* Privacy: HD wallets can generate new addresses for each transaction, making it more difficult for malicious parties to track a user’s transaction history.
292292
* Access Control: A user who controls the root seed can create new addresses & keypairs which can be shared with a 3rd party, providing limited or regulated access to funds held under specific pairs.
293293

294-
To use HD wallet functionality with the Komodo DeFi Framework API, you must include `"enable_hd":true` in your `MM2.json` file.
294+
To use HD wallet functionality with the Komodo DeFi Framework API, you must include `"enable_hd":true` in your [MM2.json file](/komodo-defi-framework/setup/configure-mm2-json/).
295295
Hardware wallets like [Trezor](https://trezor.io/) are always in HD mode, and this parameter **must** to be set to `true`.
296296

297297
In some cases, the methods used to interact with HD wallets are the same as those used with legacy wallets. However, there are some differences, which are detailed in the links below.

data-for-gpts/komodo-defi-framework-content.txt

+543-56
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.

utils/_allMdxFileContentTree.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)