diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index e34f5d08ef46..8fefd476e155 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1458,7 +1458,7 @@ pub type SignedExtra = ( pub struct NominationPoolsMigrationV4OldPallet; impl Get for NominationPoolsMigrationV4OldPallet { fn get() -> Perbill { - Perbill::from_percent(25) + Perbill::from_percent(10) } } diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 69ca8fdc9c09..50ff176f91fb 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -1199,7 +1199,7 @@ pub type SignedExtra = ( pub struct NominationPoolsMigrationV4OldPallet; impl Get for NominationPoolsMigrationV4OldPallet { fn get() -> Perbill { - Perbill::from_percent(25) + Perbill::from_percent(100) } }