Remove the Convex AMO strategy from the OETH Vault#2907
Open
clement-ux wants to merge 2 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2907 +/- ##
=======================================
Coverage 50.83% 50.83%
=======================================
Files 110 110
Lines 4873 4873
Branches 1353 1353
=======================================
Hits 2477 2477
Misses 2392 2392
Partials 4 4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
naddison36
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the Convex OETH/ETH AMO strategy (
0x1827F9eA98E0bf96550b2FC20F7233277FcD7E63—ConvexEthMetaStrategyProxy/addresses.mainnet.ConvexOETHAMOStrategy) from the OETH Vault through a governance proposal. The old Curve OETH/ETH pool used by this AMO is no longer used.The proposal performs a single action on the OETH Vault:
removeStrategy(0x1827F9eA98E0bf96550b2FC20F7233277FcD7E63)removeStrategywithdraws all assets from the strategy back to the Vault (and reverts if any non-dust balance remains) before marking it as unsupported, so no separate withdrawal action is needed.No new contracts are deployed — this is a governance action only.
Verified by running the full deploy chain on a mainnet fork (
FORK=true pnpm run node:fork): the proposal is submitted, voted, queued and executed on the OETH Vault without revert.Governance
Deploy checklist
Two reviewers complete the following checklist: