Skip to content

Commit

Permalink
feat: Adds VOW chain prefix (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
thadouk authored Aug 21, 2024
1 parent 4f9590d commit 0e88f87
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.49.0"
version = "1.50.0"
edition = "2021"
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 @@ -1018,6 +1018,15 @@
"standardAccount": "*25519",
"website": "https://logion.network"
},
{
"prefix": 2024,
"network": "vow-chain",
"displayName": "Enigmatic Smile",
"symbols": ["VOW"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://www.vow.foundation/"
},
{
"prefix": 2032,
"network": "interlay",
Expand Down

0 comments on commit 0e88f87

Please sign in to comment.