Adds the rate providers and additional attributes to balancers static attributes. These will help in the future to migrate some of the components to use the DCI. Adds a small attributes module to tycho-substreams to make json encoding a bit easier.
22 lines
435 B
TOML
22 lines
435 B
TOML
[workspace]
|
|
members = ["ethereum-balancer", "ethereum-curve", "crates/tycho-substreams"]
|
|
resolver = "2"
|
|
|
|
|
|
[workspace.dependencies]
|
|
substreams-ethereum = "0.9.9"
|
|
substreams = "0.5"
|
|
prost = "0.11"
|
|
prost-types = "0.12.3"
|
|
hex-literal = "0.4.1"
|
|
hex = "0.4.3"
|
|
ethabi = "18.0.0"
|
|
tycho-substreams = { path = "crates/tycho-substreams" }
|
|
serde = "1.0.204"
|
|
serde_json = "1.0.120"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 's'
|
|
strip = "debuginfo"
|