params: set prague2 fork times (#92)

This commit is contained in:
Cal Bera 2025-09-15 10:25:25 -07:00 committed by GitHub
parent 8db5f9ad3a
commit a7d6c7746b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,7 +199,7 @@ var (
PoLDistributorAddress: PoLDistributorAddress, PoLDistributorAddress: PoLDistributorAddress,
}, },
Prague2: Prague2Config{ Prague2: Prague2Config{
Time: newUint64(9999999999), // TODO(Prague2): Replace with actual time. Time: newUint64(1759248000), // Sep 30 2025 16:00:00 UTC
MinimumBaseFeeWei: big.NewInt(0), MinimumBaseFeeWei: big.NewInt(0),
}, },
}, },
@ -235,13 +235,13 @@ var (
}, },
Berachain: BerachainConfig{ Berachain: BerachainConfig{
Prague1: Prague1Config{ Prague1: Prague1Config{
Time: newUint64(1754496000), // Aug 6th 2025 16:00:00 UTC Time: newUint64(1754496000), // Aug 06 2025 16:00:00 UTC
MinimumBaseFeeWei: big.NewInt(10 * GWei), MinimumBaseFeeWei: big.NewInt(10 * GWei),
BaseFeeChangeDenominator: BerachainBaseFeeChangeDenominator, BaseFeeChangeDenominator: BerachainBaseFeeChangeDenominator,
PoLDistributorAddress: PoLDistributorAddress, PoLDistributorAddress: PoLDistributorAddress,
}, },
Prague2: Prague2Config{ Prague2: Prague2Config{
Time: newUint64(9999999999), // TODO(Prague2): Replace with actual time. Time: newUint64(1758124800), // Sep 17 2025 16:00:00 UTC
MinimumBaseFeeWei: big.NewInt(0), MinimumBaseFeeWei: big.NewInt(0),
}, },
}, },