mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
Add SS58 network identifier for Centrifuge (#4748)
* Add SS58 network identifier for Centrifuge * Bump version
This commit is contained in:
committed by
Bastian Köcher
parent
e0ac148444
commit
4c63766e41
@@ -442,6 +442,8 @@ ss58_address_format!(
|
||||
(16, "kulupu", "Kulupu mainnet, direct checksum, standard account (*25519).")
|
||||
EdgewareAccountDirect =>
|
||||
(7, "edgeware", "Edgeware mainnet, direct checksum, standard account (*25519).")
|
||||
CentrifugeAccountDirect =>
|
||||
(36, "centrifuge", "Centrifuge Chain mainnet, 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