We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9eed7 commit 9ef88a6Copy full SHA for 9ef88a6
packages/plugin-zilliqa/src/wallet.ts
@@ -1,5 +1,5 @@
1
import { WalletClientBase } from "@goat-sdk/core";
2
-import { viem } from "@goat-sdk/wallet-viem";
+import { viem, type Chain } from "@goat-sdk/wallet-viem";
3
import { createWalletClient, http } from "viem";
4
import { privateKeyToAccount } from "viem/accounts";
5
import { mode } from "viem/chains";
0 commit comments