Skip to content

Commit

Permalink
Add unique network ss58 prefix of 255 (0xFF hex) (#27)
Browse files Browse the repository at this point in the history
* Add unique network ss58 prefix of 255 (0xFF hex)

* Update Cargo.toml

Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
gregzaitsev and bkchr committed Oct 19, 2021
1 parent f3f792b commit fbb9625
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ss58-registry"
authors = ["Parity Technologies <[email protected]>"]
version = "1.1.0"
version = "1.2.0"
edition = "2018"
description = "Registry of known SS58 address types"
license = "Apache-2.0"
Expand Down
9 changes: 9 additions & 0 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,15 @@
"standardAccount": "*25519",
"website": "https://social.network"
},
{
"prefix": 255,
"network": "quartz_mainnet",
"displayName": "QUARTZ by UNIQUE",
"symbols": ["QTZ"],
"decimals": [15],
"standardAccount": "*25519",
"website": "https://unique.network"
},
{
"prefix": 1284,
"network": "moonbeam",
Expand Down

0 comments on commit fbb9625

Please sign in to comment.