File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
aggregation_mode/src/backend Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ pub struct ECDSAConfig {
1111pub struct Config {
1212 pub eth_rpc_url : String ,
1313 pub eth_ws_url : String ,
14- pub private_key : String ,
1514 pub max_proofs_in_queue : u16 ,
1615 pub proof_aggregation_service_address : String ,
1716 pub aligned_service_manager_address : String ,
Original file line number Diff line number Diff line change 11aligned_service_manager_address : " 0x851356ae760d987E095750cCeb3bC6014560891C"
22proof_aggregation_service_address : " 0xcbEAF3BDe82155F56486Fb5a1072cb8baAf547cc"
3- private_key : " 0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
43eth_rpc_url : " http://localhost:8545"
54eth_ws_url : " ws://localhost:8545"
65max_proofs_in_queue : 1000
@@ -10,5 +9,5 @@ fetch_logs_from_secs_ago: 86400 # 24hs
109block_time_secs : 7
1110
1211ecdsa :
13- private_key_store_path : " config-files/anvil.proof-aggregator.ecdsa.key.json"
14- private_key_store_password : " "
12+ private_key_store_path : " config-files/anvil.proof-aggregator.ecdsa.key.json"
13+ private_key_store_password : " "
You can’t perform that action at this time.
0 commit comments