Intended use of this prestate

This prestate can be used for both, the Sepolia and Mainnet Superchain chains with permissionless FPs (op, ink, base, uni). The Isthmus activation times should be present for all chains for sepolia and mainnet.

Check Prestate Report

Generate a report for this prestate using op-chain-ops.

  1. Checkout the latest version of the monorepo and run:
cd op-chain-ops/cmd
HASH=0x03682932cec7ce0a3874b19675a6bbc923054a7b321efc7d3835187b172494b6
CHAINS=op-sepolia,ink-sepolia,base-sepolia,unichain-sepolia,op-mainnet,ink-mainnet,base-mainnet,unichain-mainnet
# Pro tip: on Mac, to copy the resulting JSON, append: | pbcopy
go run ./check-prestate/ --prestate-hash $HASH --chains $CHAINS
  1. Update the above with the exact command executed.
  2. Paste the JSON output below (done by Seb):
{
  "hash": "0x03682932cec7ce0a3874b19675a6bbc923054a7b321efc7d3835187b172494b6",
  "version": "1.6.0-rc.2",
  "type": "cannon64",
  "op-program": {
    "commit": "op-program/v1.6.0-rc.2",
    "diff-url": "<https://github.com/ethereum-optimism/optimism/compare/op-program/v1.6.0-rc.2...develop>",
    "diff-cmd": "git fetch && git diff op-program/v1.6.0-rc.2...origin/develop "
  },
  "op-geth": {
    "commit": "v1.101503.4-rc.1",
    "diff-url": "<https://github.com/ethereum-optimism/op-geth/compare/v1.101503.4-rc.1...optimism>",
    "diff-cmd": "git fetch && git diff v1.101503.4-rc.1...origin/optimism "
  },
  "superchain-registry": {
    "commit": "4791054602a56a72705ac7ecd601433c9c955791",
    "diff-url": "<https://github.com/ethereum-optimism/superchain-registry/compare/4791054602a56a72705ac7ecd601433c9c955791...main>",
    "diff-cmd": "git fetch && git diff 4791054602a56a72705ac7ecd601433c9c955791...origin/main superchain"
  },
  "up-to-date-chains": [
    "base-mainnet",
    "base-sepolia",
    "ink-mainnet",
    "ink-sepolia",
    "op-mainnet",
    "op-sepolia",
    "unichain-mainnet",
    "unichain-sepolia"
  ],
  "outdated-chains": [],
  "missing-chains": []
}

Checklist

Opportunities for Improvement

List any ideas for improving prestate review here. Particularly focus on any verifications that are not included in the default checklists or required information that was not provided by the check prestate report.