Skip to content

Commit

Permalink
Fix alt da chains Lyra and Orderly (ethereum-optimism#646)
Browse files Browse the repository at this point in the history
* Update chainList.toml

* Update chainList.toml

* Update lyra.toml

* Update orderly.toml

* Update chainList.json

* Update configs.json

* run just codegen

---------

Co-authored-by: soyboy <[email protected]>
  • Loading branch information
Wazabie and sbvegan authored Oct 28, 2024
1 parent b035342 commit 2c96a89
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions chainList.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"https://explorer.lyra.finance"
],
"superchainLevel": 0,
"dataAvailabilityType": "eth-da",
"dataAvailabilityType": "alt-da",
"parent": {
"type": "L2",
"chain": "mainnet"
Expand Down Expand Up @@ -181,7 +181,7 @@
"https://explorer.orderly.network"
],
"superchainLevel": 0,
"dataAvailabilityType": "eth-da",
"dataAvailabilityType": "alt-da",
"parent": {
"type": "L2",
"chain": "mainnet"
Expand Down
4 changes: 2 additions & 2 deletions chainList.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
rpc = ["https://rpc.lyra.finance"]
explorers = ["https://explorer.lyra.finance"]
superchain_level = 0
data_availability_type = "eth-da"
data_availability_type = "alt-da"
[chains.parent]
type = "L2"
chain = "mainnet"
Expand Down Expand Up @@ -126,7 +126,7 @@
rpc = ["https://rpc.orderly.network"]
explorers = ["https://explorer.orderly.network"]
superchain_level = 0
data_availability_type = "eth-da"
data_availability_type = "alt-da"
[chains.parent]
type = "L2"
chain = "mainnet"
Expand Down
4 changes: 2 additions & 2 deletions superchain/configs/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
"DataAvailabilityType": "eth-da",
"DataAvailabilityType": "alt-da",
"optimism": {
"eip1559Elasticity": 6,
"eip1559Denominator": 50,
Expand Down Expand Up @@ -504,7 +504,7 @@
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
"DataAvailabilityType": "eth-da",
"DataAvailabilityType": "alt-da",
"optimism": {
"eip1559Elasticity": 6,
"eip1559Denominator": 50,
Expand Down
2 changes: 1 addition & 1 deletion superchain/configs/mainnet/lyra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600
data_availability_type = "eth-da"
data_availability_type = "alt-da"

[optimism]
eip1559_elasticity = 6
Expand Down
2 changes: 1 addition & 1 deletion superchain/configs/mainnet/orderly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fjord_time = 1720627201 # Wed 10 Jul 2024 16:00:01 UTC
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600
data_availability_type = "eth-da"
data_availability_type = "alt-da"

[optimism]
eip1559_elasticity = 6
Expand Down

0 comments on commit 2c96a89

Please sign in to comment.