Flash unwinder contracts and scripts, relay lane tuning, trustless bridge and token-aggregation updates.

Made-with: Cursor
This commit is contained in:
defiQUG
2026-04-12 06:33:54 -07:00
parent 662b35ad69
commit 6817f53591
40 changed files with 682 additions and 88 deletions

View File

@@ -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 {