diff --git a/shared/wallet/connect-wallet-modal/connect-wallet-modal.tsx b/shared/wallet/connect-wallet-modal/connect-wallet-modal.tsx index b2fe8b02d..b003915b8 100644 --- a/shared/wallet/connect-wallet-modal/connect-wallet-modal.tsx +++ b/shared/wallet/connect-wallet-modal/connect-wallet-modal.tsx @@ -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();