File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ download-circuits: ## Download the circuits used by Mina from GitHub
197197 @if [ ! -d " circuit-blobs" ]; then \
198198 git clone --depth 1 https://github.com/o1-labs/circuit-blobs.git; \
199199 ln -s " $$ PWD" /circuit-blobs/3.0.0mainnet ledger/; \
200- ln -s " $$ PWD" /circuit-blobs/3.0.1devnet ledger/; \
200+ ln -s " $$ PWD" /circuit-blobs/berkeley-devnet ledger/; \
201201 else \
202202 echo " circuit-blobs already exists, skipping download." ; \
203203 fi
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ pub mod devnet {
159159 } ;
160160
161161 pub const CIRCUITS_CONFIG : CircuitsConfig = CircuitsConfig {
162- directory_name : "3.0.1devnet " ,
162+ directory_name : "berkeley-devnet " ,
163163
164164 step_transaction_gates : "step-step-proving-key-transaction-snark-transaction-0-c33ec5211c07928c87e850a63c6a2079" ,
165165 wrap_transaction_gates :
You can’t perform that action at this time.
0 commit comments