Skip to content

Commit

Permalink
Add Genshiro network (#32)
Browse files Browse the repository at this point in the history
* add Genshiro network

* update toml

* update token symbols

* fix decimals

* change Equilibrium prefix 67 -> 100

* change Equilibrium prefix 100 -> 68

* update toml

* update toml

* bump version

* update Equilibrium symbols

Co-authored-by: Игорь Богдановский <[email protected]>
  • Loading branch information
Overseven and Игорь Богдановский authored Dec 6, 2021
1 parent 05e41f5 commit d78ad96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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 <[email protected]>"]
version = "1.8.1"
version = "1.9.0"
edition = "2021"
description = "Registry of known SS58 address types"
license = "Apache-2.0"
Expand Down
13 changes: 11 additions & 2 deletions ss58-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,19 @@
},
{
"prefix": 67,
"network": "genshiro",
"displayName": "Genshiro Network",
"symbols": ["GENS", "EQD", "LPT0"],
"decimals": [9, 9, 9],
"standardAccount": "*25519",
"website": "https://genshiro.equilibrium.io"
},
{
"prefix": 68,
"network": "equilibrium",
"displayName": "Equilibrium Network",
"symbols": ["Unknown", "USD", "EQ", "ETH", "BTC", "EOS", "DOT", "CRV"],
"decimals": [0, 9, 9, 9, 9, 9, 9, 9],
"symbols": ["EQ"],
"decimals": [9],
"standardAccount": "*25519",
"website": "https://equilibrium.io"
},
Expand Down

0 comments on commit d78ad96

Please sign in to comment.