Skip to content

Commit

Permalink
(fix) Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
rrw-zilliqa committed Jan 23, 2025
1 parent a0bb4b0 commit 961a810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-zilliqa/src/wallet.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { WalletClientBase } from "@goat-sdk/core";
import { viem } from "@goat-sdk/wallet-viem";
import { viem, type Chain } from "@goat-sdk/wallet-viem";
import { createWalletClient, http } from "viem";
import { privateKeyToAccount } from "viem/accounts";
import { mode } from "viem/chains";
Expand Down

0 comments on commit 961a810

Please sign in to comment.