Files
tycho-protocol-sdk/crates/tycho-substreams/Cargo.toml
kayibal 3d248f3fa1 Implement helpers for relative balances.
Adds some helpers that will users help to convert relative balances changes to absolute ones.

The goal is to make this as reduce the effort of the user to  implementing a simple map handler that extracts relative balances changes.
2024-03-13 18:46:10 +00:00

11 lines
185 B
TOML

[package]
name = "tycho-substreams"
version = "0.1.0"
edition = "2021"
[dependencies]
substreams-ethereum = "0.9.9"
substreams = "0.5"
prost = "0.11"
hex = "0.4.3"
itertools = "0.12.0"