owlprotocol / contracts

MIT License
3 stars 4 forks source link

Change inheritance pattern with `OwlBase.sol` and remove `Ownable.sol` #297

Closed HrikB closed 2 years ago

HrikB commented 2 years ago

No need to use two access controls libraries. Replace all onlyOwner usages with onlyRole(DEAFULT_ADMIN_ROLE)

HrikB commented 2 years ago

/cib

github-actions[bot] commented 2 years ago

Branch issue-297 created! Clone with: git fetch && git checkout --track origin/issue-297 Rebase develop branch changes with: git checkout issue-297 && git rebase develop