Skip to content

Commit 078a648

Browse files
committed
remove private key from config file
1 parent 0984bd7 commit 078a648

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

aggregation_mode/src/backend/config.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pub struct ECDSAConfig {
1111
pub 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,
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
aligned_service_manager_address: "0x851356ae760d987E095750cCeb3bC6014560891C"
22
proof_aggregation_service_address: "0xcbEAF3BDe82155F56486Fb5a1072cb8baAf547cc"
3-
private_key: "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
43
eth_rpc_url: "http://localhost:8545"
54
eth_ws_url: "ws://localhost:8545"
65
max_proofs_in_queue: 1000
@@ -10,5 +9,5 @@ fetch_logs_from_secs_ago: 86400 # 24hs
109
block_time_secs: 7
1110

1211
ecdsa:
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: ""

0 commit comments

Comments
 (0)