fix(balancer_v2): skip adding zero address rate_provider entrypoints (#224)

This commit is contained in:
Louise Poole
2025-06-25 17:52:49 +02:00
committed by GitHub
parent 1c6c2c53c7
commit dfa87f662d
4 changed files with 35 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ethereum-balancer-v2"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
[lib]
@@ -15,7 +15,7 @@ hex = "0.4.3"
anyhow = "1.0.75"
num-bigint = "0.4.4"
itertools = "0.12.0"
tycho-substreams = { git = "https://github.com/propeller-heads/tycho-protocol-sdk.git", rev = "51995f9" }
tycho-substreams = { git = "https://github.com/propeller-heads/tycho-protocol-sdk.git", tag = "0.4.0" }
[build-dependencies]
anyhow = "1"