From 742948cdf5b705776a2a47723bf8075aab929131 Mon Sep 17 00:00:00 2001 From: TAMARA LIPOWSKI Date: Tue, 2 Sep 2025 23:56:05 -0400 Subject: [PATCH] feat: Fix tycho-common and -client dependencies - These should match what we currently have in simulation and execution. - Also nightly fmt --- protocol-testing/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol-testing/Cargo.toml b/protocol-testing/Cargo.toml index a628771..6a02802 100644 --- a/protocol-testing/Cargo.toml +++ b/protocol-testing/Cargo.toml @@ -10,6 +10,7 @@ tracing = "0.1.37" # Tycho dependencies tycho-common = "0.82.0" tycho-client = "0.82.0" +# TODO make this less hacky. We should probably try to build this in a similar way that the indexer is built tycho-simulation = { path = "../../tycho-simulation", features = ["evm"] } # EVM dependencies alloy = { version = "1.0.27", features = ["arbitrary", "json", "dyn-abi", "sol-types", "contract", "provider-http"] }