feat: simplify wallet login options
Some checks failed
Deploy Staging (terry-wallet-login) / deploy (push) Failing after 29s
Some checks failed
Deploy Staging (terry-wallet-login) / deploy (push) Failing after 29s
This commit is contained in:
@@ -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],
|
||||
},
|
||||
],
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user