feat: introducing maverick

This commit is contained in:
0xMochan
2024-03-07 16:57:17 -05:00
parent 3f87d151df
commit 249fe6eb4c
25 changed files with 9636 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
[package]
name = "substreams-maverick"
version = "0.1.0"
edition = "2021"
[lib]
name = "substreams_maverick"
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"
bytes = "1.5.0"
anyhow = "1.0.75"
prost-types = "0.12.3"
num-bigint = "0.4.4"
itertools = "0.12.0"
[build-dependencies]
anyhow = "1"
substreams-ethereum = "0.9"
# Required so that ethabi > ethereum-types build correctly under wasm32-unknown-unknown
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2", features = ["custom"] }