Skip to content

Commit

Permalink
fix: binance wallet name
Browse files Browse the repository at this point in the history
  • Loading branch information
manneredboor committed Aug 26, 2024
1 parent 760d02b commit cd665fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallets/binance-wallet/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { WalletIcon } from './icons/index.js';
import { getWagmiConnectorV2 } from '@binance/w3w-wagmi-connector-v2';

export const id = 'binanceWallet';
export const name = 'BinanceWeb3Wallet';
export const name = 'Binance Web3 Wallet';

const binanceWalletConnector = getWagmiConnectorV2();

Expand Down

0 comments on commit cd665fd

Please sign in to comment.