diff --git a/runtime/bifrost-kusama/src/governance/fellowship.rs b/runtime/bifrost-kusama/src/governance/fellowship.rs index 9f9d31b97..2292d6220 100644 --- a/runtime/bifrost-kusama/src/governance/fellowship.rs +++ b/runtime/bifrost-kusama/src/governance/fellowship.rs @@ -45,9 +45,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "candidates", max_deciding: 10, decision_deposit: 100 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100), @@ -67,9 +67,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "members", max_deciding: 10, decision_deposit: 10 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100), @@ -89,9 +89,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "proficients", max_deciding: 10, decision_deposit: 10 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100), @@ -111,9 +111,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "fellows", max_deciding: 10, decision_deposit: 10 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100), @@ -133,9 +133,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "senior fellows", max_deciding: 10, decision_deposit: 10 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100), @@ -155,9 +155,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "experts", max_deciding: 10, decision_deposit: 1 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100), @@ -177,9 +177,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "senior experts", max_deciding: 10, decision_deposit: 1 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100), @@ -199,9 +199,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "masters", max_deciding: 10, decision_deposit: 1 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100), @@ -221,9 +221,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "senior masters", max_deciding: 10, decision_deposit: 1 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100), @@ -243,9 +243,9 @@ impl pallet_referenda::TracksInfo for TracksInfo { name: "grand masters", max_deciding: 10, decision_deposit: 1 * DOLLARS, - prepare_period: 30 * MINUTES, - decision_period: 7 * DAYS, - confirm_period: 30 * MINUTES, + prepare_period: 1 * MINUTES, + decision_period: 2 * DAYS, + confirm_period: 5 * MINUTES, min_enactment_period: 1 * MINUTES, min_approval: pallet_referenda::Curve::LinearDecreasing { length: Perbill::from_percent(100),