feat: Fix tycho-common and -client dependencies

- These should match what we currently have in simulation and execution.
- Also nightly fmt
This commit is contained in:
TAMARA LIPOWSKI
2025-09-02 23:56:05 -04:00
committed by Tamara
parent c12affb3ca
commit 742948cdf5

View File

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