From 12058e127230a4ea79419c4e1593e42f5aadaeed Mon Sep 17 00:00:00 2001 From: Hussam Date: Tue, 19 Nov 2024 11:41:40 -0600 Subject: [PATCH] Diff up --- core/genesis.go | 2 +- params/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/genesis.go b/core/genesis.go index 6f125d13ad..b1f1e31f49 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -451,7 +451,7 @@ func DefaultLocalGenesisBlock(consensusEngine string, genesisNonce uint64) *Gene Nonce: 0, ExtraData: hexutil.MustDecode("0x3535353535353535353535353535353535353535353535353535353535353535"), GasLimit: 5000000, - Difficulty: big.NewInt(300000000), + Difficulty: big.NewInt(3000000000), } } diff --git a/params/config.go b/params/config.go index a8dd8379e8..1f370670a7 100644 --- a/params/config.go +++ b/params/config.go @@ -30,7 +30,7 @@ var ( ProgpowGardenGenesisHash = common.HexToHash("0xb610af2eef9d854d01510785b0171247cb221912124c74fcef888bbed42448bb") ProgpowOrchardGenesisHash = common.HexToHash("0x7bef576d9d04108137d14e2ea644f580634b35c37682b555bfb50dfb154501d2") ProgpowLighthouseGenesisHash = common.HexToHash("0xf60de17f1ae6cbae820d14599eb95581f5c18799f84904520c264be9cfff64c4") - ProgpowLocalGenesisHash = common.HexToHash("0x7bef576d9d04108137d14e2ea644f580634b35c37682b555bfb50dfb154501d2") + ProgpowLocalGenesisHash = common.HexToHash("0xaaeed94a74dccb80302c309329de4d2b90c71cda004c7ee45d9a8f692dbf4762") // Blake3GenesisHashes Blake3PowColosseumGenesisHash = common.HexToHash("0xee89c5f775980556c2bf8dc988e477f16005da57f84f2a1000dbe4693ad5f53d")