Skip to content

Commit 40ebcfd

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 f77ad02 commit 40ebcfd

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
@@ -139,6 +139,7 @@ impl frame_system::Config for Test {
139139
type OnNewAccount = ();
140140
type OnKilledAccount = ();
141141
type SystemWeightInfo = ();
142+
type SS58Prefix = ();
142143
}
143144

144145
// Implement the logger module's `Config` on the Test runtime.

0 commit comments

Comments
 (0)