Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit d78ad96

Browse files
OversevenИгорь Богдановский
andauthored
Add Genshiro network (#32)
* 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: Игорь Богдановский <igor.b@equilibrium.io>
1 parent 05e41f5 commit d78ad96

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

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.8.1"
4+
version = "1.9.0"
55
edition = "2021"
66
description = "Registry of known SS58 address types"
77
license = "Apache-2.0"

ss58-registry.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,19 @@
498498
},
499499
{
500500
"prefix": 67,
501+
"network": "genshiro",
502+
"displayName": "Genshiro Network",
503+
"symbols": ["GENS", "EQD", "LPT0"],
504+
"decimals": [9, 9, 9],
505+
"standardAccount": "*25519",
506+
"website": "https://genshiro.equilibrium.io"
507+
},
508+
{
509+
"prefix": 68,
501510
"network": "equilibrium",
502511
"displayName": "Equilibrium Network",
503-
"symbols": ["Unknown", "USD", "EQ", "ETH", "BTC", "EOS", "DOT", "CRV"],
504-
"decimals": [0, 9, 9, 9, 9, 9, 9, 9],
512+
"symbols": ["EQ"],
513+
"decimals": [9],
505514
"standardAccount": "*25519",
506515
"website": "https://equilibrium.io"
507516
},

0 commit comments

Comments
 (0)