diff --git a/docs/zkEVM/spec/evm-differences.md b/docs/zkEVM/spec/evm-differences.md index be0e60073..8f1ddc65f 100644 --- a/docs/zkEVM/spec/evm-differences.md +++ b/docs/zkEVM/spec/evm-differences.md @@ -76,6 +76,6 @@ Other precompiled contracts have no effect on the zkEVM state tree and are treat - [EIP-2718](https://eips.ethereum.org/EIPS/eip-2718) which defines **Typed Transaction Envelope**, is not supported - - [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930), which defines the **Optional Access Lists** transaction type, is not supported. + - [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930), which defines the Optional Access Lists transaction type, is not supported. - [`BASEFEE`](https://ethereum-org-fork.netlify.app/en/developers/docs/gas#base-fee) opcode is not supported. The zkEVM implements the Berlin hardfork, but not the London hardfork.