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

worldchain is a standard candidate #830

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion superchain/configs/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"Explorer": "https://worldchain-mainnet.explorer.alchemy.com/",
"SuperchainLevel": 0,
"GovernedByOptimism": false,
"StandardChainCandidate": false,
"StandardChainCandidate": true,
"SuperchainTime": null,
"batch_inbox_address": "0xff00000000000000000000000000000000000480",
"Superchain": "mainnet",
Expand Down
1 change: 1 addition & 0 deletions superchain/configs/mainnet/worldchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ public_rpc = "https://worldchain-mainnet.g.alchemy.com/public"
sequencer_rpc = "https://worldchain-mainnet-sequencer.g.alchemy.com"
explorer = "https://worldchain-mainnet.explorer.alchemy.com/"
superchain_level = 0
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 = "0xff00000000000000000000000000000000000480"
canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
Expand Down