Commit 528d0d2d authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #7049 from bobanetwork/build-add-cannon-prereq-to-devnet

Add cannon-prestate as prereq to devnet-up
parents 28be4fa2 26f2a013
......@@ -86,6 +86,9 @@ nuke: clean devnet-clean
.PHONY: nuke
devnet-up:
@if [ ! -e op-program/bin ]; then \
make cannon-prestate; \
fi
$(shell ./ops/scripts/newer-file.sh .devnet/allocs-l1.json ./packages/contracts-bedrock)
if [ $(.SHELLSTATUS) -ne 0 ]; then \
make devnet-allocs; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment