removed unused imports

This commit is contained in:
hueso 2025-07-31 21:01:54 -03:00
parent 3ef1694217
commit c3d770f713

View File

@ -1,14 +1,7 @@
import { getContract } from "./provider"; import { getContract } from "./provider";
import { getTokenAddress } from "./addresses"; import { getTokenAddress } from "./addresses";
import { import {
bytesToHex,
encodeAbiParameters,
keccak256,
parseAbiParameters,
parseEther, parseEther,
stringToBytes,
stringToHex,
toBytes,
type Address, type Address,
type TransactionReceipt, type TransactionReceipt,
} from "viem"; } from "viem";