fix: update tycho-substreams version in all vm packages (#206)

This is needed after https://github.com/propeller-heads/tycho-protocol-sdk/pull/201

Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
This commit is contained in:
Zizou
2025-05-14 10:57:22 +02:00
committed by GitHub
parent 1442215c91
commit e8bde64a23
22 changed files with 296 additions and 361 deletions

View File

@@ -1,14 +1,14 @@
[package]
name = "substreams-ethereum-ambient"
version = "0.5.2"
name = "ethereum-ambient"
version = "0.6.1"
edition = "2021"
[lib]
name = "substreams_ethereum_ambient"
name = "ethereum_ambient"
crate-type = ["cdylib"]
[dependencies]
tycho-substreams = { git = "https://github.com/propeller-heads/tycho-protocol-sdk.git", rev = "f90c33b" }
tycho-substreams = { git = "https://github.com/propeller-heads/tycho-protocol-sdk.git", rev = "52d5021" }
substreams = "0.5.22"
substreams-ethereum = "0.9.9"
prost = "0.11"