Skip to content

Conversation

@naddison36
Copy link
Collaborator

Also have a deploy script to claim the CVX tokens stuck in the OUSD Vault

Deploy checklist

Two reviewers complete the following checklist:

- [ ] All deployed contracts are listed in the deploy PR's description
- [ ] Deployed contract's verified code (and all dependencies) match the code in master
- [ ] Contract constructors have correct arguments
- [ ] The transactions that interacted with the newly deployed contract match the deploy script.
- [ ] Governance proposal matches the deploy script
- [ ] Smoke tests pass after fork test execution of the governance proposal

name: `Claim CVX tokens stuck in the OUSD Vault.`,
actions: [
{
contract: cVaultAdmin,
Copy link
Collaborator

@shahthepro shahthepro Jan 23, 2026

Choose a reason for hiding this comment

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

IStrategy.transferToken transfers it to the timelock. We would need another proposal to move it. Would be better to have a CVX.transfer as part of the same proposal to send it to the Guardian

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good pickup. I'll transfer to the Guardian

@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 39.31%. Comparing base (6524de2) to head (f1dc274).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2764   +/-   ##
=======================================
  Coverage   39.31%   39.31%           
=======================================
  Files         126      126           
  Lines        5802     5802           
  Branches     1542     1542           
=======================================
  Hits         2281     2281           
  Misses       3519     3519           
  Partials        2        2           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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