Skip to content

Commit

Permalink
Bump @substrate/ss58-registry to 1.49.0 (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Jul 22, 2024
1 parent 7ef452b commit ee0ed25
Show file tree
Hide file tree
Showing 3 changed files with 60 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-1-x",
"@substrate/ss58-registry": "^1.46.0",
"@substrate/ss58-registry": "^1.49.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
56 changes: 54 additions & 2 deletions packages/networks/test/ss58registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@
"TCESS"
],
"decimals": [
12
18
],
"standardAccount": "*25519",
"website": "https://cess.cloud"
Expand All @@ -1754,7 +1754,7 @@
"CESS"
],
"decimals": [
12
18
],
"standardAccount": "*25519",
"website": "https://cess.cloud"
Expand Down Expand Up @@ -1811,6 +1811,19 @@
"standardAccount": "*25519",
"website": "https://nftmart.io"
},
{
"prefix": 12850,
"network": "analog-timechain",
"displayName": "Analog Timechain",
"symbols": [
"ANLOG"
],
"decimals": [
12
],
"standardAccount": "*25519",
"website": "https://analog.one"
},
{
"prefix": 13116,
"network": "bittensor",
Expand All @@ -1836,5 +1849,44 @@
],
"standardAccount": "*25519",
"website": "https://goro.network"
},
{
"prefix": 14998,
"network": "mosaic-chain",
"displayName": "Mosaic Chain",
"symbols": [
"MOS"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://mosaicchain.io"
},
{
"prefix": 29972,
"network": "mythos",
"displayName": "Mythos",
"symbols": [
"MYTH"
],
"decimals": [
18
],
"standardAccount": "secp256k1",
"website": "https://mythos.foundation"
},
{
"prefix": 8888,
"network": "xcavate",
"displayName": "Xcavate Protocol",
"symbols": [
"XCAV"
],
"decimals": [
12
],
"standardAccount": "*25519",
"website": "https://xcavate.io/"
}
]
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ __metadata:
dependencies:
"@polkadot/hw-ledger": "npm:13.0.3-1-x"
"@polkadot/util": "npm:13.0.3-1-x"
"@substrate/ss58-registry": "npm:^1.46.0"
"@substrate/ss58-registry": "npm:^1.49.0"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2456,10 +2456,10 @@ __metadata:
languageName: node
linkType: hard

"@substrate/ss58-registry@npm:^1.46.0":
version: 1.46.0
resolution: "@substrate/ss58-registry@npm:1.46.0"
checksum: 10/464d1f0b3bb382f8ae1f5037ac66c53534a44c95edffa19183ae40012f1c5e5532d9f9ce307b6ac84d0775ae16493353a27d2db31d61133a1677ed904c37f30e
"@substrate/ss58-registry@npm:^1.49.0":
version: 1.49.0
resolution: "@substrate/ss58-registry@npm:1.49.0"
checksum: 10/6214c8f8586aefbb67b70bd2f02a9d133cfb15f360d691f1164c192036b59d1e282495e884b7da80a32e54eed1bd2bcc421f571e548a29410a5a50be7b2daa10
languageName: node
linkType: hard

Expand Down

0 comments on commit ee0ed25

Please sign in to comment.