Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring PR up to date with ethereum-optimism/superchain-registry:main #2

Open
wants to merge 5 commits into
base: mainnet
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions bindings/rust-bindings/etc/configs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,63 @@
PreimageOracle = "0x0000000000000000000000000000000000000000"
DAChallengeAddress = "0x0000000000000000000000000000000000000000"

[[superchains.chains]]
name = "Lisk"
chain_id = 1135
public_rpc = "https://rpc.api.lisk.com"
sequencer_rpc = "https://rpc.api.lisk.com"
explorer = "https://blockscout.lisk.com"
superchain_level = 0
standard_chain_candidate = true
batch_inbox_addr = "0xFf00000000000000000000000000000000001135"
canyon_time = 0
delta_time = 0
ecotone_time = 0
fjord_time = 1720627201
block_time = 2
seq_window_size = 3600
max_sequencer_drift = 600
data_availability_type = "eth-da"
[superchains.chains.genesis]
l2_time = 1714728791
[superchains.chains.genesis.l1]
hash = "0xd580bdbd001908860f225c16ddaa08ada64471a68435694760c111253d97ffce"
number = 19788720
[superchains.chains.genesis.l2]
hash = "0x5a693d1d8ee27b8e62868d0349af430a2d2e173c8c8988e7b0c9ef91893cbf00"
number = 0
[superchains.chains.genesis.system_config]
batcherAddress = "0xa6Ea2f3299b63c53143c993d2d5E60A69Cd6Fe24"
overhead = "0x00000000000000000000000000000000000000000000000000000000000000bc"
scalar = "0x00000000000000000000000000000000000000000000000000000000000f4240"
gasLimit = 30000000
[superchains.chains.addresses]
SystemConfigOwner = "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb"
ProxyAdminOwner = "0xECd4150ABbb1EBff13f74e42Fb43C3d78B4E0b45"
Guardian = "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb"
Challenger = "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb"
Proposer = "0x0AbD6da1cE10D1cD6c7C9C14b905786D20f3EB23"
UnsafeBlockSigner = "0xb9DE90a90c5E441C483e754FE7341100D5fbaEcA"
BatchSubmitter = "0xa6Ea2f3299b63c53143c993d2d5E60A69Cd6Fe24"
AddressManager = "0x2dF7057d3F25212E51aFEA8dA628668229Ea423f"
L1CrossDomainMessengerProxy = "0x31B72D76FB666844C41EdF08dF0254875Dbb7edB"
L1ERC721BridgeProxy = "0x3A44A3b263FB631cdbf25f339e2D29497511A81f"
L1StandardBridgeProxy = "0x2658723Bf70c7667De6B25F99fcce13A16D25d08"
L2OutputOracleProxy = "0x113cB99283AF242Da0A0C54347667edF531Aa7d6"
OptimismMintableERC20FactoryProxy = "0xc1dA06CC5DD5cE23bABa924463de7F762039252d"
OptimismPortalProxy = "0x26dB93F8b8b4f7016240af62F7730979d353f9A7"
SystemConfigProxy = "0x05f23282FFDCA8286E4738C1aF79079f3d843750"
ProxyAdmin = "0xeC432c4F1d0E12737f3a42a459B84848Af979b2d"
SuperchainConfig = "0x26C7bFB430d68Bf74d2d52497836d4336b555dE7"
AnchorStateRegistryProxy = "0x0000000000000000000000000000000000000000"
DelayedWETHProxy = "0x0000000000000000000000000000000000000000"
DisputeGameFactoryProxy = "0x0479e6757eb4743843b309DDDF78E6bA242F38BE"
FaultDisputeGame = "0x0000000000000000000000000000000000000000"
MIPS = "0x0000000000000000000000000000000000000000"
PermissionedDisputeGame = "0x0000000000000000000000000000000000000000"
PreimageOracle = "0x0000000000000000000000000000000000000000"
DAChallengeAddress = "0x0000000000000000000000000000000000000000"

[[superchains.chains]]
name = "Metal L2"
chain_id = 1750
Expand Down
17 changes: 17 additions & 0 deletions chainList.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@
"chain": "mainnet"
}
},
{
"name": "Lisk",
"identifier": "mainnet/lisk",
"chainId": 1135,
"rpc": [
"https://rpc.api.lisk.com"
],
"explorers": [
"https://blockscout.lisk.com"
],
"superchainLevel": 0,
"dataAvailabilityType": "eth-da",
"parent": {
"type": "L2",
"chain": "mainnet"
}
},
{
"name": "Lyra Chain",
"identifier": "mainnet/lyra",
Expand Down
12 changes: 12 additions & 0 deletions chainList.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
type = "L2"
chain = "mainnet"

[[chains]]
name = "Lisk"
identifier = "mainnet/lisk"
chain_id = 1135
rpc = ["https://rpc.api.lisk.com"]
explorers = ["https://blockscout.lisk.com"]
superchain_level = 0
data_availability_type = "eth-da"
[chains.parent]
type = "L2"
chain = "mainnet"

[[chains]]
name = "Lyra Chain"
identifier = "mainnet/lyra"
Expand Down
65 changes: 65 additions & 0 deletions superchain/configs/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,71 @@
"UnsafeBlockSigner": "0xB71B58FfE538628557433dbBfA08d45ee5a69B44"
}
},
{
"Name": "Lisk",
"l2_chain_id": 1135,
"PublicRPC": "https://rpc.api.lisk.com",
"SequencerRPC": "https://rpc.api.lisk.com",
"Explorer": "https://blockscout.lisk.com",
"SuperchainLevel": 0,
"StandardChainCandidate": true,
"SuperchainTime": null,
"batch_inbox_address": "0xFf00000000000000000000000000000000001135",
"Superchain": "mainnet",
"Chain": "lisk",
"canyon_time": 0,
"delta_time": 0,
"ecotone_time": 0,
"fjord_time": 1720627201,
"block_time": 2,
"seq_window_size": 3600,
"max_sequencer_drift": 600,
"DataAvailabilityType": "eth-da",
"optimism": {
"eip1559Elasticity": 20,
"eip1559Denominator": 1000,
"eip1559DenominatorCanyon": 1000
},
"GasPayingToken": null,
"genesis": {
"L1": {
"Hash": "0xd580bdbd001908860f225c16ddaa08ada64471a68435694760c111253d97ffce",
"Number": 19788720
},
"L2": {
"Hash": "0x5a693d1d8ee27b8e62868d0349af430a2d2e173c8c8988e7b0c9ef91893cbf00",
"Number": 0
},
"l2_time": 1714728791,
"ExtraData": null,
"system_config": {
"batcherAddr": "0xa6Ea2f3299b63c53143c993d2d5E60A69Cd6Fe24",
"overhead": "0x00000000000000000000000000000000000000000000000000000000000000bc",
"scalar": "0x00000000000000000000000000000000000000000000000000000000000f4240",
"gasLimit": 30000000
}
},
"Addresses": {
"AddressManager": "0x2dF7057d3F25212E51aFEA8dA628668229Ea423f",
"BatchSubmitter": "0xa6Ea2f3299b63c53143c993d2d5E60A69Cd6Fe24",
"Challenger": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"DisputeGameFactoryProxy": "0x0479e6757eb4743843b309DDDF78E6bA242F38BE",
"Guardian": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"L1CrossDomainMessengerProxy": "0x31B72D76FB666844C41EdF08dF0254875Dbb7edB",
"L1ERC721BridgeProxy": "0x3A44A3b263FB631cdbf25f339e2D29497511A81f",
"L1StandardBridgeProxy": "0x2658723Bf70c7667De6B25F99fcce13A16D25d08",
"L2OutputOracleProxy": "0x113cB99283AF242Da0A0C54347667edF531Aa7d6",
"OptimismMintableERC20FactoryProxy": "0xc1dA06CC5DD5cE23bABa924463de7F762039252d",
"OptimismPortalProxy": "0x26dB93F8b8b4f7016240af62F7730979d353f9A7",
"Proposer": "0x0AbD6da1cE10D1cD6c7C9C14b905786D20f3EB23",
"ProxyAdmin": "0xeC432c4F1d0E12737f3a42a459B84848Af979b2d",
"ProxyAdminOwner": "0xECd4150ABbb1EBff13f74e42Fb43C3d78B4E0b45",
"SuperchainConfig": "0x26C7bFB430d68Bf74d2d52497836d4336b555dE7",
"SystemConfigOwner": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"SystemConfigProxy": "0x05f23282FFDCA8286E4738C1aF79079f3d843750",
"UnsafeBlockSigner": "0xb9DE90a90c5E441C483e754FE7341100D5fbaEcA"
}
},
{
"Name": "Metal L2",
"l2_chain_id": 1750,
Expand Down
55 changes: 55 additions & 0 deletions superchain/configs/mainnet/lisk.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name = "Lisk"
chain_id = 1135
public_rpc = "https://rpc.api.lisk.com"
sequencer_rpc = "https://rpc.api.lisk.com"
explorer = "https://blockscout.lisk.com"
superchain_level = 0
standard_chain_candidate = true # This is a temporary field which causes most of the standard validation checks to run on this chain
batch_inbox_addr = "0xFf00000000000000000000000000000000001135"
canyon_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
delta_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
ecotone_time = 0 # Thu 1 Jan 1970 00:00:00 UTC
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"

[optimism]
eip1559_elasticity = 20
eip1559_denominator = 1000
eip1559_denominator_canyon = 1000

[genesis]
l2_time = 1714728791
[genesis.l1]
hash = "0xd580bdbd001908860f225c16ddaa08ada64471a68435694760c111253d97ffce"
number = 19788720
[genesis.l2]
hash = "0x5a693d1d8ee27b8e62868d0349af430a2d2e173c8c8988e7b0c9ef91893cbf00"
number = 0
[genesis.system_config]
batcherAddress = "0xa6Ea2f3299b63c53143c993d2d5E60A69Cd6Fe24"
overhead = "0x00000000000000000000000000000000000000000000000000000000000000bc"
scalar = "0x00000000000000000000000000000000000000000000000000000000000f4240"
gasLimit = 30000000

[addresses]
SystemConfigOwner = "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb"
ProxyAdminOwner = "0xECd4150ABbb1EBff13f74e42Fb43C3d78B4E0b45"
Guardian = "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb"
Challenger = "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb"
Proposer = "0x0AbD6da1cE10D1cD6c7C9C14b905786D20f3EB23"
UnsafeBlockSigner = "0xb9DE90a90c5E441C483e754FE7341100D5fbaEcA"
BatchSubmitter = "0xa6Ea2f3299b63c53143c993d2d5E60A69Cd6Fe24"
AddressManager = "0x2dF7057d3F25212E51aFEA8dA628668229Ea423f"
L1CrossDomainMessengerProxy = "0x31B72D76FB666844C41EdF08dF0254875Dbb7edB"
L1ERC721BridgeProxy = "0x3A44A3b263FB631cdbf25f339e2D29497511A81f"
L1StandardBridgeProxy = "0x2658723Bf70c7667De6B25F99fcce13A16D25d08"
L2OutputOracleProxy = "0x113cB99283AF242Da0A0C54347667edF531Aa7d6"
OptimismMintableERC20FactoryProxy = "0xc1dA06CC5DD5cE23bABa924463de7F762039252d"
OptimismPortalProxy = "0x26dB93F8b8b4f7016240af62F7730979d353f9A7"
SystemConfigProxy = "0x05f23282FFDCA8286E4738C1aF79079f3d843750"
ProxyAdmin = "0xeC432c4F1d0E12737f3a42a459B84848Af979b2d"
SuperchainConfig = "0x26C7bFB430d68Bf74d2d52497836d4336b555dE7"
DisputeGameFactoryProxy = "0x0479e6757eb4743843b309DDDF78E6bA242F38BE"
20 changes: 20 additions & 0 deletions superchain/extra/addresses/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,26 @@
"SystemConfigProxy": "0xa6b72407e2dc9EBF84b839B69A24C88929cf20F7",
"UnsafeBlockSigner": "0xa95B83e39AA78B00F12fe431865B563793D97AF5"
},
"1135": {
"AddressManager": "0x2dF7057d3F25212E51aFEA8dA628668229Ea423f",
"BatchSubmitter": "0xa6Ea2f3299b63c53143c993d2d5E60A69Cd6Fe24",
"Challenger": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"DisputeGameFactoryProxy": "0x0479e6757eb4743843b309DDDF78E6bA242F38BE",
"Guardian": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"L1CrossDomainMessengerProxy": "0x31B72D76FB666844C41EdF08dF0254875Dbb7edB",
"L1ERC721BridgeProxy": "0x3A44A3b263FB631cdbf25f339e2D29497511A81f",
"L1StandardBridgeProxy": "0x2658723Bf70c7667De6B25F99fcce13A16D25d08",
"L2OutputOracleProxy": "0x113cB99283AF242Da0A0C54347667edF531Aa7d6",
"OptimismMintableERC20FactoryProxy": "0xc1dA06CC5DD5cE23bABa924463de7F762039252d",
"OptimismPortalProxy": "0x26dB93F8b8b4f7016240af62F7730979d353f9A7",
"Proposer": "0x0AbD6da1cE10D1cD6c7C9C14b905786D20f3EB23",
"ProxyAdmin": "0xeC432c4F1d0E12737f3a42a459B84848Af979b2d",
"ProxyAdminOwner": "0xECd4150ABbb1EBff13f74e42Fb43C3d78B4E0b45",
"SuperchainConfig": "0x26C7bFB430d68Bf74d2d52497836d4336b555dE7",
"SystemConfigOwner": "0xBeA2Bc852a160B8547273660E22F4F08C2fa9Bbb",
"SystemConfigProxy": "0x05f23282FFDCA8286E4738C1aF79079f3d843750",
"UnsafeBlockSigner": "0xb9DE90a90c5E441C483e754FE7341100D5fbaEcA"
},
"11763072": {
"AddressManager": "0x882a60911d00867Fe4ea632C479cc48e583A8D69",
"BatchSubmitter": "0x7A43fD33e42054C965eE7175dd4590D2BDba79cB",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added superchain/extra/genesis/mainnet/lisk.json.gz
Binary file not shown.