Constant revm_primitives::MAX_CODE_SIZE
source ยท pub const MAX_CODE_SIZE: usize = 0x6000;
Expand description
EIP-170: Contract code size limit
By default the limit is 0x6000
(~25kb)
pub const MAX_CODE_SIZE: usize = 0x6000;
EIP-170: Contract code size limit
By default the limit is 0x6000
(~25kb)