From 825975f95336cc262afe76c17dd094aad2f1c05b Mon Sep 17 00:00:00 2001
From: tuxmain <tuxmain@zettascript.org>
Date: Wed, 4 May 2022 18:48:41 +0200
Subject: [PATCH] chore(g1): change SS58 prefix to 4450

---
 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 c949289ae..6b30de42e 100644
--- a/runtime/g1/src/parameters.rs
+++ b/runtime/g1/src/parameters.rs
@@ -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;
 }
 
 /*************/
-- 
GitLab