Currently MISO token launchpad uses older versions of OpenZeppelin helper and token contracts, compiler hardcoded at 0.6.12, stored locally here.
It might make more sense to import these contracts from OZ codebase (so we track upgrades, simplify MISO repo, use >=0.8.0 solidity), or in the alternative, explore using Solmate templates. which are simpler, more opinionated and gas-optimized.
Currently MISO token launchpad uses older versions of OpenZeppelin helper and token contracts, compiler hardcoded at
0.6.12
, stored locally here.It might make more sense to import these contracts from OZ codebase (so we track upgrades, simplify MISO repo, use >=0.8.0 solidity), or in the alternative, explore using Solmate templates. which are simpler, more opinionated and gas-optimized.