fix: downgrade tycho deps to compatible version with tycho-simulation

This commit is contained in:
adrian
2025-09-08 11:15:14 +02:00
committed by Adrian Benavides
parent 655fae77ab
commit 5a9a757a06
2 changed files with 11 additions and 9 deletions

View File

@@ -9,10 +9,11 @@ miette = { version = "7.6.0", features = ["fancy"] }
# Logging & Tracing
tracing = "0.1.37"
# Tycho dependencies
tycho-common = "0.83.0"
tycho-client = "0.83.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"] }
tycho-common = "0.82.0"
tycho-client = "0.82.0"
tycho-simulation = { git = "https://github.com/propeller-heads/tycho-simulation.git", tag = "0.155.2", features = ["evm"] }
## TODO: for local development
#tycho-simulation = { path = "../../tycho-simulation" }
# EVM dependencies
alloy = { version = "1.0.27", features = ["arbitrary", "json", "dyn-abi", "sol-types", "contract", "provider-http"] }
tokio = { version = "1", features = ["full"] }