Socket
Socket
Sign inDemoInstall

@substrate/ss58-registry

Package Overview
Dependencies
0
Maintainers
20
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.39.0 to 1.40.0

30

cjs/index.js

@@ -615,3 +615,3 @@ // Copyright (C) 2021-2023 Parity Technologies (UK) Ltd.

"network": "composable",
"displayName": "Composable",
"displayName": "Composable Finance",
"symbols": [

@@ -735,3 +735,3 @@ "LAYR"

"network": "aventus",
"displayName": "AvN Mainnet",
"displayName": "Aventus Mainnet",
"symbols": [

@@ -1358,2 +1358,15 @@ "AVT"

{
"prefix": 2021,
"network": "logion",
"displayName": "logion network",
"symbols": [
"LGNT"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://logion.network"
},
{
"prefix": 2032,

@@ -1662,2 +1675,15 @@ "network": "interlay",

{
"prefix": 12155,
"network": "impact",
"displayName": "Impact Protocol Network",
"symbols": [
"BSTY"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://impactprotocol.network/"
},
{
"prefix": 12191,

@@ -1664,0 +1690,0 @@ "network": "nftmart",

@@ -615,3 +615,3 @@ // Copyright (C) 2021-2023 Parity Technologies (UK) Ltd.

"network": "composable",
"displayName": "Composable",
"displayName": "Composable Finance",
"symbols": [

@@ -735,3 +735,3 @@ "LAYR"

"network": "aventus",
"displayName": "AvN Mainnet",
"displayName": "Aventus Mainnet",
"symbols": [

@@ -1358,2 +1358,15 @@ "AVT"

{
"prefix": 2021,
"network": "logion",
"displayName": "logion network",
"symbols": [
"LGNT"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://logion.network"
},
{
"prefix": 2032,

@@ -1662,2 +1675,15 @@ "network": "interlay",

{
"prefix": 12155,
"network": "impact",
"displayName": "Impact Protocol Network",
"symbols": [
"BSTY"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://impactprotocol.network/"
},
{
"prefix": 12191,

@@ -1664,0 +1690,0 @@ "network": "nftmart",

2

package.json
{
"name": "@substrate/ss58-registry",
"version": "1.39.0",
"version": "1.40.0",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "description": "Registry for SS58 account types",

@@ -5,3 +5,3 @@ # SS58 Registry

A list of known [SS58](https://docs.substrate.io/v3/advanced/ss58/) account types as an enum, typically used by the Polkadot, Kusama or Substrate ecosystems.
A list of known [SS58](https://docs.substrate.io/reference/address-formats/) account types as an enum, typically used by the Polkadot, Kusama or Substrate ecosystems.

@@ -8,0 +8,0 @@ These are derived from the [json data file](ss58-registry.json) in this repository which contains entries like this:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc