From 9d747c199c85aeddc33996103c8071d050e9ae3d Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Thu, 5 Dec 2024 10:09:34 +0100 Subject: [PATCH] Update params/config.go Co-authored-by: Gaston Ponti --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index 08673b2740..a3d5497b4c 100644 --- a/params/config.go +++ b/params/config.go @@ -127,7 +127,7 @@ var ( GingerbreadBlock: big.NewInt(19814000), GingerbreadP2Block: big.NewInt(19814000), HForkBlock: nil, // TBD - L2MigrationBlock: big.NewInt(26383999), + L2MigrationBlock: big.NewInt(26384000), Istanbul: &IstanbulConfig{ Epoch: 17280,