Skip to content

Commit 6212338

Browse files
committed
fix: set amount_of_proofs_for_min_max_fee to 128
1 parent 8a85956 commit 6212338

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config-files/config-batcher-docker.yaml

Lines changed: 1 addition & 1 deletion
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-
amount_of_proofs_for_min_max_fee: 32
36+
amount_of_proofs_for_min_max_fee: 128
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
3939
min_bump_percentage: 10

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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-
amount_of_proofs_for_min_max_fee: 32
34+
amount_of_proofs_for_min_max_fee: 128
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
3737
min_bump_percentage: 10

config-files/config-batcher.yaml

Lines changed: 1 addition & 1 deletion
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-
amount_of_proofs_for_min_max_fee: 32
36+
amount_of_proofs_for_min_max_fee: 128
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
3939
min_bump_percentage: 10

0 commit comments

Comments
 (0)