git.delta.rocks / unique-network / refs/commits / 1915e24c9d77

difftreelog

Fix unique ss58prefix, remove unneeded comments

Daniel Shiposha2022-03-10parent: #26894c0.patch.diff
in: master

1 file changed

modifiedruntime/unique/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 FIXME - Unique
212 255 - Quartz
213 42 - Opal
214 */
215 pub const SS58Prefix: u8 = 255; // FIXME set valid valud for the Unique runtime210 pub const SS58Prefix: u8 = 7391;
216}211}
217212
218/*
2198880 - Unique
2208881 - Quartz
2218882 - Opal
222*/
223parameter_types! {213parameter_types! {
224 pub const ChainId: u64 = 8880;214 pub const ChainId: u64 = 8880;
225}215}