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

Increase Dripper duration. #2125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

clement-ux
Copy link
Contributor

Change the OETH dripper time from 7 to 14 days.

The OETH dripper's duration was set to 7 days last January to increase the flow of funds from the dripper to OETH.
However, to adapt to the beacon chain sweep delay (approx. 9 days), we can increase the duration to match beacon chain specification.

Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.24%. Comparing base (13c1355) to head (6a3fb4b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2125   +/-   ##
=======================================
  Coverage   61.24%   61.24%           
=======================================
  Files          66       66           
  Lines        3321     3321           
  Branches      862      862           
=======================================
  Hits         2034     2034           
  Misses       1284     1284           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

signature: "setDripDuration(uint256)",
args: [14 * 24 * 60 * 60],
},
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think a rebase is necessary. Any reason for adding that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reused the PR that decreased the dripper duration. I thought that it was good to rebase right after changing the dripper duration because the vault will receive a fresh token, and this ensures a smoother APY.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha

Copy link
Collaborator

@naddison36 naddison36 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Let's wait until we get confirmation on the drip duration before raising the proposal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants