Skip to content

Commit

Permalink
add phantom to connect wallet modal
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriel committed Oct 15, 2024
1 parent 074609f commit 7c6bbf1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/web/app/AppProviders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { connectorsForWallets, RainbowKitProvider } from '@rainbow-me/rainbowkit
import {
coinbaseWallet,
metaMaskWallet,
phantomWallet,
rainbowWallet,
uniswapWallet,
walletConnectWallet,
Expand Down Expand Up @@ -44,7 +45,14 @@ const connectors = connectorsForWallets(
[
{
groupName: 'Recommended',
wallets: [coinbaseWallet, metaMaskWallet, uniswapWallet, rainbowWallet, walletConnectWallet],
wallets: [
coinbaseWallet,
metaMaskWallet,
uniswapWallet,
rainbowWallet,
phantomWallet,
walletConnectWallet,
],
},
],
{
Expand Down

0 comments on commit 7c6bbf1

Please sign in to comment.