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
In the postDeployment script, the Delegator contract has granted the GOVERNANCE_ROLE to the governanceAddress. This role does not seem to be required.
The Delegator contract instead needs to grant the admin PAUSE_ROLE which is not done in the current release, to allow the admin to be able to pause the contract. (Pause is imported already but the required role permissions are not given)
Above updates required on the postDeployment script
The text was updated successfully, but these errors were encountered:
Delegator
contract has granted theGOVERNANCE_ROLE
to thegovernanceAddress
. This role does not seem to be required.Delegator
contract instead needs to grant the adminPAUSE_ROLE
which is not done in the current release, to allow the admin to be able to pause the contract. (Pause is imported already but the required role permissions are not given)Above updates required on the postDeployment script
The text was updated successfully, but these errors were encountered: