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
On WithdrawRequested event, you need to put it on DB. And set it finished on RewardClaimed event.
You need to run executeClaimReward when stETH withdrawal is ready on stETH platform. But I think we discussed to exchange it instead of withdrawing. So we will need to update Vyper contract a bit and change the logic.
The text was updated successfully, but these errors were encountered:
# Related Github tickets
- #2487
# Background
This change introduces a new governance concept: a whitelist of gas
exempt addresses. The list can be updated by creating a
`MsgUpdateParams` vote on the `paloma` module.
Every member address of the list will be exempt from paying gas fees on
the chain.
The change also brings some QOL improvements in the integration testing
package.
# Testing completed
- [x] test coverage exists or has been added/updated
- [x] tested in a private testnet
# Breaking changes
- [x] I have checked my code for breaking changes
- [x] If there are breaking changes, there is a supporting migration.
The text was updated successfully, but these errors were encountered: