Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @substrate/ss58-registry to 1.49.0 #1932

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading