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
Add noEmergency modifier to user initiated functions that will perform a non-reverting noop in case of emergency. The cooldown admin will control the switch.
Add setEmergencyShutdown() only callable by cooldown admin
Add getEmergencyShutdown() for easy access
Add noEmergency modifier to:
stake
cooldown
stakeWithPermit
redeem
redeemOnBehalf
claimRewards
claimRewardsOnBehalf
claimRewardsAndStake
claimRewardsAndStakeOnBehalf
claimRewardsAndRedeem
claimRewardsAndRedeemOnbehalf
The text was updated successfully, but these errors were encountered:
Add
noEmergency
modifier to user initiated functions that will perform a non-revertingnoop
in case of emergency. The cooldown admin will control the switch.setEmergencyShutdown()
only callable by cooldown admingetEmergencyShutdown()
for easy accessnoEmergency
modifier to:stake
cooldown
stakeWithPermit
redeem
redeemOnBehalf
claimRewards
claimRewardsOnBehalf
claimRewardsAndStake
claimRewardsAndStakeOnBehalf
claimRewardsAndRedeem
claimRewardsAndRedeemOnbehalf
The text was updated successfully, but these errors were encountered: