git.delta.rocks / unique-network / refs/commits / 6d40a57a360c

difftreelog

fix manual merge

Igor Kozyrev2022-03-30parent: #a52d1da.patch.diff
in: master

1 file changed

modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
216 .avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO)216 .avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO)
217 .build_or_panic();217 .build_or_panic();
218 pub const Version: RuntimeVersion = VERSION;218 pub const Version: RuntimeVersion = VERSION;
219 /*
220 255 - Quartz
221 42 - Opal
222 */
223 pub const SS58Prefix: u8 = 255;219 pub const SS58Prefix: u8 = 42;
224}220}
225221
226parameter_types! {222parameter_types! {
227 pub const ChainId: u64 = 8881;223 pub const ChainId: u64 = 8882;
228}224}
229225
230pub struct FixedFee;226pub struct FixedFee;