File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ pub mod fee {
7171 impl WeightToFeePolynomial for WeightToFee {
7272 type Balance = Balance ;
7373 fn polynomial ( ) -> WeightToFeeCoefficients < Self :: Balance > {
74- // in heiko, extrinsic base weight (smallest non-zero weight) is mapped to 2 CENTS
75- let p = super :: currency:: CENTS * 2 ;
74+ // in heiko, extrinsic base weight (smallest non-zero weight) is mapped to 5 CENTS
75+ let p = super :: currency:: CENTS * 5 ;
7676 let q = Balance :: from ( ExtrinsicBaseWeight :: get ( ) ) ;
7777 smallvec ! [ WeightToFeeCoefficient {
7878 degree: 1 ,
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ pub mod fee {
7171 impl WeightToFeePolynomial for WeightToFee {
7272 type Balance = Balance ;
7373 fn polynomial ( ) -> WeightToFeeCoefficients < Self :: Balance > {
74- // in kerria, extrinsic base weight (smallest non-zero weight) is mapped to 2 CENTS
75- let p = super :: currency:: CENTS * 2 ;
74+ // in kerria, extrinsic base weight (smallest non-zero weight) is mapped to 5 CENTS
75+ let p = super :: currency:: CENTS * 5 ;
7676 let q = Balance :: from ( ExtrinsicBaseWeight :: get ( ) ) ;
7777 smallvec ! [ WeightToFeeCoefficient {
7878 degree: 1 ,
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ pub mod fee {
7171 impl WeightToFeePolynomial for WeightToFee {
7272 type Balance = Balance ;
7373 fn polynomial ( ) -> WeightToFeeCoefficients < Self :: Balance > {
74- // in parallel, extrinsic base weight (smallest non-zero weight) is mapped to 2 CENTS
75- let p = super :: currency:: CENTS * 2 ;
74+ // in parallel, extrinsic base weight (smallest non-zero weight) is mapped to 5 CENTS
75+ let p = super :: currency:: CENTS * 5 ;
7676 let q = Balance :: from ( ExtrinsicBaseWeight :: get ( ) ) ;
7777 smallvec ! [ WeightToFeeCoefficient {
7878 degree: 1 ,
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ pub mod fee {
7171 impl WeightToFeePolynomial for WeightToFee {
7272 type Balance = Balance ;
7373 fn polynomial ( ) -> WeightToFeeCoefficients < Self :: Balance > {
74- // in vanilla, extrinsic base weight (smallest non-zero weight) is mapped to 2 CENTS
75- let p = super :: currency:: CENTS * 2 ;
74+ // in vanilla, extrinsic base weight (smallest non-zero weight) is mapped to 5 CENTS
75+ let p = super :: currency:: CENTS * 5 ;
7676 let q = Balance :: from ( ExtrinsicBaseWeight :: get ( ) ) ;
7777 smallvec ! [ WeightToFeeCoefficient {
7878 degree: 1 ,
You can’t perform that action at this time.
0 commit comments