mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
use correct default chain configs (#48)
This commit is contained in:
parent
f1c9320cce
commit
365217f04d
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ var (
|
|||
Time: newUint64(17446744073709551614), // TODO: set mainnet timestamp.
|
||||
MinimumBaseFeeWei: 10000000000, // 10 gwei
|
||||
BaseFeeChangeDenominator: 48, // 6x increase from the default
|
||||
PoLDistributorAddress: common.HexToAddress("0xD2f19a79b026Fb636A7c300bF5947df113940761"),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
@ -233,6 +234,7 @@ var (
|
|||
Time: newUint64(1754496000),
|
||||
MinimumBaseFeeWei: 10000000000, // 10 gwei
|
||||
BaseFeeChangeDenominator: 48, // 6x increase from the default
|
||||
PoLDistributorAddress: common.HexToAddress("0xD2f19a79b026Fb636A7c300bF5947df113940761"),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue