Skip to content

Commit

Permalink
Add FishHash mainnet checkpoint (#4866)
Browse files Browse the repository at this point in the history
  • Loading branch information
danield9tqh authored Apr 3, 2024
1 parent a34552c commit d368e4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ironfish/src/networks/definitions/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ const MAINNET_CONSENSUS: ConsensusParameters = {
enforceSequentialBlockTime: HARDFORK_1_ACTIVATION_MAINNET,
enableFishHash: HARDFORK_1_ACTIVATION_MAINNET,
enableIncreasedDifficultyChange: HARDFORK_1_ACTIVATION_MAINNET,
checkpoints: [],
checkpoints: [
{
sequence: HARDFORK_1_ACTIVATION_MAINNET,
hash: '00000000000045885508f3c1455d676fe8749433dc71a748d07719fdde39aeb2',
},
],
}

export const MAINNET_GENESIS = {
Expand Down

0 comments on commit d368e4b

Please sign in to comment.