chore: address merge conflicts, implement user_data for Bebop

This commit is contained in:
pedrobergamini
2025-06-08 00:36:23 -03:00
31 changed files with 1773 additions and 805 deletions

View File

@@ -198,8 +198,6 @@ contract TychoRouterTestProtocolIntegration is TychoRouterTestSetup {
}
function testSingleMaverickIntegration() public {
vm.stopPrank();
deal(GHO_ADDR, ALICE, 1 ether);
uint256 balanceBefore = IERC20(USDC_ADDR).balanceOf(ALICE);