@@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
174
174
spec_name : create_runtime_str ! ( "shiden" ) ,
175
175
impl_name : create_runtime_str ! ( "shiden" ) ,
176
176
authoring_version : 1 ,
177
- spec_version : 133 ,
177
+ spec_version : 134 ,
178
178
impl_version : 0 ,
179
179
apis : RUNTIME_API_VERSIONS ,
180
180
transaction_version : 3 ,
@@ -746,7 +746,7 @@ impl pallet_contracts::Config for Runtime {
746
746
type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent ;
747
747
type Debug = ( ) ;
748
748
type Environment = ( ) ;
749
- type Migrations = ( pallet_contracts :: migration :: v16 :: Migration < Runtime > , ) ;
749
+ type Migrations = ( ) ;
750
750
type Xcm = ( ) ;
751
751
type UploadOrigin = EnsureSigned < <Self as frame_system:: Config >:: AccountId > ;
752
752
type InstantiateOrigin = EnsureSigned < <Self as frame_system:: Config >:: AccountId > ;
@@ -1329,19 +1329,7 @@ parameter_types! {
1329
1329
pub type Migrations = ( Unreleased , Permanent ) ;
1330
1330
1331
1331
/// Unreleased migrations. Add new ones here:
1332
- pub type Unreleased = (
1333
- // dApp-staking dyn tier threshold migrations
1334
- pallet_dapp_staking:: migration:: versioned_migrations:: V7ToV8 <
1335
- Runtime ,
1336
- TierThresholds ,
1337
- ThresholdVariationPercentage ,
1338
- > ,
1339
- frame_support:: migrations:: RemovePallet <
1340
- DmpQueuePalletName ,
1341
- <Runtime as frame_system:: Config >:: DbWeight ,
1342
- > ,
1343
- pallet_contracts:: Migration < Runtime > ,
1344
- ) ;
1332
+ pub type Unreleased = ( ) ;
1345
1333
1346
1334
/// Migrations/checks that do not need to be versioned and can run on every upgrade.
1347
1335
pub type Permanent = ( pallet_xcm:: migration:: MigrateToLatestXcmVersion < Runtime > , ) ;
0 commit comments