Skip to content

Commit a2fdd15

Browse files
everhuskeverhuskshawntabriziactions-user
authored
Add Social Network (paritytech#8065)
* Add Social Network * Remove TNET * Update ss58-registry.json * Update ss58-registry.json * Update ss58-registry.json * Add back comment Co-authored-by: everhusk <sanghera@everhusk.com> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Github Actions <action@github.com>
1 parent c6ba793 commit a2fdd15

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

primitives/core/src/crypto.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,9 @@ ss58_address_format!(
586586
(65, "aventus", "Aventus Chain mainnet, standard account (*25519).")
587587
CrustAccount =>
588588
(66, "crust", "Crust Network, standard account (*25519).")
589+
SocialAccount =>
590+
(252, "social-network", "Social Network, standard account (*25519).")
589591
// Note: 16384 and above are reserved.
590-
591592
);
592593

593594
/// Set the default "version" (actually, this is a bit of a misnomer and the version byte is

ss58-registry.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,15 @@
477477
"decimals": [12],
478478
"standardAccount": "*25519",
479479
"website": "https://crust.network"
480+
},
481+
{
482+
"prefix": 252,
483+
"network": "social-network",
484+
"displayName": "Social Network",
485+
"symbols": ["NET"],
486+
"decimals": [18],
487+
"standardAccount": "*25519",
488+
"website": "https://social.network"
480489
}
481490
]
482491
}

0 commit comments

Comments
 (0)