mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
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:
committed by
GitHub
parent
22139a3c03
commit
a946c3343e
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user