We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d5530 commit a4f65beCopy full SHA for a4f65be
test/utils/BaseSetup.sol
@@ -2255,7 +2255,7 @@ abstract contract BaseSetup is StdInvariant, Test {
2255
existingVaults[42_161][1]["WETH"][0] = 0xe4c2A17f38FEA3Dcb3bb59CEB0aC0267416806e2;
2256
2257
existingVaults[1][1]["DAI"][0] = address(0);
2258
- existingVaults[1][1]["USDC"][0] = 0x797DD80692c3b2dAdabCe8e30C07fDE5307D48a9; // euler usdc
+ existingVaults[1][1]["USDC"][0] = address(0);
2259
existingVaults[1][1]["WETH"][0] = address(0);
2260
existingVaults[1][1]["USDe"][0] = 0x9D39A5DE30e57443BfF2A8307A4256c8797A3497;
2261
0 commit comments