Skip to content

Commit 4d74884

Browse files
authored
Define ss58 prefix inside the runtime (#7810)
* Add SS58Prefix type to the frame_system config trait * Remove unused chain_id runtime interface
1 parent 77da0d2 commit 4d74884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ mod tests {
335335
type OnNewAccount = ();
336336
type OnKilledAccount = ();
337337
type SystemWeightInfo = ();
338+
type SS58Prefix = ();
338339
}
339340
parameter_types! {
340341
pub const MinimumPeriod: u64 = 5;

0 commit comments

Comments
 (0)