mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
params: set prague2 fork times (#92)
This commit is contained in:
parent
8db5f9ad3a
commit
a7d6c7746b
1 changed files with 3 additions and 3 deletions
|
|
@ -199,7 +199,7 @@ var (
|
|||
PoLDistributorAddress: PoLDistributorAddress,
|
||||
},
|
||||
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),
|
||||
},
|
||||
},
|
||||
|
|
@ -235,13 +235,13 @@ var (
|
|||
},
|
||||
Berachain: BerachainConfig{
|
||||
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),
|
||||
BaseFeeChangeDenominator: BerachainBaseFeeChangeDenominator,
|
||||
PoLDistributorAddress: PoLDistributorAddress,
|
||||
},
|
||||
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),
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue