first pass at substreams

This commit is contained in:
tim
2025-10-22 16:51:40 -04:00
parent 1287d8c5c5
commit e3ffa339bc
17 changed files with 2895 additions and 0 deletions

18
substreams/Cargo.lock generated
View File

@@ -322,6 +322,24 @@ dependencies = [
"tycho-substreams 0.2.2",
]
[[package]]
name = "ethereum-liquidityparty"
version = "0.1.0"
dependencies = [
"anyhow",
"ethabi 18.0.0",
"hex",
"itertools 0.10.5",
"num-bigint",
"prost 0.11.9",
"serde",
"serde-sibor",
"serde_qs",
"substreams",
"substreams-ethereum",
"tycho-substreams 0.2.1 (git+https://github.com/propeller-heads/tycho-protocol-sdk.git?rev=52d5021)",
]
[[package]]
name = "ethereum-maverick-v2"
version = "0.1.1"