Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JUICEBOT: Upgrade LIDO + TryLSD with Swap instead of stETH withdrawal #1332

Closed
taariq opened this issue Mar 1, 2024 · 1 comment
Closed
Assignees

Comments

@taariq
Copy link
Member

taariq commented Mar 1, 2024

  1. On WithdrawRequested event, you need to put it on DB. And set it finished on RewardClaimed event.
  2. 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.
@taariq
Copy link
Member Author

taariq commented Mar 3, 2024

This is closed as completed as we focus on LRTs

@taariq taariq closed this as completed Mar 3, 2024
byte-bandit added a commit that referenced this issue Jan 23, 2025
# 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants