From 60c922aab4884fdb6d15544c169bdc7e1f5c6af4 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Tue, 28 Sep 2021 17:04:21 +0000 Subject: [PATCH] opal runtime 9090 00 --- --- 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, -- gitstuff