Skip to content

Commit

Permalink
chore: remove wconnect temporarily to guard against ledger drainerˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Dec 14, 2023
1 parent c1a811d commit 8744f16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/builder/src/utils/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
coinbaseWallet,
injectedWallet,
metaMaskWallet,
walletConnectWallet,
} from "@rainbow-me/rainbowkit/wallets";
import { configureChains, createClient } from "wagmi";
import { getEnabledChainsAndProviders } from "./chains";
Expand Down Expand Up @@ -34,7 +33,6 @@ const connectors = connectorsForWallets([
groupName: "Recommended",
wallets: [
injectedWallet({ chains }),
walletConnectWallet({ chains, projectId }),
coinbaseWallet({ appName: "Gitcoin Builder", chains }),
metaMaskWallet({ chains, projectId }),
],
Expand Down
2 changes: 0 additions & 2 deletions packages/grant-explorer/src/app/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
import {
coinbaseWallet,
injectedWallet,
walletConnectWallet,
metaMaskWallet,
} from "@rainbow-me/rainbowkit/wallets";
import { configureChains, createConfig } from "wagmi";
Expand Down Expand Up @@ -38,7 +37,6 @@ const connectors = connectorsForWallets([
groupName: "Recommended",
wallets: [
injectedWallet({ chains }),
walletConnectWallet({ chains, projectId }),
coinbaseWallet({ appName: "Gitcoin Explorer", chains }),
metaMaskWallet({ chains, projectId }),
],
Expand Down
2 changes: 0 additions & 2 deletions packages/round-manager/src/app/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { connectorsForWallets } from "@rainbow-me/rainbowkit";
import {
coinbaseWallet,
injectedWallet,
walletConnectWallet,
metaMaskWallet,
} from "@rainbow-me/rainbowkit/wallets";
import { createClient, configureChains } from "wagmi";
Expand Down Expand Up @@ -80,7 +79,6 @@ const connectors = connectorsForWallets([
groupName: "Recommended",
wallets: [
injectedWallet({ chains }),
walletConnectWallet({ chains, projectId }),
coinbaseWallet({ appName: "Gitcoin Round Manager", chains }),
metaMaskWallet({ chains, projectId }),
],
Expand Down

0 comments on commit 8744f16

Please sign in to comment.