Skip to content

Commit

Permalink
feat : update tangle network address prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
1xstj committed Jan 5, 2024
1 parent 1beedf2 commit f85ff50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
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 <admin@parity.io>"]
version = "1.44.0"
version = "1.45.0"
edition = "2021"
description = "Registry of known SS58 address types"
license = "Apache-2.0"
Expand Down
19 changes: 14 additions & 5 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,13 +1100,13 @@
"website": "https://www.peerplays.com/"
},
{
"prefix": 4006,
"network": "tangle",
"displayName": "Tangle Network",
"symbols": ["TNT"],
"prefix": 3799,
"network": "tangle_testnet",
"displayName": "Tangle Network Testnet",
"symbols": ["tTNT"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://www.webb.tools/"
"website": "https://www.tangle.tools/"
},
{
"prefix": 4450,
Expand All @@ -1126,6 +1126,15 @@
"standardAccount": "*25519",
"website": "https://humanode.io"
},
{
"prefix": 5845,
"network": "tangle",
"displayName": "Tangle Network",
"symbols": ["TNT"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://www.tangle.tools/"
},
{
"prefix": 6094,
"network": "subspace",
Expand Down

0 comments on commit f85ff50

Please sign in to comment.