Socket
Socket
Sign inDemoInstall

@chain-registry/client

Package Overview
Dependencies
Maintainers
3
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chain-registry/client - npm Package Compare versions

Comparing version 1.14.2 to 1.15.0

8

CHANGELOG.md

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

# [1.15.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.14.2...@chain-registry/client@1.15.0) (2023-09-15)
**Note:** Version bump only for package @chain-registry/client
## [1.14.2](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/client@1.14.1...@chain-registry/client@1.14.2) (2023-07-30)

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

8

package.json
{
"name": "@chain-registry/client",
"version": "1.14.2",
"version": "1.15.0",
"description": "Chain Registry Client",

@@ -79,8 +79,8 @@ "author": "Dan Lynch <pyramation@gmail.com>",

"@babel/runtime": "^7.21.0",
"@chain-registry/types": "^0.16.0",
"@chain-registry/utils": "^1.13.2",
"@chain-registry/types": "^0.17.0",
"@chain-registry/utils": "^1.14.0",
"bfs-path": "^1.0.2",
"cross-fetch": "^3.1.5"
},
"gitHead": "7643eb9d080056f05ac9284447cfca8d4aaf5470"
"gitHead": "87f2c124ac734e0f47596e39407f5462c94a506b"
}
import { AssetList, Chain, IBCInfo } from '@chain-registry/types';
import { ChainRegistryFetcher } from './fetcher';
export interface ChainInfoOptions {
chain_name: string;
chainName: string;
fetcher: ChainRegistryFetcher;
}
export declare class ChainInfo {
chain_name: string;
chainName: string;
fetcher: ChainRegistryFetcher;
protected _chain: Chain;
protected _asset_list: AssetList;
protected _asset_lists: AssetList[];
protected _ibc_data: IBCInfo[];
protected _assetList: AssetList;
protected _assetLists: AssetList[];
protected _ibcData: IBCInfo[];
constructor(options: ChainInfoOptions);

@@ -15,0 +15,0 @@ refresh(): void;

@@ -5,9 +5,9 @@ import { Asset } from '@chain-registry/types';

export interface ChainRegistryChainUtilOptions {
chain_name: string;
chain_info: ChainInfo;
chainName: string;
chainInfo: ChainInfo;
}
export declare class ChainRegistryChainUtil {
chain_name: string;
chain_info: ChainInfo;
_all_Asset: Asset[];
chainName: string;
chainInfo: ChainInfo;
allAsset: Asset[];
constructor(options: ChainRegistryChainUtilOptions);

@@ -14,0 +14,0 @@ getAssetByDenom(denom: CoinDenom): Asset;

@@ -11,5 +11,5 @@ import { AssetList, Chain, ChainRegistry, IBCInfo } from '@chain-registry/types';

urls: string[];
protected _asset_lists: AssetList[];
protected _assetLists: AssetList[];
protected _chains: Chain[];
protected _ibc_data: IBCInfo[];
protected _ibcData: IBCInfo[];
private chainInfoList;

@@ -16,0 +16,0 @@ constructor(options?: ChainRegistryFetcherOptions);

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc