From 79fd25169bcd7ebba4db3c2418efd4a5293080b9 Mon Sep 17 00:00:00 2001 From: soyboy Date: Wed, 12 Feb 2025 16:14:07 -0800 Subject: [PATCH] updaing absolute prestate to op-program/v1.5.0-rc.2 --- pages/notices/pectra-changes.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/notices/pectra-changes.mdx b/pages/notices/pectra-changes.mdx index 918253fa8..226392e85 100644 --- a/pages/notices/pectra-changes.mdx +++ b/pages/notices/pectra-changes.mdx @@ -80,15 +80,15 @@ The Pectra upgrade changes the derivation rules, permissionless fault proof chai ### Verify the new absolute prestate - The following is based on the [op-program/v1.5.0-rc.1](https://github.com/ethereum-optimism/optimism/tree/op-program/v1.5.0-rc.1) which will be included in the `op-challenger` release. + The following is based on the [op-program/v1.5.0-rc.2](https://github.com/ethereum-optimism/optimism/tree/op-program/v1.5.0-rc.2) which will be included in the `op-challenger` release. - You can use this new absolute prestate (`0x03dfa3b3ac66e8fae9f338824237ebacff616df928cf7dada0e14be2531bc1f4`) for the following chains: + You can use this new absolute prestate (`0x035ac388b5cb22acf52a2063cfde108d09b1888655d21f02f595f9c3ea6cbdcd`) for the following chains: * Sepolia: Base, OP, Metal, Mode, Zora, Ethernity, Unichain, Ink - * Mainnet: Base, OP, Orderly, Lyra, Metal, Mode, Zora, Lisk, Ethernity, Binary, Ink + * Mainnet: Base, OP, Orderly, Lyra, Metal, Mode, Zora, Lisk, Ethernity, Binary, Ink, Unichain - You can verify this absolute prestate by running the following [command](https://github.com/ethereum-optimism/optimism/blob/6819d8a4e787df2adcd09305bc3057e2ca4e58d9/Makefile#L133-L135) in the root of the monorepo: + You can verify this absolute prestate by running the following [command](https://github.com/ethereum-optimism/optimism/blob/3f18df1c8a502136bbe33f10ed1e29a26cd4678a/Makefile#L129-L131) in the root of the monorepo: ```shell make reproducible-prestate @@ -98,11 +98,11 @@ The Pectra upgrade changes the derivation rules, permissionless fault proof chai ```shell Cannon Absolute prestate hash: - 0x03dfa3b3ac66e8fae9f338824237ebacff616df928cf7dada0e14be2531bc1f4 + 0x035ac388b5cb22acf52a2063cfde108d09b1888655d21f02f595f9c3ea6cbdcd Cannon64 Absolute prestate hash: - 0x03f83792f653160f3274b0888e998077a27e1f74cb35bcb20d86021e769340aa + 0x03a7d967025dc434a9ca65154acdb88a7b658147b9b049f0b2f5ecfb9179b0fe CannonInterop Absolute prestate hash: - 0x03b7658b889796c1e372f57439e48eb46a5b008f6e6a4b7e5c8c2d3bddffa797 + 0x0379d61de1833af6766f07b4ed931d85b3f6282508bbcbf9f4637398d97b61c1 ``` ### Deploy new dispute game contracts