Skip to content

Commit

Permalink
Merge pull request #139 from InvArch/gabriel-fix_ss58
Browse files Browse the repository at this point in the history
Set SS58Prefix to 117
  • Loading branch information
arrudagates authored Jan 4, 2024
2 parents 121deff + d737762 commit c5c57ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invarch/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("invarch"),
impl_name: create_runtime_str!("invarch"),
authoring_version: 1,
spec_version: 3,
spec_version: 4,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down Expand Up @@ -217,7 +217,7 @@ parameter_types! {
})
.avg_block_initialization(AVERAGE_ON_INITIALIZE_RATIO)
.build_or_panic();
pub const SS58Prefix: u16 = 42;
pub const SS58Prefix: u16 = 117;
}

// Configure FRAME pallets to include in runtime.
Expand Down

0 comments on commit c5c57ba

Please sign in to comment.