Simplify DelayedAdmin/PauseAdmin #249
Labels
I6-refactoring
Code needs refactoring.
Q3-medium
Can be done with good experience in the language, but little knowledge of the codebase.
One idea would be to have a single Guardian contract, that has a single account which is the current DelayedAdmin multisig, and that uses the Gnosis Safe isOwner() method to allow individual owners on the multisig to pause
Draft: https://github.com/centrifuge/liquidity-pools/blob/guardian-wip/src/admins/DelayedAdmin.sol
The text was updated successfully, but these errors were encountered: