feat: Use tycho-common from crates.io

This fixes previously borked version

Took 1 minute
This commit is contained in:
Diana Carvalho
2025-09-25 11:38:55 +01:00
parent ae5c3778ea
commit 89435b5c76
2 changed files with 4 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ tokio = { version = "1.38.0", features = ["full"] }
chrono = "0.4.39"
clap = { version = "4.5.3", features = ["derive"] }
once_cell = "1.20.2"
tycho-common = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-common", tag = "0.88.0" }
tycho-common = "0.88.0"
alloy = { version = "1.0.6", features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"], optional = true }
async-trait = { version = "0.1.88", optional = true }