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.
16 lines
313 B
TOML
16 lines
313 B
TOML
[package]
|
|
name = "tycho-substreams"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
substreams-ethereum.workspace = true
|
|
substreams.workspace = true
|
|
prost.workspace = true
|
|
hex.workspace = true
|
|
itertools = "0.12.0"
|
|
ethabi.workspace = true
|
|
num-bigint = "0.4.4"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|