Add Social Network (#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>
This commit is contained in:
Sukhveer Sanghera
2021-03-29 19:18:29 +02:00
committed by GitHub
parent 22139a3c03
commit a946c3343e
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -586,8 +586,9 @@ ss58_address_format!(
(65, "aventus", "Aventus Chain mainnet, standard account (*25519).")
CrustAccount =>
(66, "crust", "Crust Network, standard account (*25519).")
SocialAccount =>
(252, "social-network", "Social Network, standard account (*25519).")
// Note: 16384 and above are reserved.
);
/// Set the default "version" (actually, this is a bit of a misnomer and the version byte is
+9
View File
@@ -477,6 +477,15 @@
"decimals": [12],
"standardAccount": "*25519",
"website": "https://crust.network"
},
{
"prefix": 252,
"network": "social-network",
"displayName": "Social Network",
"symbols": ["NET"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://social.network"
}
]
}