Skip to content

deploy fault proof contracts to sepolia #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sepolia/2025-02-14-upgrade-fault-proofs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Upgrade Fault Proofs

Status: PENDING
Status: READY TO SIGN

## Description

Expand Down
8 changes: 4 additions & 4 deletions sepolia/2025-02-14-upgrade-fault-proofs/VALIDATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ For each contract listed in the state diff, please verify that no contracts or s

- **Key**: `0x4d5a9bd2e41301728d41c8e705190becb4e74abe869f75bdb405b63716a35f9e` <br/>
**Before**: `0x00000000000000000000000068f600e592799c16d1b096616edbf1681fb9c0de` <br/>
**After**: Newly deployed `PermissionedDisputeGame` address converted to bytes32 <br/>
**Meaning**: Updates the `PermissionedDisputeGame` implementation address from `0x68f600e592799c16D1b096616eDbf1681FB9c0De` to the newly deployed contract address.
**After**: `0x00000000000000000000000071ff927ee7b96f873c249093846aa292f374aef4` <br/>
**Meaning**: Updates the `PermissionedDisputeGame` implementation address from `0x68f600e592799c16D1b096616eDbf1681FB9c0De` to the newly deployed contract address (`0x71ff927ee7b96f873c249093846aa292f374aef4`).
**Verify**: You can verify the key derivation by running `cast index uint32 1 101` in your terminal.
- **Key**: `0xffdfc1249c027f9191656349feb0761381bb32c9f557e01f419fd08754bf5a1b` <br/>
**Before**: `0x000000000000000000000000b7fb44a61fde2b9db28a84366e168b14d1a1b103` <br/>
**After**: Newly deployed `FaultDisputeGame` address converted to bytes32 <br/>
**Meaning**: Updates the `FaultDisputeGame` implementation address from `0xB7fB44a61fdE2b9DB28a84366e168b14D1a1b103` to the newly deployed contract address.
**After**: `0x000000000000000000000000605b4248500c0a144e39bbb04c05c539e388e222` <br/>
**Meaning**: Updates the `FaultDisputeGame` implementation address from `0xB7fB44a61fdE2b9DB28a84366e168b14D1a1b103` to the newly deployed contract address (`0x605b4248500c0a144e39bbb04c05c539e388e222`).
**Verify**: You can verify the key derivation by running `cast index uint32 0 101` in your terminal.

You should also see nonce updates for the `ProxyAdminOwner` (`0x0fe884546476dDd290eC46318785046ef68a0BA9`) and the address you're signing with.
4 changes: 4 additions & 0 deletions sepolia/2025-02-14-upgrade-fault-proofs/addresses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"faultDisputeGame": "0x605b4248500c0a144e39bbb04c05c539e388e222",
"permissionedDisputeGame": "0x71ff927ee7b96f873c249093846aa292f374aef4"
}

Large diffs are not rendered by default.