Skip to content

Commit 0c8ad72

Browse files
committed
update config file
1 parent 40b15f7 commit 0c8ad72

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

prover/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ prover_darwin_v2 = { git = "https://github.com/scroll-tech/zkevm-circuits.git",
4141
"parallel_syn",
4242
"scroll",
4343
] }
44-
scroll-proving-sdk = { git = "https://github.com/scroll-tech/scroll-proving-sdk.git", rev = "ca6f4c4" }
44+
scroll-proving-sdk = { git = "https://github.com/scroll-tech/scroll-proving-sdk.git", rev = "8b6cf38" }
4545
base64 = "0.13.1"
4646
reqwest = { version = "0.12.4", features = ["gzip"] }
4747
reqwest-middleware = "0.3"

prover/config.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"sdk_config": {
23
"prover_name_prefix": "prover-1",
34
"keys_dir": "keys",
45
"coordinator": {
@@ -11,21 +12,20 @@
1112
"endpoint": "http://localhost:9999"
1213
},
1314
"prover": {
14-
"circuit_types": [1,2,3],
15-
"circuit_version": "v0.13.1",
16-
"local": {
17-
"low_version_circuit": {
18-
"hard_fork_name": "bernoulli",
19-
"params_path": "params",
20-
"assets_path": "assets"
21-
},
22-
"high_version_circuit": {
23-
"hard_fork_name": "curie",
24-
"params_path": "params",
25-
"assets_path": "assets"
26-
}
27-
}
15+
"circuit_type": 1,
16+
"supported_proof_types": [1, 2, 3],
17+
"circuit_version": "v0.13.1"
2818
},
2919
"db_path": "unique-db-path-for-prover-1"
20+
},
21+
"low_version_circuit": {
22+
"hard_fork_name": "bernoulli",
23+
"params_path": "params",
24+
"assets_path": "assets"
25+
},
26+
"high_version_circuit": {
27+
"hard_fork_name": "curie",
28+
"params_path": "params",
29+
"assets_path": "assets"
3030
}
31-
31+
}

0 commit comments

Comments
 (0)