* fix: Implement ethereum-ekubo * fix: Remove unnecessary store * fix: Correct balance accounting * Adjust deltas by fee at PositionUpdated event * Add partial Ekubo integration * Generalize Hexable * Native Ekubo integration * cargo fmt & clippy --------- Co-authored-by: kayibal <alan@datarevenue.com> Co-authored-by: Zizou <111426680+zizou0x@users.noreply.github.com>
25 lines
530 B
TOML
25 lines
530 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",
|
|
]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 's'
|
|
strip = "debuginfo"
|