lido-dao icon indicating copy to clipboard operation
lido-dao copied to clipboard

Use DepositSecurityModule contract instead of EOA in scenario tests

Open Psirex opened this issue 3 years ago • 1 comments

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.

Psirex avatar Oct 11 '21 13:10 Psirex