Skip to content

Commit 3175f07

Browse files
authored
Update for Totem & Kapex Parachain (related to Issue paritytech#44) (paritytech#45)
1 parent fe9fb42 commit 3175f07

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ss58-registry"
33
authors = ["Parity Technologies <admin@parity.io>"]
4-
version = "1.6.0"
4+
version = "1.7.0"
55
edition = "2021"
66
description = "Registry of known SS58 address types"
77
license = "Apache-2.0"

ss58-registry.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"prefix": 14,
141141
"network": "totem",
142142
"displayName": "Totem",
143-
"symbols": ["XTX"],
143+
"symbols": ["TOTEM"],
144144
"decimals": [0],
145145
"standardAccount": "*25519",
146146
"website": "https://totemaccounting.com"
@@ -667,6 +667,15 @@
667667
"standardAccount": "secp256k1",
668668
"website": "https://moonbeam.network"
669669
},
670+
{
671+
"prefix": 2007,
672+
"network": "kapex",
673+
"displayName": "Kapex",
674+
"symbols": ["KAPEX"],
675+
"decimals": [12],
676+
"standardAccount": "*25519",
677+
"website": "https://totemaccounting.com"
678+
},
670679
{
671680
"prefix": 2254,
672681
"network": "subspace_testnet",

0 commit comments

Comments
 (0)