mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 05:38:00 +00:00
adding a ss58 format for SubstraTEE (#4764)
This commit is contained in:
@@ -444,6 +444,8 @@ ss58_address_format!(
|
||||
(7, "edgeware", "Edgeware mainnet, direct checksum, standard account (*25519).")
|
||||
CentrifugeAccountDirect =>
|
||||
(36, "centrifuge", "Centrifuge Chain mainnet, direct checksum, standard account (*25519).")
|
||||
SubstraTeeAccountDirect =>
|
||||
(44, "substratee", "Any SubstraTEE off-chain network private account, direct checksum, standard account (*25519).")
|
||||
);
|
||||
|
||||
/// Set the default "version" (actually, this is a bit of a misnomer and the version byte is
|
||||
|
||||
Reference in New Issue
Block a user