Skip to content

Commit 393b8fb

Browse files
authored
Merge pull request ProvableHQ#2464 from AleoNet/update/testnetv0-genesis-target
[Testnet] Update the genesis targets for `TestnetV0`
2 parents c891ca2 + e0d378e commit 393b8fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

console/network/src/testnet_v0.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ impl Network for TestnetV0 {
133133
/// The network edition.
134134
const EDITION: u16 = 0;
135135
/// The genesis block coinbase target.
136-
const GENESIS_COINBASE_TARGET: u64 = (1u64 << 5).saturating_sub(1);
136+
const GENESIS_COINBASE_TARGET: u64 = (1u64 << 10).saturating_sub(1);
137137
/// The genesis block proof target.
138-
const GENESIS_PROOF_TARGET: u64 = 1u64 << 3;
138+
const GENESIS_PROOF_TARGET: u64 = 1u64 << 8;
139139
/// The fixed timestamp of the genesis block.
140140
const GENESIS_TIMESTAMP: i64 = 1715776496 /* 2024-05-15 12:34:56 UTC */;
141141
/// The network ID.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)