Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Merge requests
!107
Set SS58 prefix to 4450 for Ğ1 network
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Set SS58 prefix to 4450 for Ğ1 network
ss58-prefix
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Pascal Engélibert
requested to merge
ss58-prefix
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
As it's merged in the SS58 registry:
https://github.com/paritytech/ss58-registry/pull/102
Edited
2 years ago
by
Éloïs
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
825975f9
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
runtime/g1/src/parameters.rs
+
1
−
1
Options
@@ -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
;
}
/*************/
Loading