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: src/pages/komodo-defi-framework/setup/configure-mm2-json/index.mdx
+6-6
Original file line number
Diff line number
Diff line change
@@ -78,15 +78,15 @@ When running the Komodo DeFi API via commandline with the `mm2` binary, some bas
78
78
79
79
#### Example for HD Wallets:
80
80
81
-
If you are using HD wallets, you will need to add the `hd_account_id` value to your `MM2.json` file. This value will be used in the derivation path for all coins, and will take the place of the `COIN_ID` value in the following path: `m/44'/COIN_ID'/<hd_account_id>'/CHAIN/ADDRESS_ID`.
81
+
If you are using HD wallets, you will need to set `enable_hd` to `true` in to your `MM2.json` file.
82
82
83
83
<Note>
84
-
Using the same seed phrase with / without setting the `hd_account_id` value
84
+
Using the same seed phrase with / without setting `enable_hd` to `true`
85
85
will result in different addresses being generated. For example, when using
86
-
the seed phrase `february soldier message acid member jump shadow walk novel impose puppy tornado`: - If the `hd_account_id` value is set to `0` in
86
+
the seed phrase `february soldier message acid member jump shadow walk novel impose puppy tornado`: - If `enable_hd`is `true` in your
87
87
MM2.json, the first address in the wallet returns the address
88
-
`0x26cE5D1cD4CC673a1b0b980371C7c862B9503452` for ETH - If the `hd_account_id`
89
-
value is not set, the wallet will return the address
88
+
`0x26cE5D1cD4CC673a1b0b980371C7c862B9503452` for ETH - If the `enable_hd`
89
+
is `false` (or not set), the wallet will return the address
90
90
`0x8c40a6E127c7a13e26ce95deA88354C3fb134580` for ETH
91
91
</Note>
92
92
@@ -98,7 +98,7 @@ If you are using HD wallets, you will need to add the `hd_account_id` value to y
0 commit comments