Skip to content
Snippets Groups Projects
Commit 825975f9 authored by Pascal Engélibert's avatar Pascal Engélibert :bicyclist:
Browse files

chore(g1): change SS58 prefix to 4450

parent 5159922c
No related branches found
No related tags found
1 merge request!107Set SS58 prefix to 4450 for Ğ1 network
......@@ -28,7 +28,7 @@ parameter_types! {
pub BlockWeights: frame_system::limits::BlockWeights = block_weights(2 * WEIGHT_PER_SECOND, NORMAL_DISPATCH_RATIO);
pub BlockLength: frame_system::limits::BlockLength = frame_system::limits::BlockLength
::max_with_normal_ratio(5 * 1024 * 1024, NORMAL_DISPATCH_RATIO);
pub const SS58Prefix: u16 = 3682;
pub const SS58Prefix: u16 = 4450;
}
/*************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment