Fix TREZOR dpath on TOMO network (#1519)

This commit is contained in:
William O'Beirne 2018-04-16 18:50:20 -04:00 committed by Daniel Ternyak
parent 682b75b07d
commit adad64d45f
1 changed files with 1 additions and 1 deletions

View File

@ -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
},