Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 9fdf66e

Browse files
committed
fix: lint
1 parent 736089f commit 9fdf66e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/hooks/useWalletState.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import type { Chain, Explorer } from "@merkl/api";
12
import { getWalletClient, switchChain as wagmiCoreSwitchChain } from "@wagmi/core";
23
import { useCallback, useEffect, useState } from "react";
3-
import { type Config, useAccount, useConfig, useConnect, useDisconnect } from "wagmi";
44
import { http, type WalletClient, createPublicClient, createWalletClient, custom } from "viem";
55
import { type SendTransactionParameters, eip712WalletActions, zksync } from "viem/zksync";
6+
import { type Config, useAccount, useConfig, useConnect, useDisconnect } from "wagmi";
67
import useSafe from "./useSafe";
7-
import type { Chain, Explorer } from "@merkl/api";
88

99
export type WalletOptions = {
1010
sponsorTransactions?: boolean;

0 commit comments

Comments
 (0)