Revert "remove extra data from holesky genesis (#8207)" (#8217)

This reverts commit 438dd6bdb1. Broke CI.
Reverted. Will make another PR.
This commit is contained in:
racytech 2023-09-16 10:54:53 -04:00 committed by GitHub
parent c44188871b
commit fa4cf492d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,6 +348,7 @@ func HoleskyGenesisBlock() *types.Genesis {
return &types.Genesis{
Config: params.HoleskyChainConfig,
Nonce: 4660,
ExtraData: hexutil.MustDecode("0x686f77206d7563682069732074686520666973683f"),
GasLimit: 25000000,
Difficulty: big.NewInt(1),
Timestamp: 1694786100,