From 0cb161d794ce7dfe811ba63698cccc22c043ebc1 Mon Sep 17 00:00:00 2001 From: Michael Ira Krufky Date: Sun, 11 Nov 2018 09:11:01 -0500 Subject: [PATCH] Add Trezor Hardware Wallet Support for MIX Blockchain --- common/features/config/networks/static/reducer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/common/features/config/networks/static/reducer.ts b/common/features/config/networks/static/reducer.ts index f38aa0f0026..2d8321c02b7 100644 --- a/common/features/config/networks/static/reducer.ts +++ b/common/features/config/networks/static/reducer.ts @@ -690,6 +690,7 @@ export const STATIC_NETWORKS_INITIAL_STATE: types.ConfigStaticNetworksState = { tokens: [], contracts: [], dPathFormats: { + [SecureWalletName.TREZOR]: MIX_DEFAULT, [SecureWalletName.LEDGER_NANO_S]: MIX_DEFAULT, [InsecureWalletName.MNEMONIC_PHRASE]: MIX_DEFAULT },