Skip to content
Open
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
3 changes: 3 additions & 0 deletions CHAINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| Chain Name | OP Governed | Upgradeable | Explorer | Public RPC | Sequencer RPC
|---|---|---|---|---|---|
| Ancient8 | ❌ | ✅ | https://scan.ancient8.gg | `https://rpc.ancient8.gg` | `https://rpc.ancient8.gg` |
| Automata Mainnet | ❌ | ❌ | https://explorer.ata.network | `https://rpc.ata.network` | `https://automata-mainnet.alt.technology/` |
| Base | ❌ | ✅ | https://explorer.base.org | `https://mainnet.base.org` | `https://mainnet-sequencer.base.org` |
| Binary Mainnet | ❌ | ✅ | https://explorer.thebinaryholdings.com | `https://rpc.zero.thebinaryholdings.com` | `https://sequencer.bnry.mainnet.zeeve.net` |
Expand All @@ -15,6 +16,7 @@
| Lisk | ❌ | ✅ | https://blockscout.lisk.com | `https://rpc.api.lisk.com` | `https://rpc.api.lisk.com` |
| Lyra Chain | ❌ | ✅ | https://explorer.lyra.finance | `https://rpc.lyra.finance` | `https://rpc.lyra.finance` |
| Metal L2 | ✅ | ✅ | https://explorer.metall2.com | `https://rpc.metall2.com` | `https://rpc.metall2.com` |
| Mint Mainnet | ❌ | ✅ | https://explorer.mintchain.io | `https://rpc.mintchain.io` | `https://rpc.mintchain.io` |
| Mode | ✅ | ✅ | https://explorer.mode.network | `https://mainnet.mode.network` | `https://mainnet-sequencer.mode.network` |
| OP Mainnet | ✅ | ✅ | https://explorer.optimism.io | `https://mainnet.optimism.io` | `https://mainnet-sequencer.optimism.io` |
| Orderly Mainnet | ❌ | ✅ | https://explorer.orderly.network | `https://rpc.orderly.network` | `https://rpc.orderly.network` |
Expand All @@ -36,6 +38,7 @@
|---|---|---|---|---|---|
| Base Sepolia Testnet | ❌ | ✅ | https://sepolia-explorer.base.org | `https://sepolia.base.org` | `https://sepolia-sequencer.base.org` |
| Binary Sepolia | ❌ | ❌ | https://explorer.sepolia.thebinaryholdings.com | `https://rpc.testnet.thebinaryholdings.com` | `https://sequencer.rpc.bnry.testnet.zeeve.net` |
| Creator Chain Testnet | ❌ | ✅ | https://explorer.creatorchain.io | `https://rpc.creatorchain.io` | `https://rpc.creatorchain.io` |
| Cyber Testnet | ❌ | ❌ | https://testnet.cyberscan.co/ | `https://rpc.testnet.cyber.co` | `https://cyber.alt.technology/` |
| Ethernity Testnet | ❌ | ✅ | https://testnet.ernscan.io | `https://testnet.ethernitychain.io` | `https://testnet.ethernitychain.io` |
| Funki Sepolia Testnet | ❌ | ❌ | https://sepolia-sandbox.funkichain.com/ | `https://funki-testnet.alt.technology` | `https://funki-testnet.alt.technology` |
Expand Down
54 changes: 54 additions & 0 deletions chainList.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"name": "Ancient8",
"identifier": "mainnet/ancient8",
"chainId": 888888888,
"rpc": [
"https://rpc.ancient8.gg"
],
"explorers": [
"https://scan.ancient8.gg"
],
"superchainLevel": 0,
"governedByOptimism": false,
"dataAvailabilityType": "alt-da",
"parent": {
"type": "L2",
"chain": "mainnet"
}
},
{
"name": "Automata Mainnet",
"identifier": "mainnet/automata",
Expand Down Expand Up @@ -200,6 +218,24 @@
"chain": "mainnet"
}
},
{
"name": "Mint Mainnet",
"identifier": "mainnet/mint",
"chainId": 185,
"rpc": [
"https://rpc.mintchain.io"
],
"explorers": [
"https://explorer.mintchain.io"
],
"superchainLevel": 0,
"governedByOptimism": false,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
"chain": "mainnet"
}
},
{
"name": "Mode",
"identifier": "mainnet/mode",
Expand Down Expand Up @@ -507,6 +543,24 @@
},
"gasPayingToken": "0x46d878bf7BF62Ec542953CB89Ac0bF58d991181e"
},
{
"name": "Creator Chain Testnet",
"identifier": "sepolia/creator-chain-testnet",
"chainId": 66665,
"rpc": [
"https://rpc.creatorchain.io"
],
"explorers": [
"https://explorer.creatorchain.io"
],
"superchainLevel": 0,
"governedByOptimism": false,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
"chain": "sepolia"
}
},
{
"name": "Cyber Testnet",
"identifier": "sepolia/cyber",
Expand Down
39 changes: 39 additions & 0 deletions chainList.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
[[chains]]
name = "Ancient8"
identifier = "mainnet/ancient8"
chain_id = 888888888
rpc = ["https://rpc.ancient8.gg"]
explorers = ["https://scan.ancient8.gg"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "alt-da"
[chains.parent]
type = "L2"
chain = "mainnet"

[[chains]]
name = "Automata Mainnet"
identifier = "mainnet/automata"
Expand Down Expand Up @@ -144,6 +157,19 @@
type = "L2"
chain = "mainnet"

[[chains]]
name = "Mint Mainnet"
identifier = "mainnet/mint"
chain_id = 185
rpc = ["https://rpc.mintchain.io"]
explorers = ["https://explorer.mintchain.io"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"

[[chains]]
name = "Mode"
identifier = "mainnet/mode"
Expand Down Expand Up @@ -366,6 +392,19 @@
type = "L2"
chain = "sepolia"

[[chains]]
name = "Creator Chain Testnet"
identifier = "sepolia/creator-chain-testnet"
chain_id = 66665
rpc = ["https://rpc.creatorchain.io"]
explorers = ["https://explorer.creatorchain.io"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"

[[chains]]
name = "Cyber Testnet"
identifier = "sepolia/cyber"
Expand Down
57 changes: 57 additions & 0 deletions superchain/configs/bob.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name = "BOB"
public_rpc = "https://rpc.gobob.xyz"
sequencer_rpc = "https://rpc.gobob.xyz"
explorer = "https://explorer.gobob.xyz"
superchain_level = 0
governed_by_optimism = false
superchain_time = 0
data_availability_type = "eth-da"
chain_id = 60808
batch_inbox_addr = "0x3A75346f81302aAc0333FB5DCDD407e12A6CfA83"
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600

[hardforks]
canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
ecotone_time = 0 # Thu 1 Jan 1970 00:00:00 UTC

[optimism]
eip1559_elasticity = 6
eip1559_denominator = 50
eip1559_denominator_canyon = 250

[genesis]
l2_time = 1712861987
[genesis.l1]
hash = "0x218132178d65c4bc490aadd93c31535326043fe1fe8fea2d87f26c1da83d45c2"
number = 19634321
[genesis.l2]
hash = "0x8ed4903b7f9c3f7bb7a09374d63ae9c9852cd9aab1784b433c41dbeb47b4dba2"
number = 0
[genesis.system_config]
batcherAddress = "0x08F9F14fF43E112B18c96f0986F28Cb1878f1D11"
overhead = "0x00000000000000000000000000000000000000000000000000000000000000bc"
scalar = "0x00000000000000000000000000000000000000000000000000000000000a6fe0"
gasLimit = 30000000

[roles]
SystemConfigOwner = "0xC91482A96e9c2A104d9298D1980eCCf8C4dc764E"
ProxyAdminOwner = "0xC91482A96e9c2A104d9298D1980eCCf8C4dc764E"
Guardian = "0xC91482A96e9c2A104d9298D1980eCCf8C4dc764E"
Challenger = "0xC91482A96e9c2A104d9298D1980eCCf8C4dc764E"
Proposer = "0x7cB1022D30b9860C36b243E7B181A1d46f618C69"
UnsafeBlockSigner = "0xB18AD28cB78fD2eAfAc6941c24c5135515B796f0"
BatchSubmitter = "0x08F9F14fF43E112B18c96f0986F28Cb1878f1D11"

[addresses]
AddressManager = "0xF2dc77c697e892542cC53336178a78Bb313DFDC7"
L1CrossDomainMessengerProxy = "0xE3d981643b806FB8030CDB677D6E60892E547EdA"
L1ERC721BridgeProxy = "0x5fF93263D5181b2A826f8c51d54BC0da2d20D50a"
L1StandardBridgeProxy = "0x3F6cE1b36e5120BBc59D0cFe8A5aC8b6464ac1f7"
L2OutputOracleProxy = "0xdDa53E23f8a32640b04D7256e651C1db98dB11C1"
OptimismMintableERC20FactoryProxy = "0x5557408ab14013ce9Dbb300dE0D87D386BB09cb6"
OptimismPortalProxy = "0x8AdeE124447435fE03e3CD24dF3f4cAE32E65a3E"
SystemConfigProxy = "0xACB886b75D76d1c8d9248cFdDfA09b70C71c5393"
ProxyAdmin = "0x0d9f416260598313Be6FDf6B010f2FbC34957Cd0"
60 changes: 60 additions & 0 deletions superchain/configs/mainnet/ancient8.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name = "Ancient8"
public_rpc = "https://rpc.ancient8.gg"
sequencer_rpc = "https://rpc.ancient8.gg"
explorer = "https://scan.ancient8.gg"
superchain_level = 0
governed_by_optimism = false
superchain_time = 0
data_availability_type = "alt-da"
chain_id = 888888888
batch_inbox_addr = "0xd5df46c580fD2FBdaEE751dc535E14295C0336F3"
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600

[hardforks]
canyon_time = 1704992401 # Thu 11 Jan 2024 17:00:01 UTC
delta_time = 1708560000 # Thu 22 Feb 2024 00:00:00 UTC
ecotone_time = 1710374401 # Thu 14 Mar 2024 00:00:01 UTC
fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC

[optimism]
eip1559_elasticity = 6
eip1559_denominator = 50
eip1559_denominator_canyon = 0

[genesis]
l2_time = 1706027387
[genesis.l1]
hash = "0x62bd64efb28026c83587b5ed0a472debecd1b19b52bafe81e982d06c72c895e1"
number = 19070566
[genesis.l2]
hash = "0x4f3304f45e3fe981deeef86e49ab6b73e9e991cb32de63f0389cf8225f357767"
number = 0
[genesis.system_config]
batcherAddress = "0x6079e9c37b87fE06D0bDe2431a0fa309826c9b67"
overhead = "0x00000000000000000000000000000000000000000000000000000000000000bc"
scalar = "0x0000000000000000000000000000000000000000000000000000000000032190"
gasLimit = 30000000

[roles]
SystemConfigOwner = "0x4a4962275DF8C60a80d3a25faEc5AA7De116A746"
ProxyAdminOwner = "0x4a4962275DF8C60a80d3a25faEc5AA7De116A746"
Guardian = "0x1B1ecDdbd5F9601b34262Aa3Ca346209E61aA68f"
Challenger = "0x1B1ecDdbd5F9601b34262Aa3Ca346209E61aA68f"
Proposer = "0xAF24199C29D5cc3fd298356137913A42847eA690"
UnsafeBlockSigner = "0x132F4CbD6aE20b264620602fd4faa7a10B084f8c"
BatchSubmitter = "0x6079e9c37b87fE06D0bDe2431a0fa309826c9b67"

[addresses]
AddressManager = "0x15A52Fed1c448028A240b603dD93f2697E12Dc82"
L1CrossDomainMessengerProxy = "0x012c341506ee1939e56084F43Ae5dbCe224Ce2af"
L1ERC721BridgeProxy = "0xd5e3eDf5b68135D559D572E26bF863FBC1950033"
L1StandardBridgeProxy = "0x12d4E64E1B46d27A00fe392653A894C1dd36fb80"
L2OutputOracleProxy = "0xB09DC08428C8b4EFB4ff9C0827386CDF34277996"
OptimismMintableERC20FactoryProxy = "0xF2b7b677d14F4F570D084d7d615254F984e7089E"
OptimismPortalProxy = "0x639F2AECE398Aa76b07e59eF6abe2cFe32bacb68"
SystemConfigProxy = "0x0b4cfc49aCc656CE6D03CB0794860Da92bE3E8ec"
ProxyAdmin = "0x75a223Fb459461B9Fa61dd25109EA05522b4b492"
60 changes: 60 additions & 0 deletions superchain/configs/mainnet/mint.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
name = "Mint Mainnet"
public_rpc = "https://rpc.mintchain.io"
sequencer_rpc = "https://rpc.mintchain.io"
explorer = "https://explorer.mintchain.io"
superchain_level = 0
governed_by_optimism = false
superchain_time = 0
data_availability_type = "eth-da"
chain_id = 185
batch_inbox_addr = "0x4e31448a098393727b786e25B54E59DcA1b77FE1"
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600

[hardforks]
canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
ecotone_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
granite_time = 1726070401 # Wed 11 Sep 2024 16:00:01 UTC
holocene_time = 1736445601 # Thu 9 Jan 2025 18:00:01 UTC

[optimism]
eip1559_elasticity = 6
eip1559_denominator = 50
eip1559_denominator_canyon = 250

[genesis]
l2_time = 1715608931
[genesis.l1]
hash = "0x12980bfeb6e787dc906b0a6ae000733f9909f6af2121bc78a77afb5ba77988a0"
number = 19861561
[genesis.l2]
hash = "0x88441835ca2344ea384e6f73e3d6f921cdd304e5bd6dca15590217e3911c61a3"
number = 0
[genesis.system_config]
batcherAddress = "0x68bdFecE01535090c8f3C27ec3b1AE97E83fA4aA"
overhead = "0x00000000000000000000000000000000000000000000000000000000000000bc"
scalar = "0x00000000000000000000000000000000000000000000000000000000000a6fe0"
gasLimit = 30000000

[roles]
SystemConfigOwner = "0x4a4962275DF8C60a80d3a25faEc5AA7De116A746"
ProxyAdminOwner = "0x4a4962275DF8C60a80d3a25faEc5AA7De116A746"
Guardian = "0x4a4962275DF8C60a80d3a25faEc5AA7De116A746"
Challenger = "0x4a4962275DF8C60a80d3a25faEc5AA7De116A746"
Proposer = "0x3d53Df1e69A32F98dFCcf23CCB689763E21A78bA"
UnsafeBlockSigner = "0x41c4FAE5E80B9a622d8968bcd3EBbcf1F93b30Db"
BatchSubmitter = "0x68bdFecE01535090c8f3C27ec3b1AE97E83fA4aA"

[addresses]
AddressManager = "0xEa4165C5CDCA155779803A113d8391b741bA5228"
L1CrossDomainMessengerProxy = "0xf80be9f7a74ab776b69d3F0dC5C08c39b3A0bA19"
L1ERC721BridgeProxy = "0xC2C908F3226d9082130D8e48378CD2eFb08B521D"
L1StandardBridgeProxy = "0x2b3F201543adF73160bA42E1a5b7750024F30420"
L2OutputOracleProxy = "0xB751A613f2Db932c6cdeF5048E6D2af05F9B98ED"
OptimismMintableERC20FactoryProxy = "0xF02012065Ef6121a2A59EA0C590f42803Cf101EA"
OptimismPortalProxy = "0x59625d1FE0Eeb8114a4d13c863978F39b3471781"
SystemConfigProxy = "0xC975862927797812371A9Fb631f83F8f5e2240D5"
ProxyAdmin = "0xc684075a7Cc997Aa2e72152c330BDAc73FeacbDF"
Loading