Files
tycho-protocol-sdk/substreams/Cargo.toml
Zizou 63f9c89429 fix: small fix and refactor after testing EkuboV2 (#188)
* fix: add `balance_owner` attribute for ekubo_v2 components

* refactor: rename `ekubo` into `ekubo-v2`

* refactor: freeze `substreams-helper` version in ekubo V2 module

* docs: improve integration test comment

* docs: add TODO to remove `balance_owner` in favor of `AccountBalances`

---------

Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
2025-03-27 13:45:03 +00:00

25 lines
533 B
TOML

[workspace]
members = [
"ethereum-balancer-v2",
"ethereum-curve",
"crates/tycho-substreams",
"crates/substreams-helper",
"ethereum-ambient",
"ethereum-uniswap-v2",
"ethereum-uniswap-v3",
"ethereum-pancakeswap-v3",
"ethereum-sfrax",
"ethereum-sfraxeth",
"ethereum-uniswap-v3-logs-only",
"ethereum-template-factory",
"ethereum-template-singleton",
"ethereum-uniswap-v4",
"ethereum-ekubo-v2",
]
resolver = "2"
[profile.release]
lto = true
opt-level = 's'
strip = "debuginfo"