Skip to content

Commit abc70be

Browse files
committed
core: update mainnet genesis timestamp and difficulty
1 parent 2baee43 commit abc70be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/genesis.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,10 @@ func DefaultGenesisBlock() *Genesis {
414414
Config: params.MainnetChainConfig,
415415
Nonce: 2110,
416416
ExtraData: []byte("fake genesis"),
417-
Timestamp: 1761654072,
418-
EpochStartTime: 1761654072,
417+
Timestamp: 1761678000,
418+
EpochStartTime: 1761678000,
419419
GasLimit: 600000000,
420-
Difficulty: big.NewInt(0x400000000),
420+
Difficulty: big.NewInt(0x210000000),
421421
Alloc: GenesisAlloc{
422422
common.HexToAddress("0x0000000000000000000000000000000000000042"): {
423423
Balance: big.NewInt(1), // Init lockbox address. Required by coinbase maturity impl

0 commit comments

Comments
 (0)