Skip to content

Commit

Permalink
feat: correct ss58 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza committed Dec 28, 2024
1 parent 6a6ef29 commit 9b271e5
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 83 deletions.
140 changes: 57 additions & 83 deletions node/specs/main.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions runtime/src/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ impl frame_system::Config for Runtime {
/// Specifies how many recent block hashes to keep in storage
/// Older block hashes are pruned when this limit is reached
type BlockHashCount = ConstU64<2400>;
/// The prefix used in the SS58 address format for this chain.
type SS58Prefix = ConstU16<42>;
}

// --- Balances ---
Expand Down

0 comments on commit 9b271e5

Please sign in to comment.