git.delta.rocks / unique-network / refs/commits / 12cd6cb586e3

difftreelog

Quartz ss58

Igor Kozyrev2022-03-02parent: #2b110b5.patch.diff
in: master

1 file changed

modifiedruntime/src/lib.rsdiffbeforeafterboth
161 spec_name: create_runtime_str!("quartz"),161 spec_name: create_runtime_str!("quartz"),
162 impl_name: create_runtime_str!("quartz"),162 impl_name: create_runtime_str!("quartz"),
163 authoring_version: 1,163 authoring_version: 1,
164 spec_version: 917000,164 spec_version: 917001,
165 impl_version: 0,165 impl_version: 0,
166 apis: RUNTIME_API_VERSIONS,166 apis: RUNTIME_API_VERSIONS,
167 transaction_version: 1,167 transaction_version: 1,
248 .avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO)248 .avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO)
249 .build_or_panic();249 .build_or_panic();
250 pub const Version: RuntimeVersion = VERSION;250 pub const Version: RuntimeVersion = VERSION;
251 /*
252 255 - Quartz
253 42 - Opal
254 */
251 pub const SS58Prefix: u8 = 42;255 pub const SS58Prefix: u8 = 255;
252}256}
253257
254/*258/*