[Feature] Truffle Migrations + Typechain
leovigna opened this issue · 1 comments
leovigna commented
Would the repo maintainers be open to a Pull Request adding Truffle Migrations support with Typechain? This is mostly useful when looking to quickly bootstrap a UniswapFactory on a local test environment with a simple truffle migrate
.
https://github.com/leovigna/uniswap-v2-core/tree/truffle-typechain-migrate
Deleted user commented
I think the best would be either migrate to hardhat + ethers, or the foundry toolkit.