Skip to content

Commit

Permalink
rm coinbaseWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
XueMoMo committed Jun 28, 2024
1 parent ebb7447 commit 9838848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@ export const ethda = defineChain({

import { coinbaseWallet, imTokenWallet } from '@rainbow-me/rainbowkit/wallets'
import { createClient } from 'viem'
const connectors = connectorsForWallets([{ groupName: 'Recommended', wallets: [coinbaseWallet, imTokenWallet] }], {
const connectors = connectorsForWallets([{ groupName: 'Suggested', wallets: [imTokenWallet] }], {
appName: 'EthDA',
appUrl: 'https://ethda.io',
appIcon: 'https://ethda.io/logo.svg',
projectId: walletConnectProjectId,
})
console.info('connectors', connectors)
const config = createConfig({
connectors,
chains: [ethda] as any,
Expand Down

0 comments on commit 9838848

Please sign in to comment.