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

Commit

Permalink
remove patract ss58version for it's useless now (#8738)
Browse files Browse the repository at this point in the history
  • Loading branch information
atenjin authored May 5, 2021
1 parent 22a86fa commit b1f4ef1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions primitives/core/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 =>
Expand Down
9 changes: 0 additions & 9 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b1f4ef1

Please sign in to comment.