--- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -141,10 +141,10 @@ /// This runtime version. pub const VERSION: RuntimeVersion = RuntimeVersion { - spec_name: create_runtime_str!("nft"), - impl_name: create_runtime_str!("nft"), + spec_name: create_runtime_str!("opal"), + impl_name: create_runtime_str!("opal"), authoring_version: 1, - spec_version: 3, + spec_version: 909000, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,