Deploy 179: Upgrade OUSD Morpho V2 strategy implementation#2829
Open
sparrowDom wants to merge 2 commits intomasterfrom
Open
Deploy 179: Upgrade OUSD Morpho V2 strategy implementation#2829sparrowDom wants to merge 2 commits intomasterfrom
sparrowDom wants to merge 2 commits intomasterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2829 +/- ##
==========================================
+ Coverage 41.35% 43.60% +2.25%
==========================================
Files 108 108
Lines 4607 4607
Branches 1254 1254
==========================================
+ Hits 1905 2009 +104
+ Misses 2699 2595 -104
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
|
naddison36
approved these changes
Mar 5, 2026
Collaborator
naddison36
left a comment
There was a problem hiding this comment.
I've verified the deployment
shahthepro
reviewed
Mar 5, 2026
Collaborator
There was a problem hiding this comment.
Compared the "MorphoV2Strategy" contract with address 0x34E28A257dF02fb3cEA12f0836fb8730B77ef9Cd on mainnet
to local files under folders ".,node_modules"
match @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol
match @openzeppelin/contracts/token/ERC20/IERC20.sol
match @openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol
match @openzeppelin/contracts/utils/Address.sol
match @openzeppelin/contracts/utils/math/Math.sol
match @openzeppelin/contracts/utils/math/SafeCast.sol
match contracts/governance/Governable.sol
match contracts/interfaces/IBasicToken.sol
match contracts/interfaces/IMerkl.sol
match contracts/interfaces/IStrategy.sol
match contracts/interfaces/IVault.sol
match contracts/interfaces/morpho/IMorphoV2Adapter.sol
match contracts/interfaces/morpho/IVaultV2.sol
match contracts/strategies/Generalized4626Strategy.sol
match contracts/strategies/MorphoV2Strategy.sol
match contracts/strategies/MorphoV2VaultUtils.sol
match contracts/token/OUSD.sol
match contracts/utils/Helpers.sol
match contracts/utils/Initializable.sol
match contracts/utils/InitializableAbstractStrategy.sol
match contracts/vault/VaultStorage.sol
match lib/openzeppelin/interfaces/IERC4626.sol
shahthepro
approved these changes
Mar 5, 2026
Collaborator
shahthepro
left a comment
There was a problem hiding this comment.
- 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
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.
Deploy 179
Generalized4626Strategyas the Morpho OUSD V2 strategy toMorphoV2Strategywhich has better control over withdrawAllDeployed contracts:
Deployed contracts
Proposal Id: 38234265178409078333598297388552567945868201345097914935151040432111128029390
Deploy checklist
Two reviewers complete the following checklist: