feat: Increase tycho-core version

--- don't change below this line ---
ENG-4088 Took 8 minutes

Took 11 seconds

Took 22 seconds
This commit is contained in:
Diana Carvalho
2025-02-06 18:03:03 +00:00
parent d4af59d4dc
commit 6bbb6da1cd
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ clap = { version = "4.5.3", features = ["derive"] }
alloy = { version = "0.9.2", features = ["providers", "rpc-types-eth", "eip712", "signer-local"], optional = true }
alloy-sol-types = { version = "0.8.14", optional = true }
alloy-primitives = { version = "0.8.9", optional = true }
tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.46.0" }
tycho-core = { git = "https://github.com/propeller-heads/tycho-indexer.git", package = "tycho-core", tag = "0.55.2" }
once_cell = "1.20.2"
[dev-dependencies]