Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit b1f4ef1

Browse files
authored
remove patract ss58version for it's useless now (#8738)
1 parent 22a86fa commit b1f4ef1

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

primitives/core/src/crypto.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,6 @@ ss58_address_format!(
540540
(25, "alphaville", "ZERO testnet, standard account (*25519).")
541541
JupiterAccount =>
542542
(26, "jupiter", "Jupiter testnet, standard account (*25519).")
543-
PatractAccount =>
544-
(27, "patract", "Patract mainnet, standard account (*25519).")
545543
SubsocialAccount =>
546544
(28, "subsocial", "Subsocial network, standard account (*25519).")
547545
DhiwayAccount =>

ss58-registry.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,6 @@
253253
"standardAccount": "*25519",
254254
"website": "https://jupiter.patract.io"
255255
},
256-
{
257-
"prefix": 27,
258-
"network": "patract",
259-
"displayName": "Patract",
260-
"symbols": ["pDOT", "pKSM"],
261-
"decimals": [10, 12],
262-
"standardAccount": "*25519",
263-
"website": "https://patract.network"
264-
},
265256
{
266257
"prefix": 28,
267258
"network": "subsocial",

0 commit comments

Comments
 (0)