Skip to content
Snippets Groups Projects
Commit 6cc18b8f authored by Éloïs's avatar Éloïs
Browse files

feat(g1): set real ss58 prefix

parent f6b12212
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ parameter_types! { ...@@ -28,7 +28,7 @@ parameter_types! {
::with_sensible_defaults(2 * WEIGHT_PER_SECOND, NORMAL_DISPATCH_RATIO); ::with_sensible_defaults(2 * WEIGHT_PER_SECOND, NORMAL_DISPATCH_RATIO);
pub BlockLength: frame_system::limits::BlockLength = frame_system::limits::BlockLength pub BlockLength: frame_system::limits::BlockLength = frame_system::limits::BlockLength
::max_with_normal_ratio(5 * 1024 * 1024, NORMAL_DISPATCH_RATIO); ::max_with_normal_ratio(5 * 1024 * 1024, NORMAL_DISPATCH_RATIO);
pub const SS58Prefix: u16 = 42; pub const SS58Prefix: u16 = 3682;
} }
/*************/ /*************/
......
  • Maintainer

    @librelois On était partis sur 4450 finalement, j'attendais que ce soit mergé dans le registre SS58 avant de le fixer ici.

  • Éloïs @librelois ·
    Author Owner

    @tuxmain ok dsl, tu peut ouvrir une PR pour corriger ça, de toute façon le runtime g1 ne sera pas utilisé avant longtemps :)

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