Uniswap/v2-core

[Feature] Truffle Migrations + Typechain

leovigna opened this issue · 1 comments

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

I think the best would be either migrate to hardhat + ethers, or the foundry toolkit.