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,6 +1,6 @@
[package]
name = "ethereum-sfrax"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
[lib]
@@ -17,7 +17,7 @@ prost-types = "0.11"
substreams = "0.5.22"
substreams-ethereum = "0.9.9"
hex = "0.4.3"
tycho-substreams = { git = "https://github.com/propeller-heads/tycho-protocol-sdk.git", rev = "b8aeaa3" }
tycho-substreams = { git = "https://github.com/propeller-heads/tycho-protocol-sdk.git", rev = "52d5021" }
itertools = "0.12.0"
anyhow = "1.0.75"

View File

@@ -35,7 +35,7 @@ pub fn map_components(
// a log.address = vault_address is the deployment tx
if is_deployment_tx(tx, &vault_address) {
Some(
ProtocolComponent::at_contract(&vault_address, &tx.into())
ProtocolComponent::at_contract(&vault_address)
.with_tokens(&[
locked_asset.as_slice(),
vault_address.as_slice(),

View File

@@ -1,7 +1,7 @@
specVersion: v0.1.0
package:
name: "ethereum_sfrax"
version: v0.1.0
version: v0.1.2
protobuf:
files: