Fix TREZOR dpath on TOMO network (#1519)
This commit is contained in:
parent
682b75b07d
commit
adad64d45f
|
@ -221,7 +221,7 @@ export const INITIAL_STATE: State = {
|
|||
tokens: [],
|
||||
contracts: [],
|
||||
dPathFormats: {
|
||||
[SecureWalletName.TREZOR]: TOMO_DEFAULT,
|
||||
[SecureWalletName.TREZOR]: ETH_TREZOR,
|
||||
[SecureWalletName.LEDGER_NANO_S]: TOMO_DEFAULT,
|
||||
[InsecureWalletName.MNEMONIC_PHRASE]: TOMO_DEFAULT
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue