gnosisguild / zodiac

A library for composable tooling for onchain entities

Home Page:https://gnosisguild.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make use of OZ initializer modifier

auryn-macmillan opened this issue · comments

By extending OwnableUpgradeable we also extend open zeppelin Initializable contract, which provides the initializer modifier that we can use in setUp functions instead of having additional initialized var in FactoryFriendly contract.

We should update this in Zodiac, along with all of the modules.

  • Zodiac
  • Reality module
  • Bridge module
  • Exit module
    • Circulating supply
  • Delay modifier
  • Scope guard