Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/integration/full-protocol/Loans.fork.arbi.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ contract WETHUSDC_ArbiMain_LoansForkTest is BaseAssetPairForkTest_ScriptTest {
slippage = 100; // 1%
callstrikeToUse = 11_000;

expectedOraclePrice = 3_000_000_000;
expectedOraclePrice = 2_000_000_000;
}
}

Expand Down Expand Up @@ -119,7 +119,7 @@ contract WETHUSDC_ArbiSep_LoansForkTest is WETHUSDC_ArbiMain_LoansForkTest {
cashAsset = Const.ArbiSep_tUSDC;
oracleDescription = "Comb(CL(TWAPMock(ETH / USD))|inv(CL(FixedMock(USDC / USD))))";

expectedOraclePrice = 3_000_000_000;
expectedOraclePrice = 2_000_000_000;
}

function deployFullProtocol()
Expand Down
4 changes: 2 additions & 2 deletions test/integration/full-protocol/Loans.fork.opbase.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ contract WETHUSDC_OPBaseMain_LoansForkTest is BaseAssetPairForkTest_ScriptTest {
slippage = 100; // 1%
callstrikeToUse = 11_000;

expectedOraclePrice = 3_000_000_000;
expectedOraclePrice = 2_000_000_000;
}
}

Expand Down Expand Up @@ -197,7 +197,7 @@ contract TWETHTUSDC_OPBaseSep_LoansForkTest is WETHUSDC_OPBaseMain_LoansForkTest
cashAsset = Const.OPBaseSep_tUSDC;
oracleDescription = "Comb(CL(TWAPMock(ETH / USD))|inv(CL(FixedMock(USDC / USD))))";

expectedOraclePrice = 3_500_000_000; // 3.5k in 1e6
expectedOraclePrice = 2_000_000_000; // 2k in 1e6
}
}

Expand Down