Skip to content

Commit e2d3490

Browse files
authored
worldchain is a standard candidate (#830)
1 parent 716f74e commit e2d3490

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

superchain/configs/configs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
"Explorer": "https://worldchain-mainnet.explorer.alchemy.com/",
433433
"SuperchainLevel": 0,
434434
"GovernedByOptimism": false,
435-
"StandardChainCandidate": false,
435+
"StandardChainCandidate": true,
436436
"SuperchainTime": null,
437437
"batch_inbox_address": "0xff00000000000000000000000000000000000480",
438438
"Superchain": "mainnet",

superchain/configs/mainnet/worldchain.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ public_rpc = "https://worldchain-mainnet.g.alchemy.com/public"
44
sequencer_rpc = "https://worldchain-mainnet-sequencer.g.alchemy.com"
55
explorer = "https://worldchain-mainnet.explorer.alchemy.com/"
66
superchain_level = 0
7+
standard_chain_candidate = true # This is a temporary field which causes most of the standard validation checks to run on this chain
78
batch_inbox_addr = "0xff00000000000000000000000000000000000480"
89
canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
910
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC

0 commit comments

Comments
 (0)