-
Notifications
You must be signed in to change notification settings - Fork 79
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
signature: "setDripDuration(uint256)", | ||
args: [14 * 24 * 60 * 60], | ||
}, | ||
{ |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha
There was a problem hiding this 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
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.