@@ -33,7 +33,7 @@ const APP_RECIP: Curve = Curve::make_reciprocal(1, 7, percent(80), percent(50),
3333const SUP_LINEAR : Curve = Curve :: make_linear ( 7 , 7 , percent ( 0 ) , percent ( 50 ) ) ;
3434const SUP_RECIP : Curve = Curve :: make_reciprocal ( 5 , 7 , percent ( 1 ) , percent ( 0 ) , percent ( 50 ) ) ;
3535const SUP_FAST_RECIP : Curve = Curve :: make_reciprocal ( 3 , 7 , percent ( 1 ) , percent ( 0 ) , percent ( 50 ) ) ;
36- const SUP_WHITELISTED_CALLER : Curve = Curve :: make_reciprocal ( 1 , 28 , percent ( 20 ) , percent ( 1 ) , percent ( 50 ) ) ;
36+ const SUP_WHITELISTED_CALLER : Curve = Curve :: make_linear ( 1 , 7 , percent ( 0 ) , percent ( 1 ) ) ;
3737
3838const TRACKS_DATA : [ ( u16 , pallet_referenda:: TrackInfo < Balance , BlockNumber > ) ; 8 ] = [
3939 (
@@ -57,8 +57,8 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 8]
5757 max_deciding : 10 ,
5858 decision_deposit : 1_000_000 * UNITS ,
5959 prepare_period : 10 * MINUTES ,
60- decision_period : 7 * DAYS ,
61- confirm_period : 10 * MINUTES ,
60+ decision_period : DAYS ,
61+ confirm_period : 4 * HOURS ,
6262 min_enactment_period : 10 * MINUTES ,
6363 min_approval : APP_RECIP ,
6464 min_support : SUP_WHITELISTED_CALLER ,
@@ -71,8 +71,8 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 8]
7171 max_deciding : 10 ,
7272 decision_deposit : 10_000_000 * UNITS ,
7373 prepare_period : 60 * MINUTES ,
74- decision_period : 7 * DAYS ,
75- confirm_period : 24 * HOURS ,
74+ decision_period : 3 * DAYS ,
75+ confirm_period : 12 * HOURS ,
7676 min_enactment_period : 10 * MINUTES ,
7777 min_approval : APP_LINEAR_FLAT ,
7878 min_support : SUP_FAST_RECIP ,
@@ -85,7 +85,7 @@ const TRACKS_DATA: [(u16, pallet_referenda::TrackInfo<Balance, BlockNumber>); 8]
8585 max_deciding : 10 ,
8686 decision_deposit : 50_000_000 * UNITS ,
8787 prepare_period : 60 * MINUTES ,
88- decision_period : 7 * DAYS ,
88+ decision_period : 3 * DAYS ,
8989 confirm_period : 3 * HOURS ,
9090 min_enactment_period : 10 * MINUTES ,
9191 min_approval : APP_LINEAR_FLAT ,
0 commit comments