Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Oct 9, 2024
1 parent 81d29dd commit 78f3b5b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/app/wagmiConfig.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
import {
connectorsForWallets,
WalletDetailsParams,
} from "@rainbow-me/rainbowkit";
import { http, createConfig } from "wagmi";
import { injected, mock } from "wagmi/connectors";
import { anvil, Chain, foundry, gnosis, sepolia } from "wagmi/chains";
import {
frameWallet,
injectedWallet,
metaMaskWallet,
walletConnectWallet,
} from "@rainbow-me/rainbowkit/wallets";
import { createWalletClient, Hex, UserRejectedRequestError } from "viem";
import { foundry, gnosis, sepolia } from "wagmi/chains";

export type WagmiMockFeatures =
| {
Expand Down

0 comments on commit 78f3b5b

Please sign in to comment.