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.
11 lines
185 B
TOML
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" |