Closed pi0neerpat closed 3 years ago
We need a way to get COMP, and other tokens out of the rDAI contract.
One possible solution:
sweepTokens(address token)
setTokenManager(address newManager)
Things to keep in mind:
tokenManager
duplicate with #44
😁
We need a way to get COMP, and other tokens out of the rDAI contract.
One possible solution:
sweepTokens(address token)
which is open for anyone to call, and sends any ERC20, excluding DAI and cDAI, to a manager account.setTokenManager(address newManager)
which is limited to only the current manager.Things to keep in mind:
tokenManager
account without admin powers.