difftreelog
opal runtime 9090 00
in: master
1 file changed
runtime/src/lib.rsdiffbeforeafterboth141141142/// This runtime version.142/// This runtime version.143pub const VERSION: RuntimeVersion = RuntimeVersion {143pub const VERSION: RuntimeVersion = RuntimeVersion {144 spec_name: create_runtime_str!("nft"),144 spec_name: create_runtime_str!("opal"),145 impl_name: create_runtime_str!("nft"),145 impl_name: create_runtime_str!("opal"),146 authoring_version: 1,146 authoring_version: 1,147 spec_version: 3,147 spec_version: 909000,148 impl_version: 1,148 impl_version: 1,149 apis: RUNTIME_API_VERSIONS,149 apis: RUNTIME_API_VERSIONS,150 transaction_version: 1,150 transaction_version: 1,