Skip to content

Commit

Permalink
chore: add coinbase wallet (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Jan 2, 2025
1 parent 8580645 commit 0dc582a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
import { WalletModalProvider } from '@solana/wallet-adapter-react-ui'
import {
BackpackWalletAdapter,
CoinbaseWalletAdapter,
GlowWalletAdapter,
LedgerWalletAdapter,
PhantomWalletAdapter,
Expand Down Expand Up @@ -75,6 +76,7 @@ const App: FC<AppProps> = ({ Component, pageProps }: AppProps) => {
new SolletWalletAdapter(),
new SolletExtensionWalletAdapter(),
new WalletConnectWalletAdapter(walletConnectConfig),
new CoinbaseWalletAdapter(),
],
[]
)
Expand Down

0 comments on commit 0dc582a

Please sign in to comment.