Skip to content

Commit

Permalink
set governed_by_optimism = true on additional chains
Browse files Browse the repository at this point in the history
  • Loading branch information
edobry committed Dec 6, 2024
1 parent e196867 commit 71d7ac8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion superchain/configs/sepolia-dev-0/oplabs-devnet-0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public_rpc = ""
sequencer_rpc = ""
explorer = ""
superchain_level = 0
governed_by_optimism = false
governed_by_optimism = true
superchain_time = 0 # Missing hardfork times are inherited from superchain.toml
batch_inbox_addr = "0xFf00000000000000000000000000000011155421"
canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
Expand Down
2 changes: 1 addition & 1 deletion superchain/configs/sepolia/metal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public_rpc = "https://testnet.rpc.metall2.com"
sequencer_rpc = "https://testnet.rpc.metall2.com"
explorer = "https://testnet.explorer.metall2.com"
superchain_level = 0
governed_by_optimism = false
governed_by_optimism = true
standard_chain_candidate = true # This is a temporary field which causes most of the standard validation checks to run on this chain
batch_inbox_addr = "0x24567B64a86A4c966655fba6502a93dFb701E316"
canyon_time = 1708129622 # Sat Feb 17 00:27:02 UTC 2024 - 2s after Genesis
Expand Down
2 changes: 1 addition & 1 deletion superchain/configs/sepolia/mode.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public_rpc = "https://sepolia.mode.network"
sequencer_rpc = "https://sepolia.mode.network"
explorer = "https://sepolia.explorer.mode.network"
superchain_level = 0
governed_by_optimism = false
governed_by_optimism = true
standard_chain_candidate = true # This is a temporary field which causes most of the standard validation checks to run on this chain
superchain_time = 1703203200 # Fri 22 Dec 2023 00:00:00 UTC
batch_inbox_addr = "0xcDDaE6148dA1E003C230E4527f9baEdc8a204e7E"
Expand Down
2 changes: 1 addition & 1 deletion superchain/configs/sepolia/op.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public_rpc = "https://sepolia.optimism.io"
sequencer_rpc = "https://sepolia-sequencer.optimism.io"
explorer = "https://sepolia-optimistic.etherscan.io"
superchain_level = 1
governed_by_optimism = false
governed_by_optimism = true
superchain_time = 0 # Missing hardfork times are inherited from superchain.toml
batch_inbox_addr = "0xff00000000000000000000000000000011155420"
canyon_time = 1699981200 # Tue 14 Nov 2023 17:00:00 UTC
Expand Down
2 changes: 1 addition & 1 deletion superchain/configs/sepolia/zora.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public_rpc = "https://sepolia.rpc.zora.energy"
sequencer_rpc = "https://sepolia.rpc.zora.energy"
explorer = "https://sepolia.explorer.zora.energy"
superchain_level = 0
governed_by_optimism = false
governed_by_optimism = true
standard_chain_candidate = true # This is a temporary field which causes most of the standard validation checks to run on this chain
superchain_time = 0 # Missing hardfork times are inherited from superchain.toml
batch_inbox_addr = "0xCd734290E4bd0200dAC631c7D4b9E8a33234e91f"
Expand Down

0 comments on commit 71d7ac8

Please sign in to comment.