Skip to content

Commit

Permalink
feat: pin binance wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Aug 27, 2024
1 parent b802b7b commit 2a4df7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shared/wallet/connect-wallet-modal/connect-wallet-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import { walletsMetrics } from 'consts/matomo-wallets-events';
import { trackEvent } from '@lidofinance/analytics-matomo';
import { MATOMO_CLICK_EVENTS } from 'consts/matomo-click-events';

const WALLETS_PINNED: WalletIdsEthereum[] = ['okx', 'browserExtension'];
const WALLETS_PINNED: WalletIdsEthereum[] = [
'binanceWallet',
'browserExtension',
];

export const ConnectWalletModal = () => {
const { themeName } = useThemeToggle();
Expand Down

0 comments on commit 2a4df7d

Please sign in to comment.