Skip to content

Commit

Permalink
Update dispute game contracts for oplabs-devnet-0 and op-sepolia
Browse files Browse the repository at this point in the history
- Also updates the generated chain configurations of newly added
  chains.
  • Loading branch information
Inphi committed Dec 18, 2024
1 parent b05aa1f commit e2de554
Show file tree
Hide file tree
Showing 8 changed files with 733 additions and 25 deletions.
108 changes: 108 additions & 0 deletions chainList.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,114 @@
},
"gasPayingToken": "0x46d878bf7BF62Ec542953CB89Ac0bF58d991181e"
},
{
"name": "testchain_altda",
"identifier": "sepolia/testchain_ad",
"chainId": 4206901,
"rpc": [
"http://awe.some.rpc"
],
"explorers": [
"https://awesomescan.org"
],
"superchainLevel": 0,
"governedByOptimism": false,
"dataAvailabilityType": "alt-da",
"parent": {
"type": "L2",
"chain": "sepolia"
}
},
{
"name": "testchain_baseline",
"identifier": "sepolia/testchain_b",
"chainId": 4206900,
"rpc": [
"http://awe.some.rpc"
],
"explorers": [
"https://awesomescan.org"
],
"superchainLevel": 0,
"governedByOptimism": false,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
"chain": "sepolia"
}
},
{
"name": "testchain_baseline_legacy",
"identifier": "sepolia/testchain_bl",
"chainId": 4206905,
"rpc": [
"http://awe.some.rpc"
],
"explorers": [
"https://awesomescan.org"
],
"superchainLevel": 0,
"governedByOptimism": false,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
"chain": "sepolia"
}
},
{
"name": "testchain_faultproofs",
"identifier": "sepolia/testchain_fp",
"chainId": 4206903,
"rpc": [
"http://awe.some.rpc"
],
"explorers": [
"https://awesomescan.org"
],
"superchainLevel": 0,
"governedByOptimism": false,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
"chain": "sepolia"
}
},
{
"name": "testchain_standard-candidate",
"identifier": "sepolia/testchain_sc",
"chainId": 4206902,
"rpc": [
"http://awe.some.rpc"
],
"explorers": [
"https://awesomescan.org"
],
"superchainLevel": 0,
"governedByOptimism": false,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
"chain": "sepolia"
}
},
{
"name": "testchain_zorasep",
"identifier": "sepolia/testchain_zs",
"chainId": 4206904,
"rpc": [
"http://awe.some.rpc"
],
"explorers": [
"https://awesomescan.org"
],
"superchainLevel": 0,
"governedByOptimism": false,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
"chain": "sepolia"
}
},
{
"name": "Unichain Sepolia Testnet",
"identifier": "sepolia/unichain",
Expand Down
78 changes: 78 additions & 0 deletions chainList.toml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,84 @@
type = "L2"
chain = "sepolia"

[[chains]]
name = "testchain_altda"
identifier = "sepolia/testchain_ad"
chain_id = 4206901
rpc = ["http://awe.some.rpc"]
explorers = ["https://awesomescan.org"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "alt-da"
[chains.parent]
type = "L2"
chain = "sepolia"

[[chains]]
name = "testchain_baseline"
identifier = "sepolia/testchain_b"
chain_id = 4206900
rpc = ["http://awe.some.rpc"]
explorers = ["https://awesomescan.org"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"

[[chains]]
name = "testchain_baseline_legacy"
identifier = "sepolia/testchain_bl"
chain_id = 4206905
rpc = ["http://awe.some.rpc"]
explorers = ["https://awesomescan.org"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"

[[chains]]
name = "testchain_faultproofs"
identifier = "sepolia/testchain_fp"
chain_id = 4206903
rpc = ["http://awe.some.rpc"]
explorers = ["https://awesomescan.org"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"

[[chains]]
name = "testchain_standard-candidate"
identifier = "sepolia/testchain_sc"
chain_id = 4206902
rpc = ["http://awe.some.rpc"]
explorers = ["https://awesomescan.org"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"

[[chains]]
name = "testchain_zorasep"
identifier = "sepolia/testchain_zs"
chain_id = 4206904
rpc = ["http://awe.some.rpc"]
explorers = ["https://awesomescan.org"]
superchain_level = 0
governed_by_optimism = false
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "sepolia"

[[chains]]
name = "Unichain Sepolia Testnet"
identifier = "sepolia/unichain"
Expand Down
Loading

0 comments on commit e2de554

Please sign in to comment.