Skip to content

Commit

Permalink
Update ss58
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Aug 30, 2024
1 parent 736656f commit c680ef1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "index.js",
"dependencies": {
"@polkadot/util": "13.0.3-5-x",
"@substrate/ss58-registry": "^1.49.0",
"@substrate/ss58-registry": "^1.50.0",
"tslib": "^2.7.0"
},
"devDependencies": {
Expand Down
17 changes: 15 additions & 2 deletions packages/networks/test/ss58registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -731,15 +731,15 @@
{
"prefix": 63,
"network": "hydradx",
"displayName": "HydraDX",
"displayName": "Hydration",
"symbols": [
"HDX"
],
"decimals": [
12
],
"standardAccount": "*25519",
"website": "https://hydradx.io"
"website": "https://hydration.net"
},
{
"prefix": 65,
Expand Down Expand Up @@ -1417,6 +1417,19 @@
"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
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ __metadata:
dependencies:
"@polkadot/hw-ledger": "npm:13.0.3-5-x"
"@polkadot/util": "npm:13.0.3-5-x"
"@substrate/ss58-registry": "npm:^1.49.0"
"@substrate/ss58-registry": "npm:^1.50.0"
tslib: "npm:^2.7.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2468,10 +2468,10 @@ __metadata:
languageName: node
linkType: hard

"@substrate/ss58-registry@npm:^1.49.0":
version: 1.49.0
resolution: "@substrate/ss58-registry@npm:1.49.0"
checksum: 10/6214c8f8586aefbb67b70bd2f02a9d133cfb15f360d691f1164c192036b59d1e282495e884b7da80a32e54eed1bd2bcc421f571e548a29410a5a50be7b2daa10
"@substrate/ss58-registry@npm:^1.50.0":
version: 1.50.0
resolution: "@substrate/ss58-registry@npm:1.50.0"
checksum: 10/66c096c9027ea4dba748c551e410d21014828311454443f62b0d4d6bdd5f5881fef027c9ed1bf84dc706d33c04242e5ecc09276ae4a52a34f3d818db519b633b
languageName: node
linkType: hard

Expand Down

0 comments on commit c680ef1

Please sign in to comment.