Skip to content

Commit e2de554

Browse files
committed
Update dispute game contracts for oplabs-devnet-0 and op-sepolia
- Also updates the generated chain configurations of newly added chains.
1 parent b05aa1f commit e2de554

File tree

8 files changed

+733
-25
lines changed

8 files changed

+733
-25
lines changed

chainList.json

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,114 @@
578578
},
579579
"gasPayingToken": "0x46d878bf7BF62Ec542953CB89Ac0bF58d991181e"
580580
},
581+
{
582+
"name": "testchain_altda",
583+
"identifier": "sepolia/testchain_ad",
584+
"chainId": 4206901,
585+
"rpc": [
586+
"http://awe.some.rpc"
587+
],
588+
"explorers": [
589+
"https://awesomescan.org"
590+
],
591+
"superchainLevel": 0,
592+
"governedByOptimism": false,
593+
"dataAvailabilityType": "alt-da",
594+
"parent": {
595+
"type": "L2",
596+
"chain": "sepolia"
597+
}
598+
},
599+
{
600+
"name": "testchain_baseline",
601+
"identifier": "sepolia/testchain_b",
602+
"chainId": 4206900,
603+
"rpc": [
604+
"http://awe.some.rpc"
605+
],
606+
"explorers": [
607+
"https://awesomescan.org"
608+
],
609+
"superchainLevel": 0,
610+
"governedByOptimism": false,
611+
"dataAvailabilityType": "eth-da",
612+
"parent": {
613+
"type": "L2",
614+
"chain": "sepolia"
615+
}
616+
},
617+
{
618+
"name": "testchain_baseline_legacy",
619+
"identifier": "sepolia/testchain_bl",
620+
"chainId": 4206905,
621+
"rpc": [
622+
"http://awe.some.rpc"
623+
],
624+
"explorers": [
625+
"https://awesomescan.org"
626+
],
627+
"superchainLevel": 0,
628+
"governedByOptimism": false,
629+
"dataAvailabilityType": "eth-da",
630+
"parent": {
631+
"type": "L2",
632+
"chain": "sepolia"
633+
}
634+
},
635+
{
636+
"name": "testchain_faultproofs",
637+
"identifier": "sepolia/testchain_fp",
638+
"chainId": 4206903,
639+
"rpc": [
640+
"http://awe.some.rpc"
641+
],
642+
"explorers": [
643+
"https://awesomescan.org"
644+
],
645+
"superchainLevel": 0,
646+
"governedByOptimism": false,
647+
"dataAvailabilityType": "eth-da",
648+
"parent": {
649+
"type": "L2",
650+
"chain": "sepolia"
651+
}
652+
},
653+
{
654+
"name": "testchain_standard-candidate",
655+
"identifier": "sepolia/testchain_sc",
656+
"chainId": 4206902,
657+
"rpc": [
658+
"http://awe.some.rpc"
659+
],
660+
"explorers": [
661+
"https://awesomescan.org"
662+
],
663+
"superchainLevel": 0,
664+
"governedByOptimism": false,
665+
"dataAvailabilityType": "eth-da",
666+
"parent": {
667+
"type": "L2",
668+
"chain": "sepolia"
669+
}
670+
},
671+
{
672+
"name": "testchain_zorasep",
673+
"identifier": "sepolia/testchain_zs",
674+
"chainId": 4206904,
675+
"rpc": [
676+
"http://awe.some.rpc"
677+
],
678+
"explorers": [
679+
"https://awesomescan.org"
680+
],
681+
"superchainLevel": 0,
682+
"governedByOptimism": false,
683+
"dataAvailabilityType": "eth-da",
684+
"parent": {
685+
"type": "L2",
686+
"chain": "sepolia"
687+
}
688+
},
581689
{
582690
"name": "Unichain Sepolia Testnet",
583691
"identifier": "sepolia/unichain",

chainList.toml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,84 @@
417417
type = "L2"
418418
chain = "sepolia"
419419

420+
[[chains]]
421+
name = "testchain_altda"
422+
identifier = "sepolia/testchain_ad"
423+
chain_id = 4206901
424+
rpc = ["http://awe.some.rpc"]
425+
explorers = ["https://awesomescan.org"]
426+
superchain_level = 0
427+
governed_by_optimism = false
428+
data_availability_type = "alt-da"
429+
[chains.parent]
430+
type = "L2"
431+
chain = "sepolia"
432+
433+
[[chains]]
434+
name = "testchain_baseline"
435+
identifier = "sepolia/testchain_b"
436+
chain_id = 4206900
437+
rpc = ["http://awe.some.rpc"]
438+
explorers = ["https://awesomescan.org"]
439+
superchain_level = 0
440+
governed_by_optimism = false
441+
data_availability_type = "eth-da"
442+
[chains.parent]
443+
type = "L2"
444+
chain = "sepolia"
445+
446+
[[chains]]
447+
name = "testchain_baseline_legacy"
448+
identifier = "sepolia/testchain_bl"
449+
chain_id = 4206905
450+
rpc = ["http://awe.some.rpc"]
451+
explorers = ["https://awesomescan.org"]
452+
superchain_level = 0
453+
governed_by_optimism = false
454+
data_availability_type = "eth-da"
455+
[chains.parent]
456+
type = "L2"
457+
chain = "sepolia"
458+
459+
[[chains]]
460+
name = "testchain_faultproofs"
461+
identifier = "sepolia/testchain_fp"
462+
chain_id = 4206903
463+
rpc = ["http://awe.some.rpc"]
464+
explorers = ["https://awesomescan.org"]
465+
superchain_level = 0
466+
governed_by_optimism = false
467+
data_availability_type = "eth-da"
468+
[chains.parent]
469+
type = "L2"
470+
chain = "sepolia"
471+
472+
[[chains]]
473+
name = "testchain_standard-candidate"
474+
identifier = "sepolia/testchain_sc"
475+
chain_id = 4206902
476+
rpc = ["http://awe.some.rpc"]
477+
explorers = ["https://awesomescan.org"]
478+
superchain_level = 0
479+
governed_by_optimism = false
480+
data_availability_type = "eth-da"
481+
[chains.parent]
482+
type = "L2"
483+
chain = "sepolia"
484+
485+
[[chains]]
486+
name = "testchain_zorasep"
487+
identifier = "sepolia/testchain_zs"
488+
chain_id = 4206904
489+
rpc = ["http://awe.some.rpc"]
490+
explorers = ["https://awesomescan.org"]
491+
superchain_level = 0
492+
governed_by_optimism = false
493+
data_availability_type = "eth-da"
494+
[chains.parent]
495+
type = "L2"
496+
chain = "sepolia"
497+
420498
[[chains]]
421499
name = "Unichain Sepolia Testnet"
422500
identifier = "sepolia/unichain"

0 commit comments

Comments
 (0)