Skip to content

Commit 7d17208

Browse files
dannywillems0xMimir
authored andcommitted
Core: update directory name for devnet circuits
1 parent 4d950d8 commit 7d17208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

core/src/network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)