Super World Computer
  • About Super World Computer
  • Core Concepts
    • Soul Gas Token
    • Inbox Contract
    • L2 Blob
    • web3://
    • L1 Header Hash History
  • Guides
    • App Developers
      • Receive tokens
      • Bridge tokens
      • EthStorage Usage Guide
    • Node Operators
      • Run an Ethereum node
      • Run a Super World Computer node
      • Run op-challenger
  • Network Reference
    • Contract addresses
    • RPC configurations
  • Fork Diff
    • op-node forkdiff
    • op-geth forkdiff
  • Others
    • Join our Discord
    • Whitepaper
Powered by GitBook
On this page
  • Beta Testnet
  • Devnet
  1. Network Reference

Contract addresses

Beta Testnet

Beta Testnet L1 address

{
    "customGasToken": "0xe6ABD81D16a20606a661D4e075cdE5734AB62519",
    "superchainDeployment": {
      "proxyAdminAddress": "0xf0e84441f20cdece7c8677a43cd76c5357604ea5",
      "superchainConfigProxyAddress": "0x1f3cc237822e4a96e36aab29483a69866108518c",
      "superchainConfigImplAddress": "0x2680c058ff40a83967ca19bfda3b94833442afc8",
      "protocolVersionsProxyAddress": "0x27f468d2488b9ba410966f7fd49805a654d3968c",
      "protocolVersionsImplAddress": "0x57769f5a43fc839fca7aae831bac38e0e0e44a69"
    },
    "opChainDeployment": {
      "proxyAdminAddress": "0x75ee31eec9b59837cb0dcf005f3872024541a0c0",
      "addressManagerAddress": "0xdf4f5f18f165323ec6fd18b8a414702e3757522a",
      "l1ERC721BridgeProxyAddress": "0xacfc881b82d92ab055507b55ba7db26fdd27b285",
      "systemConfigProxyAddress": "0x672bc488eb2e856f725e50afc2341bbe9a3eff30",
      "optimismMintableERC20FactoryProxyAddress": "0x2a5f3cce6a635521ba665414a0e27abd9550b379",
      "l1StandardBridgeProxyAddress": "0x6f11099ab7972fb1945ca9c72de260e92fb2fcba",
      "l1CrossDomainMessengerProxyAddress": "0x2c5d104ba5c41f1ae931a00a2324ffb3bd303347",
      "optimismPortalProxyAddress": "0xaa19a4faebbb8652988dee2a37c26aea9018ffeb",
      "disputeGameFactoryProxyAddress": "0x4b2215d682208b2a598cb04270f96562f5ab225f",
      "anchorStateRegistryProxyAddress": "0x04b02b80dba6d0d95e595349004c86e8ec794b2e",
      "anchorStateRegistryImplAddress": "0xe2a6ab11d5db7d7829e96719440051cef98f450e",
      "faultDisputeGameAddress": "0x0000000000000000000000000000000000000000",
      "permissionedDisputeGameAddress": "0xde5e5470c67caea0a9bd376d6b26511eab31eaef",
      "delayedWETHPermissionedGameProxyAddress": "0x52bbc599353b8b0e734e7435da186287c4e363f2"
    },
    "implementationsDeployment": {
      "opcmAddress": "0x0d666484a7c5e26f345822d0acafa2471b09c47e",
      "delayedWETHImplAddress": "0x0c33e9f54fb8ca7a0be2a157ad13c5cc1ec041c5",
      "optimismPortalImplAddress": "0x21837ea1af69736ce73ddecb8e1dcd9040a83f0f",
      "preimageOracleSingletonAddress": "0x42cf24f29be21a80e2b97f238f275fed79297abe",
      "mipsSingletonAddress": "0xd2cd9d02fd5f58a42e2496f82254f0a1ccc3fa29",
      "systemConfigImplAddress": "0xd41e0e920cb08db4977a91fbea920aced9738318",
      "l1CrossDomainMessengerImplAddress": "0xd080090ed673d1ad6642c9cd11443347926aaed7",
      "l1ERC721BridgeImplAddress": "0xbf56e22db8263f941e8454761d103428afef57ed",
      "l1StandardBridgeImplAddress": "0x9aed7803921aa000cdc4e9bc5055fe6a0ebb3615",
      "optimismMintableERC20FactoryImplAddress": "0x22faa781831a6130a11ea20fde71ac613094dc75",
      "disputeGameFactoryImplAddress": "0xdd9eeb057b7951daf77ebaacaefb3f34497c5489"
    }
}

Beta Testnet L2 addresses

{
  "SoulGasToken": "0x4200000000000000000000000000000000000800"
}

Devnet

Devnet L1 addresses

{
  "OptimismPortalProxy": "0xa3e462150c1b8c4eb4760d01bd8a96bc422c0067",
  "SystemConfigProxy": "0x7891508ac15aff02f7f8599c5594fe238382c879",
}

Devnet L2 addresses

{
  "SoulGasToken": "0x4200000000000000000000000000000000000800"
}
PreviousRun op-challengerNextRPC configurations

Last updated 2 months ago