diff --git a/common/reducers/config/networks/staticNetworks.ts b/common/reducers/config/networks/staticNetworks.ts index c8af1897..315e0e67 100644 --- a/common/reducers/config/networks/staticNetworks.ts +++ b/common/reducers/config/networks/staticNetworks.ts @@ -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 },