sdk: update to latest sdk

This commit is contained in:
0xMochan
2024-03-29 14:55:31 -05:00
parent 448a153c6e
commit 2feee8add6
13 changed files with 228 additions and 805 deletions

View File

@@ -1,24 +1,25 @@
[package]
name = "substreams-curve"
name = "ethereum-curve"
version = "0.1.0"
edition = "2021"
[lib]
name = "substreams_curve"
name = "ethereum_curve"
crate-type = ["cdylib"]
[dependencies]
substreams = "0.5"
substreams-ethereum = "0.9.9"
prost = "0.11"
hex-literal = "0.4.1"
ethabi = "18.0.0"
hex = "0.4.2"
substreams.workspace = true
substreams-ethereum.workspace = true
prost.workspace = true
prost-types.workspace = true
hex-literal.workspace = true
ethabi.workspace = true
hex.workspace = true
bytes = "1.5.0"
anyhow = "1.0.75"
prost-types = "0.12.3"
num-bigint = "0.4.4"
itertools = "0.12.0"
tycho-substreams.workspace = true
[build-dependencies]
anyhow = "1"