Open martinvol opened 5 months ago
RE: Generate types without typechain
Once everything is using Foundry (i.e. written in Solidity), we shouldn't need any type generation within the packages itself. Or is this to generate TS types for other packages/external projects to use? If so, is there a reason to not keep using TypeChain specifically?
@m-chrzan Typechain is to generate types that contractkit and other third parties use
Documentation for scripts can be found here: https://docs.celo.org/community/release-process/smart-contracts Also see: https://github.com/celo-org/celo-monorepo/issues/11078