diff --git a/src/components/wallets/wallet-list/WalletsList.tsx b/src/components/wallets/wallet-list/WalletsList.tsx index 233b927fe..60855734c 100644 --- a/src/components/wallets/wallet-list/WalletsList.tsx +++ b/src/components/wallets/wallet-list/WalletsList.tsx @@ -14,7 +14,7 @@ import { supportedWallets } from '../supportedWallets/index' import { Wallet } from '../types' import styles from './WalletList.module.sass' -export const CURRENT_WALLET = 'CurrentWalletName' +export const CURRENT_WALLET = 'preferred-wallet' const { appName } = config