We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baee43 commit abc70beCopy full SHA for abc70be
core/genesis.go
@@ -414,10 +414,10 @@ func DefaultGenesisBlock() *Genesis {
414
Config: params.MainnetChainConfig,
415
Nonce: 2110,
416
ExtraData: []byte("fake genesis"),
417
- Timestamp: 1761654072,
418
- EpochStartTime: 1761654072,
+ Timestamp: 1761678000,
+ EpochStartTime: 1761678000,
419
GasLimit: 600000000,
420
- Difficulty: big.NewInt(0x400000000),
+ Difficulty: big.NewInt(0x210000000),
421
Alloc: GenesisAlloc{
422
common.HexToAddress("0x0000000000000000000000000000000000000042"): {
423
Balance: big.NewInt(1), // Init lockbox address. Required by coinbase maturity impl
0 commit comments