51 reads
3 comments
·May 21, 2024
May 21, 2024
import { SingleHopSwap, IERC20 } from "../typechain-types";
May I ask how the typechain-types piece is defined? Can you suggest a reference?
·
·2 replies
Author
·May 21, 2024
I used hardhat with typescript which will generate types automatically.
But if you want to generate types without hardhat, you can use typechain npmjs.com/package/typechain
·