Skip to content

Commit

Permalink
update codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
edobry committed Dec 10, 2024
1 parent eda51bd commit fa008b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chainList.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@
"https://explorer.swellnetwork.io"
],
"superchainLevel": 0,
"governedByOptimism": true,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
Expand Down Expand Up @@ -425,6 +426,7 @@
"https://explorer-sepolia.inkonchain.com"
],
"superchainLevel": 0,
"governedByOptimism": true,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
Expand Down
2 changes: 2 additions & 0 deletions chainList.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
rpc = ["https://swell-mainnet.alt.technology"]
explorers = ["https://explorer.swellnetwork.io"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
Expand Down Expand Up @@ -305,6 +306,7 @@
rpc = ["https://rpc-gel-sepolia.inkonchain.com"]
explorers = ["https://explorer-sepolia.inkonchain.com"]
superchain_level = 0
governed_by_optimism = true
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
Expand Down
2 changes: 2 additions & 0 deletions superchain/configs/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@
"SequencerRPC": "https://swell-mainnet.alt.technology",
"Explorer": "https://explorer.swellnetwork.io",
"SuperchainLevel": 0,
"GovernedByOptimism": true,
"StandardChainCandidate": true,
"SuperchainTime": null,
"batch_inbox_address": "0x005dE5857e38dFD703a1725c0900E9C6f24cbdE0",
Expand Down Expand Up @@ -2014,6 +2015,7 @@
"SequencerRPC": "https://rpc-gel-sepolia.inkonchain.com",
"Explorer": "https://explorer-sepolia.inkonchain.com",
"SuperchainLevel": 0,
"GovernedByOptimism": true,
"StandardChainCandidate": true,
"SuperchainTime": 0,
"batch_inbox_address": "0x004De1914F4f17aC234f5A5Bc8a4072a231d44BF",
Expand Down

0 comments on commit fa008b6

Please sign in to comment.