feat: Add tokens balance check and component diff
This commit is contained in:
@@ -9,6 +9,7 @@ tracing = "0.1.37"
|
||||
# Tycho dependencies
|
||||
tycho-core = { path = "../../tycho-indexer/tycho-core", package = "tycho-core" }
|
||||
tycho-client = { path = "../../tycho-indexer/tycho-client", package = "tycho-client" }
|
||||
tycho-simulation = { path = "../../tycho-simulation", features = ["evm"] }
|
||||
# EVM dependencies
|
||||
alloy = { version = "0.5.4", features = ["arbitrary", "json", "dyn-abi", "sol-types", "contract", "provider-http"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
@@ -22,3 +23,5 @@ postgres = "0.19.10"
|
||||
serde_yaml = "0.9.34"
|
||||
dotenv = "0.15.0"
|
||||
async-trait = "0.1.87"
|
||||
colored = "3.0.0"
|
||||
similar = "2.7.0"
|
||||
|
||||
Reference in New Issue
Block a user