Skip to content

Commit

Permalink
bumped bootloader memory
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed Jan 12, 2024
1 parent 6504d8b commit ac5415a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-contracts/bootloader/bootloader.yul
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,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 := 24000000
ret := 30000000
}

function L1_TX_INTRINSIC_L2_GAS() -> ret {
Expand Down

0 comments on commit ac5415a

Please sign in to comment.