diff --git a/common/features/config/networks/static/reducer.ts b/common/features/config/networks/static/reducer.ts index 75fdf8839d7..c239f58838a 100644 --- a/common/features/config/networks/static/reducer.ts +++ b/common/features/config/networks/static/reducer.ts @@ -307,6 +307,7 @@ export const STATIC_NETWORKS_INITIAL_STATE: types.ConfigStaticNetworksState = { dPathFormats: { [SecureWalletName.TREZOR]: MUSIC_DEFAULT, [SecureWalletName.SAFE_T]: MUSIC_DEFAULT, + [SecureWalletName.LEDGER_NANO_S]: MUSIC_DEFAULT, [InsecureWalletName.MNEMONIC_PHRASE]: MUSIC_DEFAULT }, gasPriceSettings: { @@ -357,6 +358,7 @@ export const STATIC_NETWORKS_INITIAL_STATE: types.ConfigStaticNetworksState = { dPathFormats: { [SecureWalletName.TREZOR]: EGEM_DEFAULT, [SecureWalletName.SAFE_T]: EGEM_DEFAULT, + [SecureWalletName.LEDGER_NANO_S]: EGEM_DEFAULT, [InsecureWalletName.MNEMONIC_PHRASE]: EGEM_DEFAULT }, gasPriceSettings: { @@ -382,6 +384,7 @@ export const STATIC_NETWORKS_INITIAL_STATE: types.ConfigStaticNetworksState = { dPathFormats: { [SecureWalletName.TREZOR]: CLO_DEFAULT, [SecureWalletName.SAFE_T]: CLO_DEFAULT, + [SecureWalletName.LEDGER_NANO_S]: CLO_DEFAULT, [InsecureWalletName.MNEMONIC_PHRASE]: CLO_DEFAULT }, gasPriceSettings: { @@ -463,6 +466,7 @@ export const STATIC_NETWORKS_INITIAL_STATE: types.ConfigStaticNetworksState = { dPathFormats: { [SecureWalletName.TREZOR]: GO_DEFAULT, [SecureWalletName.SAFE_T]: GO_DEFAULT, + [SecureWalletName.LEDGER_NANO_S]: GO_DEFAULT, [InsecureWalletName.MNEMONIC_PHRASE]: GO_DEFAULT }, gasPriceSettings: {