From bc95ca02f29da02ac8dadc428503e418eecc55c1 Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Wed, 4 Dec 2024 16:39:01 +0100 Subject: [PATCH] config: Add L2 migration config for testnets --- params/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/params/config.go b/params/config.go index e012344f8d..c2f1d06064 100644 --- a/params/config.go +++ b/params/config.go @@ -97,6 +97,7 @@ var ( GingerbreadBlock: big.NewInt(18785000), GingerbreadP2Block: big.NewInt(19157000), HForkBlock: nil, // TBD + L2MigrationBlock: big.NewInt(27109999), Istanbul: &IstanbulConfig{ Epoch: 17280, @@ -126,6 +127,7 @@ var ( GingerbreadBlock: big.NewInt(19814000), GingerbreadP2Block: big.NewInt(19814000), HForkBlock: nil, // TBD + L2MigrationBlock: big.NewInt(26383999), Istanbul: &IstanbulConfig{ Epoch: 17280,