Skip to content

Commit 47d0c73

Browse files
committed
feat: update RainbowKit wallet configuration with MetaMask and WalletConnect
1 parent 0883dcf commit 47d0c73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/config/rainbow-kit.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ import { mainnet } from "wagmi/chains"
22
import { getDefaultConfig } from "@rainbow-me/rainbowkit"
33
import {
44
coinbaseWallet,
5-
mewWallet,
5+
metaMaskWallet,
66
oneKeyWallet,
77
rainbowWallet,
8+
walletConnectWallet,
89
zerionWallet,
910
} from "@rainbow-me/rainbowkit/wallets"
1011

@@ -18,9 +19,10 @@ export const rainbowkitConfig = getDefaultConfig({
1819
wallets: [
1920
coinbaseWallet,
2021
rainbowWallet,
21-
mewWallet,
22+
metaMaskWallet,
2223
zerionWallet,
2324
oneKeyWallet,
25+
walletConnectWallet,
2426
],
2527
},
2628
],

0 commit comments

Comments
 (0)