From e775238b0816e71d383193bfdb0cbbfe64e37b7a Mon Sep 17 00:00:00 2001 From: TAMARA LIPOWSKI Date: Mon, 14 Jul 2025 11:29:03 -0400 Subject: [PATCH] fix: chain id call after main update --- tests/uniswap_x_integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/uniswap_x_integration_tests.rs b/tests/uniswap_x_integration_tests.rs index 5200578..8ea134f 100644 --- a/tests/uniswap_x_integration_tests.rs +++ b/tests/uniswap_x_integration_tests.rs @@ -89,7 +89,7 @@ fn test_sequential_swap_usx() { .clone(); let tycho_calldata = encode_tycho_router_call( - eth_chain().id, + eth_chain().id(), encoded_solution, &solution, &UserTransferType::TransferFrom,