-
Notifications
You must be signed in to change notification settings - Fork 91
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
Staking v2 #985
Comments
Is this open? Or already assigned? |
/start |
/help |
Available Commands
|
Strange that there's no response from the plugin @gentlementlegen rfc |
/start |
! You must be a core team member, or an administrator to start this task |
@0x4007 Everything ran fine, but the plugin failed to post the message, Octokit sent an error during comment posting. Link tothe logs: https://dash.cloudflare.com/17b9dfa79e16b79dffcb11a66768539c/workers/services/view/ubiquity-os-command-start-stop-main/production/observability/logs?time=%7B%22from%22%3A1738769580000%2C%22to%22%3A1738769687000%2C%22type%22%3A%22absolute%22%7D |
We have the old staking contract (which still works) where users are able to stake 3CRV LP tokens and get rewards in UBQ tokens. The old staking contract has some issues:
uAD/3CRV
pool. We've redeployed our stable coin so now we're using UUSD instead of the deprecated uAD token.It makes sense to reimplement staking so that users were able to stake
UUSD/LUSD
LP tokens and getUBQ
rewards. This way contributors have an incentive to keepUUSD
in theUUSD/LUSD
pool instead of swappingUUSD
for a more liquid asset.We've already ported staking to this diamond facet but we've never tested how it really works.
What should be done:
LibStaking
with unit testsThe next step would be to audit the updated code and deploy to production.
The text was updated successfully, but these errors were encountered: