diff --git a/Cargo.toml b/Cargo.toml index 83ceb3f..e9c38b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ss58-registry" authors = ["Parity Technologies "] -version = "1.8.1" +version = "1.9.0" edition = "2021" description = "Registry of known SS58 address types" license = "Apache-2.0" diff --git a/ss58-registry.json b/ss58-registry.json index f7aa533..485dc5b 100644 --- a/ss58-registry.json +++ b/ss58-registry.json @@ -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" },