Skip to content

Commit e3fd6c6

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 5c83bab commit e3fd6c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mock.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ impl frame_system::Config for Test {
7878
type OnKilledAccount = ();
7979
type AccountData = pallet_balances::AccountData<u64>;
8080
type SystemWeightInfo = ();
81+
type SS58Prefix = ();
8182
}
8283

8384
impl pallet_balances::Config for Test {

0 commit comments

Comments
 (0)