Skip to content

Commit bdf644a

Browse files
committed
Core: update directory name for devnet circuits
1 parent 9c13fd2 commit bdf644a

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
@@ -191,7 +191,7 @@ download-circuits: ## Download the circuits used by Mina from GitHub
191191
git clone --depth 1 https://github.com/o1-labs/circuit-blobs.git; \
192192
ln -s "$$PWD"/circuit-blobs/3.0.0devnet ledger/; \
193193
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/; \
195195
ln -s "$$PWD"/circuit-blobs/berkeley_rc1 ledger/; \
196196
else \
197197
echo "circuit-blobs already exists, skipping download."; \

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)