We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d17208 commit 037bd7bCopy full SHA for 037bd7b
Makefile
@@ -195,7 +195,7 @@ clean: ## Clean build artifacts
195
.PHONY: download-circuits
196
download-circuits: ## Download the circuits used by Mina from GitHub
197
@if [ ! -d "circuit-blobs" ]; then \
198
- git clone --depth 1 https://github.com/o1-labs/circuit-blobs.git; \
+ git clone --depth 1 https://github.com/o1-labs/circuit-blobs.git -b dw/add-berkeley-687bf44e97328e1cc0e85291663009410f64bd99; \
199
ln -s "$$PWD"/circuit-blobs/3.0.0mainnet ledger/; \
200
ln -s "$$PWD"/circuit-blobs/berkeley-devnet ledger/; \
201
else \
0 commit comments