feat: add native eth transfers

This commit is contained in:
0xMochan
2024-06-11 12:54:02 -04:00
parent 728a091b19
commit 5a1d9f1e29
7 changed files with 138 additions and 53 deletions

View File

@@ -18,10 +18,10 @@ hex.workspace = true
bytes = "1.5.0"
anyhow = "1.0.75"
num-bigint = "0.4.4"
itertools = "0.12.0"
tycho-substreams.workspace = true
serde = { version = "1.0", features = ["derive"] }
serde_qs = "0.13.0"
itertools = "0.13.0"
[build-dependencies]
anyhow = "1"