Skip to content

Commit aa54f92

Browse files
committed
chore: add proof aggregator private key to localnet configs
1 parent b0d2a13 commit aa54f92

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config-files/config-proof-aggregator-ethereum-package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ proofs_per_chunk: 512 # Amount of proofs to process per chunk
1414
total_proofs_limit: 3968
1515

1616
ecdsa:
17+
private_key: "2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
1718
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"
1819
private_key_store_password: ""

config-files/config-proof-aggregator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ total_proofs_limit: 3968
1515

1616

1717
ecdsa:
18+
private_key: "2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
1819
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"
1920
private_key_store_password: ""

0 commit comments

Comments
 (0)