--- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -161,7 +161,7 @@ spec_name: create_runtime_str!("quartz"), impl_name: create_runtime_str!("quartz"), authoring_version: 1, - spec_version: 917000, + spec_version: 917001, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -248,7 +248,11 @@ .avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO) .build_or_panic(); pub const Version: RuntimeVersion = VERSION; - pub const SS58Prefix: u8 = 42; + /* + 255 - Quartz + 42 - Opal + */ + pub const SS58Prefix: u8 = 255; } /*