Skip to content

Commit

Permalink
remove outdated lines in config
Browse files Browse the repository at this point in the history
  • Loading branch information
amoylan2 committed Aug 22, 2024
1 parent 5be6555 commit c415c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions prover/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
"low_version_circuit": {
"hard_fork_name": "bernoulli",
"params_path": "params",
"assets_path": "assets",
"version": ""
"assets_path": "assets"
},
"high_version_circuit": {
"hard_fork_name": "curie",
"params_path": "params",
"assets_path": "assets",
"version": ""
"assets_path": "assets"
},
"coordinator": {
"base_url": "http://localhost:8555",
Expand Down
1 change: 0 additions & 1 deletion prover/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use crate::types::ProverType;
#[derive(Debug, Serialize, Deserialize)]
pub struct CircuitConfig {
pub hard_fork_name: String,
pub circuits_version: String,
pub params_path: String,
pub assets_path: String,
}
Expand Down

0 comments on commit c415c1c

Please sign in to comment.