code-423n4 / contracts

Code4rena contracts
32 stars 6 forks source link

Add final airdrop amount and merkle tree, modded deploy scripts #38

Closed HickupHH3 closed 2 years ago

HickupHH3 commented 2 years ago
MrToph commented 2 years ago

Looks like there's an issue with typechain generation. The current workaround is to omit one of the deploy scripts (eg. ./scripts/deployTokenSale, do yarn first-compile, then re-include the omitted file.

had the same issue with another task, I had to create a new file with the typechain types and dynamically load it, see scripts/proposals/index.ts. And only include the simple task definition in hardhat.config.ts

HickupHH3 commented 2 years ago

Makes sense, will do the replacement