[go: up one dir, main page]

EVM/Kernel: Better values internally

The block constants and values are defined in kernel_evm/ethereum/src/block.rs, but some values are hardcoded and actually known beforehand (like the chainId). Let’s improve it to make it more consistent.