Skip to content

Commit

Permalink
use wallet connect v2
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jun 29, 2023
1 parent 96a61f9 commit db36a0a
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -44,9 +44,14 @@ const walletConnectorsList: Record<
groupName: 'Recommended',
wallets: [
injectedWallet({ chains }),
metaMaskWallet({ chains, projectId: PROJECT_ID }),
metaMaskWallet({
chains,
walletConnectVersion: '2',
projectId: PROJECT_ID,
}),
],
}),

valora: (chains: Chain[]) => ({
groupName: 'Celo',
wallets: [Valora({ chains, projectId: PROJECT_ID })],
Expand Down

0 comments on commit db36a0a

Please sign in to comment.