Files
tycho-protocol-sdk/substreams/crates/tycho-substreams
kayibal 148fac276c feat(balancer): Add rate providers to static attributes.
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.
2024-07-25 14:11:29 +01:00
..
2024-07-22 03:48:47 +02:00

Tycho Substreams SDK

Some shared functionality that is used to create tycho substream packages.

Protobuf Models

Protobuf models are manually synced from the tycho-indexer repository whenever they changed.

To generate the rust structs run the following command from within the ./proto directory:

buf generate \
  --path tycho \
  --template ../substreams/crates/tycho-substreams/buf.gen.yaml \
  --output ../substreams/crates/tycho-substreams/