Building on World Chain
EVM Equivalence
World Chain is EVM-equivalent because it utilizes the OP Stack, a modular framework developed by Optimism, which ensures compatibility with the Ethereum Virtual Machine (EVM). By leveraging the OP Stack, World Chain can execute smart contracts and interact with decentralized applications designed for Ethereum without any modifications. This equivalency enables seamless interoperability with Ethereum's ecosystem of applications and protocols. The OP Stack's modularity also allows World Chain to implement scaling solutions and other customizations while maintaining the fundamental EVM equivalence, ensuring a flexible yet consistent environment for developers and users alike.
Differences between World Chain, OP Mainnet and Ethereum
Though the EVM remains unchanged across OP Stack (Superchain) chains compared to the Ethereum layer 1, there are some configurations of the execution clients that do differ.
Parameter | World Chain | OP Mainnet | Ethereum |
---|---|---|---|
Block time in seconds | 2 | 2 | 12 |
Block gas limit | 30,000,000 | 30,000,000 | 30,000,000 |
Block gas target | 10,000,000 | 5,000,000 | 15,000,000 |
EIP-1559 elasticity multiplier | 6 | 6 | 2 |
EIP-1559 denominator | 250 | 250 | 8 |
Maximum base fee increase (per block) | 0.8% | 2% | 12.5% |
Maximum base fee decrease (per block) | 0.4% | 0.4% | 12.5% |
For more information check out the OP Stack docs.