File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
consensus/core/src/config Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -539,9 +539,8 @@ pub const MAINNET_PARAMS: Params = Params {
539539 pruning_proof_m : 1000 ,
540540
541541 crescendo : CRESCENDO ,
542- // Temp: use a value which will trigger upper_bound/after calculations but is not actually scheduled.
543- // We want the pre-release to test the influence of this change on mainnet nodes as well
544- crescendo_activation : ForkActivation :: new ( u64:: MAX - 1 ) ,
542+ // Roughly 2025-05-05 1500 UTC
543+ crescendo_activation : ForkActivation :: new ( 110_165_000 ) ,
545544} ;
546545
547546pub const TESTNET_PARAMS : Params = Params {
@@ -703,5 +702,6 @@ pub const DEVNET_PARAMS: Params = Params {
703702 pruning_proof_m : 1000 ,
704703
705704 crescendo : CRESCENDO ,
705+ // TODO: Set this to always after the fork
706706 crescendo_activation : ForkActivation :: never ( ) ,
707707} ;
You can’t perform that action at this time.
0 commit comments