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
I think we can remove redeem(address _collateral, uint256 _usdsAmt, uint256 _minCollAmt, uint256 _deadline) , and at its place use redeem(address _collateral, uint256 _usdsAmt, uint256 _minCollAmt, uint256 _deadline, address _strategy) and if user wants to use the default strategy the UI can send address(0) .
Remove _validateRwdClaim
Make distributeAndBurnSPA internal
Points mentioned here may also apply to the Demeter contracts.
The text was updated successfully, but these errors were encountered:
_validateRwdClaim
distributeAndBurnSPA
internalPoints mentioned here may also apply to the Demeter contracts.
The text was updated successfully, but these errors were encountered: