feat: simplify wallet login options
Some checks failed
Deploy Staging (terry-wallet-login) / deploy (push) Failing after 29s

This commit is contained in:
TerryM
2026-06-04 10:52:41 +08:00
parent fb904d3a55
commit 65dee3a37e
5 changed files with 63 additions and 97 deletions

View File

@@ -7,7 +7,6 @@ import {
} from "@rainbow-me/rainbowkit";
import {
imTokenWallet,
metaMaskWallet,
tokenPocketWallet,
} from "@rainbow-me/rainbowkit/wallets";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";
@@ -22,7 +21,7 @@ const connectors = connectorsForWallets(
[
{
groupName: "ARK Library",
wallets: [metaMaskWallet, imTokenWallet, tokenPocketWallet],
wallets: [imTokenWallet, tokenPocketWallet],
},
],
{