Skip to content
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

Update Fault Proof contract addresses for Sepolia #1167

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

cbfyi
Copy link
Contributor

@cbfyi cbfyi commented Oct 28, 2024

What changed? Why?

Post-Granite, new implementation contracts were deployed, but their new addresses were not reflected in the docs.

Notes to reviewers

Related to https://github.com/ethereum-optimism/superchain-ops/tree/main/tasks/sep/base-004-fp-audit-fixes and base-org/contract-deployments#214

How has it been tested?

It is quite simple to independently verify.
The DisputeGameFactoryProxy should not have changed.

Staring with the game implementations, simply call the read method, gameImpls(uint32), to get the implementation for game type 0 (FaultDisputeGame), and 1 (PermissionedDisputeGame).

From those addresses, you can then call the game implementations to get the MIPS / VM (vm()), and DelayedWETHProxy (weth()) addresses.

Sample command:

cast call --rpc-url <ETH Sepolia RPC URL> 0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1 "gameImpls(uint32)" 0

The AnchorStateRegistryProxy should remain unchanged as well.

Post-Granite, new implementation contracts were deployed,
but their new addresses were not reflected in the docs.

It is quite simple to independently verify.
The `DisputeGameFactoryProxy` should not have changed.

Staring with the game implementations, simply call the
read method, `gameImpls(uint32)`, to get the implementation
for game type 0 (`FaultDisputeGame`), and 1 (`PermissionedDisputeGame`).

From those addresses, you can then call the game implementations
to get the `MIPS` / VM (`vm()`), and `DelayedWETHProxy` (`weth()`)
addresses.

Sample command:

    cast call --rpc-url <ETH Sepolia RPC URL> 0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1 "gameImpls(uint32)" 0

The `AnchorStateRegistryProxy` should remain unchanged as well.
@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Oct 28, 2024

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Copy link

vercel bot commented Oct 28, 2024

@cbfyi is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Oct 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-base-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 28, 2024 9:11pm

@cbfyi
Copy link
Contributor Author

cbfyi commented Oct 28, 2024

FYI @awilliams1-cb @cody-wang-cb

@cb-heimdall
Copy link
Collaborator

Review Error for awilliams1-cb @ 2024-10-28 19:43:48 UTC
User must have write permissions to review

Co-authored-by: Alexis Williams <148368153+awilliams1-cb@users.noreply.github.com>
@cb-heimdall
Copy link
Collaborator

Review Error for awilliams1-cb @ 2024-10-28 22:04:03 UTC
User must have write permissions to review

@cbfyi
Copy link
Contributor Author

cbfyi commented Oct 29, 2024

+1 @wbnns ? 🙏

@wbnns wbnns merged commit 8d72e3c into base-org:master Oct 29, 2024
5 of 6 checks passed
@cbfyi cbfyi deleted the fp-sepolia-update branch October 30, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants