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 @@ -191,7 +191,7 @@ download-circuits: ## Download the circuits used by Mina from GitHub
191
191
git clone --depth 1 https://github.com/o1-labs/circuit-blobs.git; \
192
192
ln -s " $$ PWD" /circuit-blobs/3.0.0devnet ledger/; \
193
193
ln -s " $$ PWD" /circuit-blobs/3.0.0mainnet ledger/; \
194
- ln -s " $$ PWD" /circuit-blobs/3.0.1devnet ledger/; \
194
+ ln -s " $$ PWD" /circuit-blobs/berkeley-devnet ledger/; \
195
195
ln -s " $$ PWD" /circuit-blobs/berkeley_rc1 ledger/; \
196
196
else \
197
197
echo " circuit-blobs already exists, skipping download." ; \
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ pub mod devnet {
159
159
} ;
160
160
161
161
pub const CIRCUITS_CONFIG : CircuitsConfig = CircuitsConfig {
162
- directory_name : "3.0.1devnet " ,
162
+ directory_name : "berkeley-devnet " ,
163
163
164
164
step_transaction_gates : "step-step-proving-key-transaction-snark-transaction-0-c33ec5211c07928c87e850a63c6a2079" ,
165
165
wrap_transaction_gates :
You can’t perform that action at this time.
0 commit comments