Skip to content

Commit ee9b352

Browse files
committed
add linkages for enable_hd param in MM2.json
1 parent 1cf7210 commit ee9b352

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/pages/komodo-defi-framework/api/v20-dev/hd_wallets_overview/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ HD wallets offer several advantages over traditional wallets:
1616
* 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.
1717

1818
<Note type="info">
19-
To use HD wallet functionality with the Komodo DeFi Framework API, you must include `"enable_hd":true` in your `MM2.json` file.
19+
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/).
2020
Hardware wallets like [Trezor](https://trezor.io/) are always in HD mode, and this parameter **must** to be set to `true`.
2121
</Note>
2222

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This release introduces a range of significant features designed to enhance the
2929

3030
* **HD Wallet:**
3131

32-
* HD wallet functionalities were fully implemented by @shamardy for UTXO and EVM coins, allowing users to enable the feature with `"enable_hd": true`. For Tendermint and Pirate coins, only a single address is supported, following the BIP32/39/44 standards.
32+
* HD wallet functionalities were fully implemented by @shamardy for UTXO and EVM coins, allowing users to enable the feature with `"enable_hd": true` in the [MM2.json file](/komodo-defi-framework/setup/configure-mm2-json/). For Tendermint and Pirate coins, only a single address is supported, following the BIP32/39/44 standards.
3333

3434
* This implementation simplifies the process of importing mnemonics from other wallets into the Komodo DeFi Framework (KDF), enabling users to retain their balances, transaction history, and more.
3535

src/pages/komodo-defi-framework/setup/configure-mm2-json/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ When running the Komodo DeFi API via commandline with the `mm2` binary, some bas
7878

7979
#### Example for HD Wallets:
8080

81-
If you are using HD wallets, you will need to set `enable_hd` to `true` in to your `MM2.json` file.
81+
If you are using HD wallets, you will need to set `enable_hd` to `true` in to your [MM2.json file](/komodo-defi-framework/setup/configure-mm2-json/).
8282

8383
<Note>
8484
Using the same seed phrase with / without setting `enable_hd` to `true`

0 commit comments

Comments
 (0)