Skip to content

Commit e2e396e

Browse files
committed
fix: config file new fields syntax
1 parent f534b84 commit e2e396e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config-files/config-batcher-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ batcher:
3333
replacement_private_key: ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 # Anvil address 1
3434
# When validating if the msg covers the minimum max fee
3535
# A batch of how many proofs should it cover
36-
proofs_to_cover_in_min_max_fee: 32,
36+
proofs_to_cover_in_min_max_fee: 32
3737
# When replacing the message, how much higher should the max fee in comparison to the original one
3838
# The calculation is replacement_max_fee >= original_max_fee + original_max_fee * min_bump_percentage / 100
39-
min_bump_percentage: 10,
39+
min_bump_percentage: 10
4040

config-files/config-batcher-ethereum-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ batcher:
3131
replacement_private_key: ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 # Anvil address 1
3232
# When validating if the msg covers the minimum max fee
3333
# A batch of how many proofs should it cover
34-
proofs_to_cover_in_min_max_fee: 32,
34+
proofs_to_cover_in_min_max_fee: 32
3535
# When replacing the message, how much higher should the max fee in comparison to the original one
3636
# The calculation is replacement_max_fee >= original_max_fee + original_max_fee * min_bump_percentage / 100
37-
min_bump_percentage: 10,
37+
min_bump_percentage: 10
3838

config-files/config-batcher.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ batcher:
3333
replacement_private_key: ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 # Anvil address 1
3434
# When validating if the msg covers the minimum max fee
3535
# A batch of how many proofs should it cover
36-
proofs_to_cover_in_min_max_fee: 32,
36+
proofs_to_cover_in_min_max_fee: 32
3737
# When replacing the message, how much higher should the max fee in comparison to the original one
3838
# The calculation is replacement_max_fee >= original_max_fee + original_max_fee * min_bump_percentage / 100
39-
min_bump_percentage: 10,
39+
min_bump_percentage: 10

0 commit comments

Comments
 (0)