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

Commit 736089f

Browse files
committed
chore: package versions
1 parent 55d4fce commit 736089f

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

dist/dappkit/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "biome check --fix ./src",
1111
"lint:ci": "biome check --diagnostic-level error ./src",
1212
"start": "react-router-serve ./build/server/index.js",
13-
"typecheck": "react-router typegen && tsc"
13+
"typecheck": "tsc"
1414
},
1515
"dependencies": {
1616
"@ariakit/react": "^0.4.12",
@@ -65,7 +65,7 @@
6565
"tailwindcss": "^3.4.12",
6666
"tailwindcss-animate": "^1.0.7",
6767
"typedoc": "^0.26.7",
68-
"viem": "^2.23.14",
68+
"viem": "2.x",
6969
"vite-plugin-dts": "^4.2.1",
7070
"wagmi": "^2.14.6",
7171
"zustand": "^5.0.0-rc.2"

src/hooks/useWalletState.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import { getWalletClient, switchChain as wagmiCoreSwitchChain } from "@wagmi/core";
22
import { useCallback, useEffect, useState } from "react";
33
import { type Config, useAccount, useConfig, useConnect, useDisconnect } from "wagmi";
4-
5-
//TODO: remove merkl-related typings in favor of redeclarations for better abstraction
6-
import type { Chain, Explorer } from "@merkl/api";
74
import { http, type WalletClient, createPublicClient, createWalletClient, custom } from "viem";
85
import { type SendTransactionParameters, eip712WalletActions, zksync } from "viem/zksync";
96
import useSafe from "./useSafe";
7+
import type { Chain, Explorer } from "@merkl/api";
108

119
export type WalletOptions = {
1210
sponsorTransactions?: boolean;

0 commit comments

Comments
 (0)