Skip to content

Commit e9454dd

Browse files
fix the way comment was done in proof agg config files
1 parent 3db3479 commit e9454dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ max_bump_retries: 5
3232
bump_retry_interval_seconds: 120
3333
base_bump_percentage: 10
3434
max_fee_bump_percentage: 100
35-
priority_fee_wei: 3000000000 // 3 Gwei
35+
priority_fee_wei: 3000000000 # 3 Gwei
3636

3737
ecdsa:
3838
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

config-files/config-proof-aggregator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ max_bump_retries: 5
3232
bump_retry_interval_seconds: 120
3333
base_bump_percentage: 10
3434
max_fee_bump_percentage: 100
35-
priority_fee_wei: 3000000000 // 3 Gwei
35+
priority_fee_wei: 3000000000 # 3 Gwei
3636

3737
ecdsa:
3838
private_key_store_path: "config-files/anvil.proof-aggregator.ecdsa.key.json"

0 commit comments

Comments
 (0)