File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments