Flash unwinder contracts and scripts, relay lane tuning, trustless bridge and token-aggregation updates.
Made-with: Cursor
This commit is contained in:
@@ -76,8 +76,8 @@ contract QuotePushFlashWorkflowBorrowerMainnetForkTest is Test {
|
||||
unwinder = new ForkMockExternalUnwinder(IERC20(CWUSDC), IERC20(USDC), 112, 100);
|
||||
|
||||
// Seed the local lender and unwind venue with enough quote on the fork.
|
||||
deal(USDC, address(vault), 100_000_000); // 100 USDC
|
||||
deal(USDC, address(unwinder), 100_000_000); // 100 USDC
|
||||
deal(USDC, address(vault), 50_000_000_000);
|
||||
deal(USDC, address(unwinder), 50_000_000_000);
|
||||
}
|
||||
|
||||
function testFork_quotePush_usesLiveMainnetPmmLegAndRepays() public skipIfNoFork {
|
||||
|
||||
Reference in New Issue
Block a user