You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@Ro5s just said earlier that we should import OZ properly, but would be keen to see an update using Solmate & 0.8. You keen?
matthewlilley
changed the title
simplify codebase by using OZ or Solmate imports
enhancement: import open zepplin or solmate properly and make upgrade to 0.8
Jan 8, 2022
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.
The text was updated successfully, but these errors were encountered: