© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Jweboy
I am focus on Javascript.
import { SingleHopSwap, IERC20 } from "../typechain-types";
May I ask how the typechain-types piece is defined? Can you suggest a reference?
Jay Nalam
Freelance Full stack Web3 Engineer
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
Thanks, I found the command, ran npx hardhat typechain and it auto-generated it for me.Jay Nalam
npx hardhat typechain