add backpack wallet

This commit is contained in:
tjs 2022-08-24 16:21:52 -04:00
parent 7f66688503
commit bdd80b23b3
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,8 @@ import { BrowserTracing } from '@sentry/tracing'
import { WalletProvider, WalletListener } from 'components/WalletAdapter'
import {
BackpackWalletAdapter,
CoinbaseWalletAdapter,
ExodusWalletAdapter,
PhantomWalletAdapter,
SolflareWalletAdapter,
@ -147,6 +149,8 @@ const PageTitle = () => {
function App({ Component, pageProps }) {
const wallets = useMemo(
() => [
new BackpackWalletAdapter(),
new CoinbaseWalletAdapter(),
new PhantomWalletAdapter(),
new SolflareWalletAdapter(),
new ExodusWalletAdapter(),