Skip to content

Commit

Permalink
Remove Argent from supported wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
micahalcorn committed Aug 8, 2023
1 parent f066203 commit d82986a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
} from "@rainbow-me/rainbowkit";
import { QueryClient, QueryClientProvider } from "react-query";
import {
argentWallet,
ledgerWallet,
phantomWallet,
safeWallet,
Expand Down Expand Up @@ -55,7 +54,6 @@ const connectors = connectorsForWallets([
{
groupName: "Other",
wallets: [
argentWallet({ projectId, chains }),
mewWallet({ projectId, chains }),
okxWallet({ projectId, chains }),
ledgerWallet({ projectId, chains }),
Expand Down

0 comments on commit d82986a

Please sign in to comment.