From bc95ca02f29da02ac8dadc428503e418eecc55c1 Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Wed, 4 Dec 2024 16:39:01 +0100 Subject: [PATCH 1/3] 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, From cf256184042de258edd8d99bdc9701f5d36f4aac Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Thu, 5 Dec 2024 10:09:28 +0100 Subject: [PATCH 2/3] 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 c2f1d06064..08673b2740 100644 --- a/params/config.go +++ b/params/config.go @@ -97,7 +97,7 @@ var ( GingerbreadBlock: big.NewInt(18785000), GingerbreadP2Block: big.NewInt(19157000), HForkBlock: nil, // TBD - L2MigrationBlock: big.NewInt(27109999), + L2MigrationBlock: big.NewInt(27110000), Istanbul: &IstanbulConfig{ Epoch: 17280, From 9d747c199c85aeddc33996103c8071d050e9ae3d Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Thu, 5 Dec 2024 10:09:34 +0100 Subject: [PATCH 3/3] 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,