Skip to content

Commit 0e88409

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 37b424a commit 0e88409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ impl frame_system::Config for Test {
8080
type OnNewAccount = ();
8181
type OnKilledAccount = ();
8282
type SystemWeightInfo = ();
83+
type SS58Prefix = ();
8384
}
8485
parameter_types! {
8586
pub const ExistentialDeposit: u64 = 1;

0 commit comments

Comments
 (0)