Add check and release scripts.

Had to slightly adjust package names to make this work.
This commit is contained in:
kayibal
2024-03-14 01:21:06 +00:00
parent 6b6e42e2f8
commit 981a091727
5 changed files with 89 additions and 31 deletions

View File

@@ -1,10 +1,10 @@
[package]
name = "substreams-ethereum-balancer"
name = "ethereum-balancer"
version = "0.1.0"
edition = "2021"
[lib]
name = "substreams_ethereum_balancer"
name = "ethereum_balancer"
crate-type = ["cdylib"]
[dependencies]