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 245b475 commit 952a9e4Copy full SHA for 952a9e4
Makefile
@@ -188,7 +188,7 @@ clean: ## Clean build artifacts
188
.PHONY: download-circuits
189
download-circuits: ## Download the circuits used by Mina from GitHub
190
@if [ ! -d "circuit-blobs" ]; then \
191
- 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; \
192
ln -s "$$PWD"/circuit-blobs/3.0.0mainnet ledger/; \
193
ln -s "$$PWD"/circuit-blobs/berkeley-devnet ledger/; \
194
else \
0 commit comments