Skip to content

Commit

Permalink
set ss58prefix to 42
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Jan 5, 2022
1 parent 447685f commit c7d6c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ parameter_types! {
})
.avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO)
.build_or_panic();
pub const SS58Prefix: u16 = 12191;
pub const SS58Prefix: u16 = 42;
}

const_assert!(NORMAL_DISPATCH_RATIO.deconstruct() >= AVERAGE_ON_INITIALIZE_RATIO.deconstruct());
Expand Down

0 comments on commit c7d6c0d

Please sign in to comment.