Skip to content

Commit

Permalink
add Autonomys network (#227)
Browse files Browse the repository at this point in the history
* add Autonomys network

* Remove outdated Subspace entry
  • Loading branch information
dariolina authored Oct 7, 2024
1 parent 85679a7 commit 57344a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.50.0"
version = "1.51.0"
edition = "2021"
description = "Registry of known SS58 address types"
license = "Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1137,12 +1137,12 @@
},
{
"prefix": 6094,
"network": "subspace",
"displayName": "Subspace",
"symbols": ["SSC"],
"network": "autonomys",
"displayName": "Autonomys",
"symbols": ["AI3"],
"decimals": [18],
"standardAccount": "*25519",
"website": "https://subspace.network"
"website": "https://autonomys.xyz"
},
{
"prefix": 7007,
Expand Down

0 comments on commit 57344a5

Please sign in to comment.