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"] }