Skip to content

Commit

Permalink
Enable other wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
thi-investax committed Jan 18, 2025
1 parent 7711b9a commit dbacf05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Web3Provider/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export function createWagmiConfig() {
wallets: [
{
groupName: 'Popular',
// wallets: [wallets.coinbaseWallet, wallets.metaMaskWallet, wallets.walletConnectWallet, lineNextWallet],
wallets: [lineNextWallet],
wallets: [wallets.coinbaseWallet, wallets.metaMaskWallet, wallets.walletConnectWallet],
// wallets: [lineNextWallet],
},
// {
// groupName: 'Others',
Expand Down

0 comments on commit dbacf05

Please sign in to comment.