Skip to content

Commit d5c6605

Browse files
committed
hotfix: update DEV config values
1 parent 4dcde73 commit d5c6605

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/src/spec.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ pub static DEV: Lazy<ChainSpec> = Lazy::new(|| {
5757
],
5858
bits: 505794034,
5959
chain_id: 121212,
60-
max_blocks_without_pow: 20,
61-
required_btc_txn_confirmations: 4,
62-
bitcoin_start_height: 0,
60+
max_blocks_without_pow: 50000,
61+
required_btc_txn_confirmations: 144,
62+
bitcoin_start_height: 95800, // TODO: change when deploying new testnet4
6363
retarget_params: BitcoinConsensusParams {
64+
pow_no_retargeting: false,
6465
pow_limit: 553713663,
6566
pow_lower_limit: 439495319,
66-
pow_target_timespan: 120000,
67-
pow_target_spacing: 10000,
68-
pow_no_retargeting: true,
69-
max_pow_adjustment: 20
67+
max_pow_adjustment: 20,
68+
pow_target_timespan: 60,
69+
pow_target_spacing: 5
7070
},
7171
is_validator: true,
7272
execution_timeout_length: 3,

0 commit comments

Comments
 (0)