Skip to content

Commit

Permalink
Diff up
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Nov 19, 2024
1 parent f4e69db commit 12058e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
}

Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 12058e1

Please sign in to comment.