Skip to content

Commit

Permalink
decrease tx encoding space as it is now consumed by l1 messenger (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless authored Sep 28, 2023
1 parent 6eeb34b commit f8d9390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SystemConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"BATCH_OVERHEAD_L2_GAS": 1200000,
"BATCH_OVERHEAD_L1_GAS": 1000000,
"MAX_TRANSACTIONS_IN_BATCH": 1024,
"BOOTLOADER_TX_ENCODING_SPACE": 485225,
"BOOTLOADER_TX_ENCODING_SPACE": 273132,
"L1_TX_INTRINSIC_L2_GAS": 167157,
"L1_TX_INTRINSIC_PUBDATA": 88,
"L1_TX_MIN_L2_GAS_BASE": 173484,
Expand Down

0 comments on commit f8d9390

Please sign in to comment.