Skip to content

Commit b3f1e0b

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 c8886cf commit b3f1e0b

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
@@ -63,6 +63,7 @@ impl frame_system::Config for Test {
6363
type OnNewAccount = ();
6464
type OnKilledAccount = ();
6565
type SystemWeightInfo = ();
66+
type SS58Prefix = ();
6667
}
6768
parameter_types! {
6869
pub const ExistentialDeposit: u64 = 1;

0 commit comments

Comments
 (0)