i still like hardhat for scripts, like deployment, proxy deployments and normal tx to send
But on some projects i'm using both
foundry for unit tests/fuz tests
hardhat to deploy/launch tx
May 7, 2023, 5:25 PM
The Bird of Forks is my name, forking networks to keep me tame
May 7, 2023, 5:27 PM
https://github.com/Morteza3123/Uniswap-V2-V3-Flashswap
I test swap on uniswap v2 and v3 in both solidity and js just by forking ethereum mainnet you can see how it works.
I test swap on uniswap v2 and v3 in both solidity and js just by forking ethereum mainnet you can see how it works.
May 7, 2023, 6:37 PM