From 238e7068b3c73edeabccba38dabda044296fb3fc Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 23 Apr 2024 13:29:17 +0300 Subject: [PATCH] feature(kensetsu): runtime upgrade for kensetsu permissions (#1002) --- pallets/kensetsu/src/migrations.rs | 2 +- runtime/src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pallets/kensetsu/src/migrations.rs b/pallets/kensetsu/src/migrations.rs index 46be6b9908..e0b1c2b7e0 100644 --- a/pallets/kensetsu/src/migrations.rs +++ b/pallets/kensetsu/src/migrations.rs @@ -30,7 +30,7 @@ pub mod init { use crate::*; - use common::PredefinedAssetId::{KEN, KUSD}; + use common::{KEN, KUSD}; use core::marker::PhantomData; use frame_support::log::error; use frame_support::pallet_prelude::Weight; diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index d7a5f77979..ed798a9a24 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -259,10 +259,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("sora-substrate"), impl_name: create_runtime_str!("sora-substrate"), authoring_version: 1, - spec_version: 78, + spec_version: 79, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 78, + transaction_version: 79, state_version: 0, };