Skip to content

Commit

Permalink
Merge pull request #2466 from AleoNet/mainnet-staging
Browse files Browse the repository at this point in the history
[hotfix] Update the genesis targets for TestnetV0
  • Loading branch information
zosorock authored May 25, 2024
2 parents 140ff26 + 393b8fb commit fddd8b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console/network/src/testnet_v0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ impl Network for TestnetV0 {
/// The network edition.
const EDITION: u16 = 0;
/// The genesis block coinbase target.
const GENESIS_COINBASE_TARGET: u64 = (1u64 << 5).saturating_sub(1);
const GENESIS_COINBASE_TARGET: u64 = (1u64 << 10).saturating_sub(1);
/// The genesis block proof target.
const GENESIS_PROOF_TARGET: u64 = 1u64 << 3;
const GENESIS_PROOF_TARGET: u64 = 1u64 << 8;
/// The fixed timestamp of the genesis block.
const GENESIS_TIMESTAMP: i64 = 1715776496 /* 2024-05-15 12:34:56 UTC */;
/// The network ID.
Expand Down
Binary file modified parameters/src/testnet/resources/block.genesis
Binary file not shown.

0 comments on commit fddd8b9

Please sign in to comment.