Socket
Socket
Sign inDemoInstall

@chain-registry/client

Package Overview
Dependencies
Maintainers
3
Versions
218
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.23.0 to 1.24.0

8

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

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

"@babel/runtime": "^7.21.0",
"@chain-registry/types": "^0.20.0",
"@chain-registry/utils": "^1.21.0",
"@chain-registry/types": "^0.21.0",
"@chain-registry/utils": "^1.22.0",
"bfs-path": "^1.0.2",
"cross-fetch": "^3.1.5"
},
"gitHead": "0b79e2d7b81bef1bf608ddea5bf7698904d2df20"
"gitHead": "0564e62fe08c1ef9356543027b721cf47ed4e94c"
}

@@ -115,3 +115,3 @@ # @chain-registry/client

- `getChain(chainName)`: Returns the `Chain` object for the specified chain name.
- `getChainInfo(chainName)`: Retrieves detailed information about the specified chain, including its configuration, assets, and IBC connections.
- `getChainInfo(chainName)`: Retrieves [`ChainInfo`](#chain-info), an object with detailed information about the specified chain, including its configuration, assets, and IBC connections.
- `getAssetList(chainName)`: Obtains a list of assets available on the specified chain.

@@ -134,3 +134,3 @@ - `getChainAssetList(chainName)`: Returns the `AssetList` for the specified chain.

After fetching the data, you can access detailed information about a specific chain using the `getChainInfo` method. This method returns a comprehensive object containing data about the requested chain, including its assets, IBC connections, and other metadata.
After fetching the data, you can access detailed information about a specific chain using the `getChainInfo` method. This method returns a [`ChainInfo`](#chain-info) object, which contains data about the requested chain, including its assets, IBC connections, and other metadata.

@@ -137,0 +137,0 @@ ```js

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