Skip to content

Commit 9457e0a

Browse files
committed
(fix) Fix import
1 parent e271dc2 commit 9457e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-zilliqa/src/wallet.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { WalletClientBase } from "@goat-sdk/core";
2-
import { viem } from "@goat-sdk/wallet-viem";
2+
import { viem, type Chain } from "@goat-sdk/wallet-viem";
33
import { createWalletClient, http } from "viem";
44
import { privateKeyToAccount } from "viem/accounts";
55
import { mode } from "viem/chains";

0 commit comments

Comments
 (0)