git.delta.rocks / unique-network / refs/commits / 730aec0d5871

difftreelog

Remove unneeded quartz comments

Daniel Shiposha2022-03-10parent: #1915e24.patch.diff
in: master

1 file changed

modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
207 .avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO)207 .avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO)
208 .build_or_panic();208 .build_or_panic();
209 pub const Version: RuntimeVersion = VERSION;209 pub const Version: RuntimeVersion = VERSION;
210 /*
211 255 - Quartz
212 42 - Opal
213 */
214 pub const SS58Prefix: u8 = 255;210 pub const SS58Prefix: u8 = 255;
215}211}
216212
217/*
2188880 - Unique
2198881 - Quartz
2208882 - Opal
221*/
222parameter_types! {213parameter_types! {
223 pub const ChainId: u64 = 8881;214 pub const ChainId: u64 = 8881;
224}215}