Skip to content

Commit

Permalink
Fix OUSD Vault fork tests now Meta Morpho strategy is live
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Oct 22, 2024
1 parent ce38dda commit b97c75f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/test/vault/vault.mainnet.fork-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ describe("ForkTest: Vault", function () {
"0x89Eb88fEdc50FC77ae8a18aAD1cA0ac27f777a90", // OUSD MetaStrategy
"0x79F2188EF9350A1dC11A062cca0abE90684b0197", // MorphoAaveStrategy
"0x6b69B755C629590eD59618A2712d8a2957CA98FC", // Maker DSR Strategy
"0x603CDEAEC82A60E3C4A10dA6ab546459E5f64Fa0", // Meta Morpho USDC
];

for (const s of strategies) {
Expand Down Expand Up @@ -384,6 +385,7 @@ describe("ForkTest: Vault", function () {
"0x5e3646A1Db86993f73E6b74A57D8640B69F7e259",
"0x9c459eeb3FA179a40329b81C1635525e9A0Ef094",
"0x79F2188EF9350A1dC11A062cca0abE90684b0197", // MorphoAave
"0x603CDEAEC82A60E3C4A10dA6ab546459E5f64Fa0", // Meta Morpho USDC
]).to.include(await vault.assetDefaultStrategies(usdc.address));
});

Expand Down

0 comments on commit b97c75f

Please sign in to comment.