Skip to content

Commit 4561af7

Browse files
Lisk sepolia: superchain config update (#955)
* [update]: lisk sepolia timestamps * [fix]: standardize unix timestamp to human * [update]: superchain_time * run just codegen * update lisk-sepolia to include Isthmus, fix codegen --------- Co-authored-by: Sebastian Stammler <[email protected]>
1 parent e9cd97b commit 4561af7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHAINS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
| Ethernity Testnet ||| https://testnet.ernscan.io | `https://testnet.ethernitychain.io` | `https://testnet.ethernitychain.io` |
4747
| Funki Sepolia Testnet ||| https://sepolia-sandbox.funkichain.com/ | `https://funki-testnet.alt.technology` | `https://funki-testnet.alt.technology` |
4848
| Ink Sepolia ||| https://explorer-sepolia.inkonchain.com | `https://rpc-gel-sepolia.inkonchain.com` | `https://rpc-gel-sepolia.inkonchain.com` |
49-
| Lisk Sepolia Testnet || | https://sepolia-blockscout.lisk.com | `https://rpc.sepolia-api.lisk.com` | `https://rpc.sepolia-api.lisk.com` |
49+
| Lisk Sepolia Testnet || | https://sepolia-blockscout.lisk.com | `https://rpc.sepolia-api.lisk.com` | `https://rpc.sepolia-api.lisk.com` |
5050
| Metal L2 Testnet ||| https://testnet.explorer.metall2.com | `https://testnet.rpc.metall2.com` | `https://testnet.rpc.metall2.com` |
5151
| Mode Testnet ||| https://sepolia.explorer.mode.network | `https://sepolia.mode.network` | `https://sepolia.mode.network` |
5252
| OP Sepolia Testnet ||| https://sepolia-optimistic.etherscan.io | `https://sepolia.optimism.io` | `https://sepolia-sequencer.optimism.io` |

superchain/configs/sepolia/lisk.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sequencer_rpc = "https://rpc.sepolia-api.lisk.com"
44
explorer = "https://sepolia-blockscout.lisk.com"
55
superchain_level = 1
66
governed_by_optimism = false
7+
superchain_time = 1708534800
78
data_availability_type = "eth-da"
89
chain_id = 4202
910
batch_inbox_addr = "0xff00000000000000000000000000000000004202"
@@ -17,6 +18,9 @@ max_sequencer_drift = 600
1718
ecotone_time = 1708534800 # Wed 21 Feb 2024 17:00:00 UTC
1819
fjord_time = 1716998400 # Wed 29 May 2024 16:00:00 UTC
1920
granite_time = 1723478400 # Mon 12 Aug 2024 16:00:00 UTC
21+
holocene_time = 1732633200 # Tue 26 Nov 2024 15:00:00 UTC
22+
pectra_blob_schedule_time = 1742486400 # Thu 20 Mar 2025 16:00:00 UTC
23+
isthmus_time = 1744905600 # Thu 17 Apr 2025 16:00:00 UTC
2024

2125
[optimism]
2226
eip1559_elasticity = 10

0 commit comments

Comments
 (0)