Skip to content

Commit

Permalink
fix: remove euler vault
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTimepunk committed Oct 31, 2024
1 parent 15d5530 commit a4f65be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/BaseSetup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@ abstract contract BaseSetup is StdInvariant, Test {
existingVaults[42_161][1]["WETH"][0] = 0xe4c2A17f38FEA3Dcb3bb59CEB0aC0267416806e2;

existingVaults[1][1]["DAI"][0] = address(0);
existingVaults[1][1]["USDC"][0] = 0x797DD80692c3b2dAdabCe8e30C07fDE5307D48a9; // euler usdc
existingVaults[1][1]["USDC"][0] = address(0);
existingVaults[1][1]["WETH"][0] = address(0);
existingVaults[1][1]["USDe"][0] = 0x9D39A5DE30e57443BfF2A8307A4256c8797A3497;

Expand Down

0 comments on commit a4f65be

Please sign in to comment.