Skip to content

Commit 834ff04

Browse files
committed
fix: remove redundnat .json files
fix: remove redundnat .json files and add comment on where these ABIs can be found
1 parent 6626b8e commit 834ff04

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,11 @@ devnet/down:
355355

356356

357357

358-
%.abi: %.json
359-
jq -r .abi $*.json > $@
360-
358+
# Download ABIs directly from PDP release:
359+
# curl -L https://github.com/FilOzone/pdp/releases/download/vX.Y.Z/PDPVerifier.abi.json \
360+
# -o pdp/contract/PDPVerifier.abi
361+
# curl -L https://github.com/FilOzone/pdp/releases/download/vX.Y.Z/IPDPProvingSchedule.abi.json \
362+
# -o pdp/contract/IPDPProvingSchedule.abi
361363

362364
%.go: %.abi
363365
abigen --abi $^ --type $(notdir $*) --pkg $(notdir $(patsubst %/,%,$(dir $@))) --out $@

pdp/contract/IPDPProvingSchedule.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

pdp/contract/PDPVerifier.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)