Liquidity Party adapter
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
export PATH := /home/linuxbrew/.linuxbrew/bin:$(PATH)
|
||||
|
||||
all: ethereum
|
||||
|
||||
build:
|
||||
cargo build --target wasm32-unknown-unknown --release
|
||||
cargo build --target wasm32-unknown-unknown --release
|
||||
|
||||
ethereum: build
|
||||
substreams pack ethereum-liquidityparty.yaml -o ethereum-liquidityparty.spkg
|
||||
|
||||
.PHONY: build ethereum
|
||||
|
||||
Reference in New Issue
Block a user