diff --git a/substrate/primitives/core/src/crypto.rs b/substrate/primitives/core/src/crypto.rs index 3479fc28c6..f5b7606be5 100644 --- a/substrate/primitives/core/src/crypto.rs +++ b/substrate/primitives/core/src/crypto.rs @@ -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 => diff --git a/substrate/ss58-registry.json b/substrate/ss58-registry.json index 624d0256a8..a0d762f50e 100644 --- a/substrate/ss58-registry.json +++ b/substrate/ss58-registry.json @@ -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",