Skip to content

Commit 13d5e4a

Browse files
authored
Update pectra-changes.mdx
1 parent 484f508 commit 13d5e4a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pages/notices/pectra-changes.mdx

+12-12
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ This page outlines breaking changes related to the Ethereum Pectra (Prague-Elect
3737
If you experience difficulty at any stage of this process, please reach out to [developer support](https://github.com/ethereum-optimism/developers/discussions).
3838

3939
<Callout type="info">
40-
This page will be updated continuously with information on upgrade runbooks and timelines as they come. Here's the tentative L1 Pectra hard fork times per the ACDC that happened on Feb 6th:
40+
This page will be updated continuously with information on upgrade runbooks and timelines as they come. Here's the tentative L1 Pectra hard fork times per the ACDC that happened on April 3rd:
4141

4242
L1 Client testnet releases out by Feb 13 (ACDE):
4343

44-
* Holesky slot: `1740434112` (Mon, Feb 24 at 21:55:12 UTC)
45-
* Sepolia slot: `1741159776` (Wed, Mar 5 at 07:29:36 UTC)
46-
* +30 day mainnet slot: `1744154711` (Tue, Apr 8 at 23:25:11 UTC)
44+
* Holesky: `1740434112` (Mon, Feb 24 at 21:55:12 UTC)
45+
* Sepolia: `1741159776` (Wed, Mar 5 at 07:29:36 UTC)
46+
* Mainnet: `1744905600` (Thu, Apr 17 16:00:00 UTC 2025)
4747
</Callout>
4848

4949
## What's included in Pectra?
@@ -119,12 +119,12 @@ The Pectra upgrade changes the derivation rules, permissionless fault proof chai
119119
<Steps>
120120
### Verify the new absolute prestate
121121

122-
The absolute prestate is generated with the [op-program/v1.5.0-rc.4](https://github.com/ethereum-optimism/optimism/tree/op-program/v1.5.0-rc.4). You can use this new absolute prestate (`0x0354eee87a1775d96afee8977ef6d5d6bd3612b256170952a01bf1051610ee01`) for the following chains:
122+
The absolute prestate is generated with the [op-program/v1.5.0](https://github.com/ethereum-optimism/optimism/tree/op-program/v1.5.0). You can use this new absolute prestate (`0x039facea52b20c605c05efb0a33560a92de7074218998f75bcdf61e8989cb5d9`) for the following chains:
123123

124124
* Sepolia: Base, OP, Metal, Mode, Zora, Ethernity, Unichain, Ink, Minato (Soneium)
125125
* Mainnet: Base, OP, Orderly, Lyra, Metal, Mode, Zora, Lisk, Ethernity, Binary, Ink, Unichain, Soneium
126126

127-
You can verify this absolute prestate by running the following [command](https://github.com/ethereum-optimism/optimism/blob/0026006e6a7a482332a7833876f915acb9dff4c6/Makefile#L129-L131) in the root of the monorepo on the `op-program/v1.5.0-rc.4` tag:
127+
You can verify this absolute prestate by running the following [command](https://github.com/ethereum-optimism/optimism/blob/0026006e6a7a482332a7833876f915acb9dff4c6/Makefile#L129-L131) in the root of the monorepo on the `op-program/v1.5.0` tag:
128128

129129
```shell
130130
make reproducible-prestate
@@ -133,12 +133,12 @@ The Pectra upgrade changes the derivation rules, permissionless fault proof chai
133133
You should expect the following output at the end of the command:
134134

135135
```shell
136-
Cannon Absolute prestate hash:
137-
0x0354eee87a1775d96afee8977ef6d5d6bd3612b256170952a01bf1051610ee01
138-
Cannon64 Absolute prestate hash:
139-
0x03ee2917da962ec266b091f4b62121dc9682bb0db534633707325339f99ee405
140-
CannonInterop Absolute prestate hash:
141-
0x03673e05a48799e6613325a3f194114c0427d5889cefc8f423eed02dfb881f23
136+
Cannon Absolute prestate hash:
137+
0x039facea52b20c605c05efb0a33560a92de7074218998f75bcdf61e8989cb5d9
138+
Cannon64 Absolute prestate hash:
139+
0x039970872142f48b189d18dcbc03a3737338d098b0101713dc2d6710f9deb5ef
140+
CannonInterop Absolute prestate hash:
141+
0x03a806c966e97816f1ff8d4f04a8ec823099e8f9c32e1d0cfca814f545b85115
142142
```
143143

144144
### Upload your new preimage file

0 commit comments

Comments
 (0)