Skip to content

Commit 24f28e9

Browse files
committed
update EIPs
1 parent 31da4f0 commit 24f28e9

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/content/docs/en/technology/chain/differences.mdx

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,9 @@ The remaining precompiled contracts have the same behavior as Ethereum. However,
3232

3333
## EIPs
3434

35-
Our sequencer was developed based on the London fork initially. We disabled some EIPs in the London fork and introduced a few EIPs from the Shanghai fork to improve the compatibility.
36-
37-
Disabled EIPs until the London fork:
38-
39-
- [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559): Fee market change and EIP-1559 transaction type
40-
- [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930): Optional access lists
41-
42-
EIPs imported from the Shanghai fork:
43-
44-
- [EIP-3651](https://eips.ethereum.org/EIPS/eip-3651): Warm `COINBASE`
45-
- [EIP-3855](https://eips.ethereum.org/EIPS/eip-3855): `PUSH0` instruction
46-
- [EIP-3860](https://eips.ethereum.org/EIPS/eip-3860): Limit and meter initcode
35+
Our sequencer was developed based on the London fork initially. Since then we have adopted most features from London, Shanghai, and Cancun.
4736

37+
Our EIP-1559 fee market behaves differently: the sequencer sets the L2 base fee (based on the L1 base fee), and we don't burn ETH.
4838

4939
<Aside type="caution" title="">
5040
Opcodes related to EIP-4844, like `BLOBHASH` and `BLOBBASEFEE`, are not yet available on Scroll. Additionally, [EIP-4788](https://eips.ethereum.org/EIPS/eip-4788) for accessing the Beacon Chain block root is not supported.

0 commit comments

Comments
 (0)