mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Change SS58Prefixes (#739)
* Workaround for SS58Prefix issues in the UI. * Change prefixes. Co-authored-by: adoerr <0xad@gmx.net>
This commit is contained in:
committed by
Bastian Köcher
parent
b806fb7756
commit
e8b5a53eed
@@ -150,7 +150,7 @@ parameter_types! {
|
||||
read: 60_000_000, // ~0.06 ms = ~60 µs
|
||||
write: 200_000_000, // ~0.2 ms = 200 µs
|
||||
};
|
||||
pub const SS58Prefix: u8 = 86;
|
||||
pub const SS58Prefix: u8 = 60;
|
||||
}
|
||||
|
||||
impl frame_system::Config for Runtime {
|
||||
|
||||
@@ -158,7 +158,7 @@ parameter_types! {
|
||||
read: 60_000_000, // ~0.06 ms = ~60 µs
|
||||
write: 200_000_000, // ~0.2 ms = 200 µs
|
||||
};
|
||||
pub const SS58Prefix: u8 = 84;
|
||||
pub const SS58Prefix: u8 = 48;
|
||||
}
|
||||
|
||||
impl frame_system::Config for Runtime {
|
||||
|
||||
Reference in New Issue
Block a user