mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 19:38:02 +00:00
remove patract ss58version for it's useless now (#8738)
This commit is contained in:
@@ -540,8 +540,6 @@ ss58_address_format!(
|
||||
(25, "alphaville", "ZERO testnet, standard account (*25519).")
|
||||
JupiterAccount =>
|
||||
(26, "jupiter", "Jupiter testnet, standard account (*25519).")
|
||||
PatractAccount =>
|
||||
(27, "patract", "Patract mainnet, standard account (*25519).")
|
||||
SubsocialAccount =>
|
||||
(28, "subsocial", "Subsocial network, standard account (*25519).")
|
||||
DhiwayAccount =>
|
||||
|
||||
@@ -253,15 +253,6 @@
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://jupiter.patract.io"
|
||||
},
|
||||
{
|
||||
"prefix": 27,
|
||||
"network": "patract",
|
||||
"displayName": "Patract",
|
||||
"symbols": ["pDOT", "pKSM"],
|
||||
"decimals": [10, 12],
|
||||
"standardAccount": "*25519",
|
||||
"website": "https://patract.network"
|
||||
},
|
||||
{
|
||||
"prefix": 28,
|
||||
"network": "subsocial",
|
||||
|
||||
Reference in New Issue
Block a user