feat: support more wallets
This commit is contained in:
parent
e50e690523
commit
e4f48cbc2e
|
|
@ -49,7 +49,14 @@ const { chains, provider } = configureChains(
|
|||
const connectors = connectorsForWallets([
|
||||
{
|
||||
groupName: "Recommended",
|
||||
wallets: [wallet.metaMask({ chains }), wallet.walletConnect({ chains })],
|
||||
wallets: [
|
||||
wallet.metaMask({ chains }),
|
||||
wallet.walletConnect({ chains }),
|
||||
wallet.rainbow({ chains }),
|
||||
wallet.brave({ chains, shimDisconnect: true }),
|
||||
wallet.coinbase({ appName: "Crossbell.io", chains }),
|
||||
wallet.injected({ chains, shimDisconnect: true }),
|
||||
],
|
||||
},
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue