diff --git a/SystemConfig.json b/SystemConfig.json index 827e11b..47fe9a6 100644 --- a/SystemConfig.json +++ b/SystemConfig.json @@ -1,7 +1,7 @@ { "GUARANTEED_PUBDATA_BYTES": 4000, "MAX_PUBDATA_PER_BATCH": 110000, - "MAX_TRANSACTIONS_IN_BATCH": 1024, + "MAX_TRANSACTIONS_IN_BATCH": 2048, "BATCH_OVERHEAD_L2_GAS": 1200000, "BATCH_OVERHEAD_L1_GAS": 1000000, "L2_TX_INTRINSIC_GAS": 14070, diff --git a/bootloader/bootloader.yul b/bootloader/bootloader.yul index eba58c9..b859152 100644 --- a/bootloader/bootloader.yul +++ b/bootloader/bootloader.yul @@ -394,7 +394,7 @@ object "Bootloader" { /// for the sake of simplicity we will spend 32 bytes on each /// of those for now. function MAX_MEM_SIZE() -> ret { - ret := 0x1000000 // 2^24 bytes + ret := 0x2000000 // 2^25 bytes } function L1_TX_INTRINSIC_L2_GAS() -> ret {