Skip to content

Commit

Permalink
Change preferred wallet storage name to match grill
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 6, 2024
1 parent d8149a3 commit d782244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/wallets/wallet-list/WalletsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d782244

Please sign in to comment.