mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
chore(configs): Update Prague1 hardfork time on Berachain mainnet
This commit is contained in:
parent
58a72d4087
commit
43a6aa8762
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ var (
|
|||
},
|
||||
Berachain: BerachainConfig{
|
||||
Prague1: Prague1Config{
|
||||
Time: newUint64(1756310400), // Aug 27th 2025 16:00:00 UTC
|
||||
Time: newUint64(1756915200), // Sep 03 2025 16:00:00 UTC
|
||||
MinimumBaseFeeWei: 1 * GWei,
|
||||
BaseFeeChangeDenominator: BerachainBaseFeeChangeDenominator,
|
||||
PoLDistributorAddress: PoLDistributorAddress,
|
||||
|
|
|
|||
Loading…
Reference in a new issue