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
At this moment deployDaoAndPool accepts EOA depositor address to grant DEPOSIT_ROLE to it. The better way is to deploy and setup DepositSecurityModule in the deployDaoAndPool method and update scenario tests that use depositBufferedEther to make deposits through deployed DepositSecurityModule.
The text was updated successfully, but these errors were encountered:
At this moment
deployDaoAndPool
accepts EOA depositor address to grantDEPOSIT_ROLE
to it. The better way is to deploy and setupDepositSecurityModule
in thedeployDaoAndPool
method and update scenario tests that usedepositBufferedEther
to make deposits through deployedDepositSecurityModule
.The text was updated successfully, but these errors were encountered: