@@ -25,14 +25,14 @@ Developers should consider these changes in contrast to Ethereum's EVM, where ga
2525
2626## Key Differences at a Glance
2727
28- | Feature | Ethereum | MegaETH | Remarks |
29- | ------------------- | -------------- | ---------------------- | ----------------------------- ------------------------------------------------------------------------ |
30- | Max contract size | 24 KB | ** 512 KB** | |
31- | Max initcode size | 48 KB | ** 536 KB** | |
32- | Gas forwarding rule | 63/64 | ** 98/100** | As defined in [ EIP-150] ( https://eips.ethereum.org/EIPS/eip-150 ) . |
33- | Gas model | Unidimensional | ** Multidimensional** | Compute gas and storage gas. Compute gas is identical to Ethereum's gas. |
34- | Resource limits | Unidimensional | ** Multidimensional** | 4 limits in addition to total gas limit specified by sender. |
35- | Base intrinsic gas | 21,000 | ** 60,000** | 21,000 compute gas plus 39,000 storage gas. |
28+ | Feature | Ethereum | MegaETH | Remarks |
29+ | ------------------- | -------------- | -------------------- | ------------------------------------------------------------------------ |
30+ | Max contract size | 24 KB | ** 512 KB** | |
31+ | Max initcode size | 48 KB | ** 536 KB** | |
32+ | Gas forwarding rule | 63/64 | ** 98/100** | As defined in [ EIP-150] ( https://eips.ethereum.org/EIPS/eip-150 ) . |
33+ | Gas model | Unidimensional | ** Multidimensional** | Compute gas and storage gas. Compute gas is identical to Ethereum's gas. |
34+ | Resource limits | Unidimensional | ** Multidimensional** | 4 limits in addition to total gas limit specified by sender. |
35+ | Base intrinsic gas | 21,000 | ** 60,000** | 21,000 compute gas plus 39,000 storage gas. |
3636
3737For the full gas model details, see [ Gas Model] ( gas-model.md ) .
3838
0 commit comments