feat(substreams): add substreams for Uniswap v2 and v3
This commit is contained in:
7
substreams/crates/substreams-helper/Makefile
Normal file
7
substreams/crates/substreams-helper/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
.PHONY: build
|
||||
build:
|
||||
cargo build --target wasm32-unknown-unknown --release
|
||||
|
||||
.PHONY: publish
|
||||
publish:
|
||||
cargo publish --target wasm32-unknown-unknown
|
||||
Reference in New Issue
Block a user