Skip to content

Commit fb9af40

Browse files
committed
prune unused config field for prover
1 parent e23202b commit fb9af40

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

crates/prover-bin/src/prover.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ impl LocalProverConfig {
144144

145145
#[derive(Clone, Serialize, Deserialize)]
146146
pub struct CircuitConfig {
147-
pub hard_fork_name: String,
148147
/// The path to save assets for a specified hard fork phase
149148
pub workspace_path: String,
150149
#[serde(flatten)]
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BEGIN_BLOCK?=20239245
22
END_BLOCK?=20239250
3-
CODEC_VERSION?=9
43
SCROLL_FORK_NAME=galileo

zkvm-prover/config.json.template

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@
2020
"db_path": ".work/db"
2121
},
2222
"circuits": {
23-
"feynman": {
24-
"hard_fork_name": "feynman",
25-
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/feynman/",
26-
"workspace_path": ".work/feynman"
27-
},
2823
"galileo": {
29-
"hard_fork_name": "galileo",
3024
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/galileo/",
3125
"workspace_path": ".work/galileo"
26+
},
27+
"galileoV2": {
28+
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/galileov2/",
29+
"workspace_path": ".work/galileo"
3230
}
3331
}
3432
}

0 commit comments

Comments
 (0)