You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/notices/pectra-changes.mdx
+12-12
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@ This page outlines breaking changes related to the Ethereum Pectra (Prague-Elect
37
37
If you experience difficulty at any stage of this process, please reach out to [developer support](https://github.com/ethereum-optimism/developers/discussions).
38
38
39
39
<Callouttype="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:
41
41
42
42
L1 Client testnet releases out by Feb 13 (ACDE):
43
43
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)
47
47
</Callout>
48
48
49
49
## What's included in Pectra?
@@ -119,12 +119,12 @@ The Pectra upgrade changes the derivation rules, permissionless fault proof chai
119
119
<Steps>
120
120
### Verify the new absolute prestate
121
121
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:
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:
128
128
129
129
```shell
130
130
make reproducible-prestate
@@ -133,12 +133,12 @@ The Pectra upgrade changes the derivation rules, permissionless fault proof chai
133
133
You should expect the following output at the end of the command:
0 commit comments