File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
tests/prover-e2e/sepolia-galileoV2 Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ impl LocalProverConfig {
144144
145145#[ derive( Clone , Serialize , Deserialize ) ]
146146pub 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) ]
Original file line number Diff line number Diff line change 11BEGIN_BLOCK?=20239245
22END_BLOCK?=20239250
3- CODEC_VERSION?=9
43SCROLL_FORK_NAME = galileo
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments