From 6cc18b8f022f2ae3e2c7d92200d079caa9297e44 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Tue, 3 May 2022 14:23:03 +0200 Subject: [PATCH] feat(g1): set real ss58 prefix --- runtime/g1/src/parameters.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/g1/src/parameters.rs b/runtime/g1/src/parameters.rs index 54617f36f..128b59b27 100644 --- a/runtime/g1/src/parameters.rs +++ b/runtime/g1/src/parameters.rs @@ -28,7 +28,7 @@ parameter_types! { ::with_sensible_defaults(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 = 42; + pub const SS58Prefix: u16 = 3682; } /*************/ -- GitLab