Skip to content

Commit 4ed1f6c

Browse files
committed
update templates
1 parent e705364 commit 4ed1f6c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

coordinator/conf/config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
{
1818
"assets_path": "assets",
1919
"fork_name": "galileo"
20-
}
20+
},
21+
{
22+
"assets_path": "assets_v2",
23+
"fork_name": "galileoV2"
24+
}
2125
]
2226
}
2327
},

tests/prover-e2e/sepolia-galileoV2/config.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"verifiers": [
1212
{
1313
"assets_path": "assets",
14-
"fork_name": "galileo"
14+
"fork_name": "galileoV2"
1515
}
1616
]
1717
}

zkvm-prover/config.json.template

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@
2020
"db_path": ".work/db"
2121
},
2222
"circuits": {
23+
"feynman": {
24+
"workspace_path": ".work/feynman",
25+
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/feynman/"
26+
},
2327
"galileo": {
24-
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/galileo/",
25-
"workspace_path": ".work/galileo"
28+
"workspace_path": ".work/galileo",
29+
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/galileo/"
2630
},
2731
"galileoV2": {
2832
"base_url": "https://circuit-release.s3.us-west-2.amazonaws.com/scroll-zkvm/releases/galileov2/",

0 commit comments

Comments
 (0)