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
It is required of cellar deployers to transfer ownership to the gravity contract via transferOwnership(address) before gravity will be able to execute functions that have the onlyOwner modifier (which should be all functions that Strategy Providers use). Since there currently is no automatic way to transfer ownership to gravity upon governance approval of a new cellar, Steward should check and then cache whether or not a target cellar address is indeed owned by gravity before submitting a cork. The owner() contract function will return the owner address.
The text was updated successfully, but these errors were encountered:
It is required of cellar deployers to transfer ownership to the gravity contract via
transferOwnership(address)
before gravity will be able to execute functions that have theonlyOwner
modifier (which should be all functions that Strategy Providers use). Since there currently is no automatic way to transfer ownership to gravity upon governance approval of a new cellar, Steward should check and then cache whether or not a target cellar address is indeed owned by gravity before submitting a cork. Theowner()
contract function will return the owner address.The text was updated successfully, but these errors were encountered: