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:
@@ -10,6 +10,7 @@ tracing = "0.1.37"
|
|||||||
# Tycho dependencies
|
# Tycho dependencies
|
||||||
tycho-common = "0.82.0"
|
tycho-common = "0.82.0"
|
||||||
tycho-client = "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"] }
|
tycho-simulation = { path = "../../tycho-simulation", features = ["evm"] }
|
||||||
# EVM dependencies
|
# EVM dependencies
|
||||||
alloy = { version = "1.0.27", features = ["arbitrary", "json", "dyn-abi", "sol-types", "contract", "provider-http"] }
|
alloy = { version = "1.0.27", features = ["arbitrary", "json", "dyn-abi", "sol-types", "contract", "provider-http"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user