sdk: update to latest sdk

This commit is contained in:
0xMochan
2024-03-29 14:55:31 -05:00
parent 448a153c6e
commit 2feee8add6
13 changed files with 228 additions and 805 deletions

View File

@@ -1,8 +1,5 @@
[workspace]
members = [
"ethereum-balancer",
"crates/tycho-substreams",
]
members = ["ethereum-balancer", "ethereum-curve", "crates/tycho-substreams"]
resolver = "2"
@@ -14,9 +11,9 @@ prost-types = "0.12.3"
hex-literal = "0.4.1"
hex = "0.4.3"
ethabi = "18.0.0"
tycho-substreams = {path ="crates/tycho-substreams"}
tycho-substreams = { path = "crates/tycho-substreams" }
[profile.release]
lto = true
opt-level = 's'
strip = "debuginfo"
strip = "debuginfo"