Skip to content

Commit ff22a4d

Browse files
authored
feat: add connector to binance wallet (#486)
Add connector for Binance Wallet to rainbowkit. PD: there is a weird bug going on where you have to be a bit far way for the QR code to register, related [issue](rainbow-me/rainbowkit#1979 (comment)) fixes #485
1 parent c0b364d commit ff22a4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/wallet/context/EvmWalletContext.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { RainbowKitProvider, connectorsForWallets, lightTheme } from '@rainbow-m
55
import '@rainbow-me/rainbowkit/styles.css';
66
import {
77
argentWallet,
8+
binanceWallet,
89
coinbaseWallet,
910
injectedWallet,
1011
ledgerWallet,
@@ -33,7 +34,7 @@ function initWagmi(multiProvider: MultiProtocolProvider) {
3334
},
3435
{
3536
groupName: 'More',
36-
wallets: [coinbaseWallet, rainbowWallet, trustWallet, argentWallet],
37+
wallets: [binanceWallet, coinbaseWallet, rainbowWallet, trustWallet, argentWallet],
3738
},
3839
],
3940
{ appName: APP_NAME, projectId: config.walletConnectProjectId },

0 commit comments

Comments
 (0)