Skip to content

Commit d744875

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 5c3c65b commit d744875

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
@@ -130,6 +130,7 @@ impl frame_system::Config for Test {
130130
type OnNewAccount = ();
131131
type OnKilledAccount = ();
132132
type SystemWeightInfo = ();
133+
type SS58Prefix = ();
133134
}
134135
impl pallet_balances::Config for Test {
135136
type MaxLocks = ();

0 commit comments

Comments
 (0)