removed unused imports
This commit is contained in:
parent
3ef1694217
commit
c3d770f713
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user