Skip to content

Commit

Permalink
Use only web3 wallets (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin authored Feb 11, 2025
1 parent 0c79103 commit dcd1ee8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/components/WalletConnectButton/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ const mainnet = defineChain({
});

const wallets = [
inAppWallet({
auth: {
options: [
"google",
"discord",
"telegram",
"farcaster",
"email",
"x",
"passkey",
"phone",
],
},
}),
createWallet("io.metamask"),
createWallet("com.coinbase.wallet"),
createWallet("me.rainbow"),
Expand Down

0 comments on commit dcd1ee8

Please sign in to comment.