You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@chain-registry/types

Package Overview
Dependencies
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.1 to 0.18.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [0.18.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.17.1...@chain-registry/types@0.18.0) (2024-01-25)
**Note:** Version bump only for package @chain-registry/types
## [0.17.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/types@0.17.0...@chain-registry/types@0.17.1) (2023-12-15)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@chain-registry/types",
"version": "0.17.1",
"version": "0.18.0",
"description": "Chain Registry types",

@@ -75,3 +75,3 @@ "author": "Dan Lynch <pyramation@gmail.com>",

},
"gitHead": "4be96c12e66434cf3fd49ab5dc00102ccc8de551"
"gitHead": "69ca524d80a3672ec13f30c8fd0026208c5c5ec0"
}

@@ -84,2 +84,6 @@ export interface AssetDenomUnit {

export interface LogoImage {
image_sync?: {
chain_name: string;
base_denom: string;
};
png?: string;

@@ -86,0 +90,0 @@ svg?: string;

@@ -6,2 +6,3 @@ export interface Chain {

status: string;
description?: string;
network_type: string;

@@ -8,0 +9,0 @@ update_link?: string;

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc