chain-registry 1.64.16 → 1.64.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -12
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
  </a>
17
17
  <br />
18
18
  <a href="https://github.com/cosmology-tech/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
19
- <a href="https://www.npmjs.com/package/chain-registry"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=packages%2Fchain-registry%2Fpackage.json"></a>
19
+ <a href="https://www.npmjs.com/package/chain-registry"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=v1%2Fpackages%2Fchain-registry%2Fpackage.json"></a>
20
20
  </p>
21
21
 
22
22
  The npm package for the Official Cosmos [chain registry](https://github.com/cosmos/chain-registry)
@@ -30,11 +30,11 @@ A unified store of chains info, assets, asset lists, and IBC channels for the Co
30
30
 
31
31
  ## Features
32
32
 
33
- - 🌐 **Dynamic Loading via [ChainRegistryClient](https://github.com/cosmology-tech/chain-registry/tree/main/packages/client)** - Utilize the client for dynamic data fetching.
33
+ - 🌐 **Dynamic Loading via [ChainRegistryClient](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/client)** - Utilize the client for dynamic data fetching.
34
34
  - 📦 **Tree-Shaking Support** - Optimize your bundles and [include only what you need](#tree-shaking-imports-from-chain-registry).
35
35
  - 🔌 **Module Compatibility** - Supports both CommonJS and ES Module formats, ensuring compatibility with various JavaScript environments and tools.
36
- - 🛠 **Utilities for Working with Assets and Chains** - [Comprehensive tools](https://github.com/cosmology-tech/chain-registry/tree/main/packages/client) to manage assets and chains efficiently.
37
- - 🌎 **Pre-generated Asset Lists with IBC Denominations for All Chains** - Access ready-to-use [asset lists](ttps://github.com/cosmology-tech/chain-registry/tree/main/packages/assets) across all chains.
36
+ - 🛠 **Utilities for Working with Assets and Chains** - [Comprehensive tools](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/client) to manage assets and chains efficiently.
37
+ - 🌎 **Pre-generated Asset Lists with IBC Denominations for All Chains** - Access ready-to-use [asset lists](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/assets) across all chains.
38
38
  - 🔄 **Conversions for Keplr, Cosmostation** - Easily convert data for use with Keplr and Cosmostation wallets.
39
39
 
40
40
  ## Usage
@@ -162,35 +162,35 @@ import { assets } from 'chain-registry/noncosmos';
162
162
 
163
163
  ## Packages
164
164
 
165
- #### [chain-registry](../chain-registry)
165
+ #### [chain-registry](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/chain-registry)
166
166
 
167
167
  An npm module for the Official `chain-registry` for the Cosmos ⚛️
168
168
 
169
- #### [@chain-registry/client](../../legacy/client)
169
+ #### [@chain-registry/client](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/client)
170
170
 
171
171
  A Client for `chain-registry` that allows you to dynamically fetch data.
172
172
 
173
- #### [@chain-registry/types](../../legacy/types)
173
+ #### [@chain-registry/types](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/types)
174
174
 
175
175
  Types for `chain-registry`.
176
176
 
177
- #### [@chain-registry/keplr](../keplr)
177
+ #### [@chain-registry/keplr](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/keplr)
178
178
 
179
179
  Keplr integration for the chain-registry returning keplr's `ChainInfo` type from `@chain-registry/types` `Chain` type.
180
180
 
181
- #### [@chain-registry/assets](../../legacy/assets)
181
+ #### [@chain-registry/assets](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/assets)
182
182
 
183
183
  Asset lists for the Cosmos ⚛️
184
184
 
185
- #### [@chain-registry/osmosis](../../legacy/osmosis)
185
+ #### [@chain-registry/osmosis](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/osmosis)
186
186
 
187
187
  Chain Registry info for Osmosis, including asset lists.
188
188
 
189
- #### [@chain-registry/juno](../../legacy/juno)
189
+ #### [@chain-registry/juno](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/juno)
190
190
 
191
191
  Chain Registry info for Juno, including asset lists.
192
192
 
193
- #### [@chain-registry/utils](../../legacy/utils)
193
+ #### [@chain-registry/utils](https://github.com/cosmology-tech/chain-registry/tree/main/v1/packages/utils)
194
194
 
195
195
  Utility functions for `chain-registry`.
196
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.64.16",
3
+ "version": "1.64.17",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.47.14",
32
+ "@chain-registry/utils": "^1.47.15",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.46.14"
36
+ "@chain-registry/types": "^0.46.15"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "e9f9f9807ccb6b789f07fe2c8ba90ab33d77f588"
46
+ "gitHead": "c7040b92924cd64acd4748bb580d5b1bd90ac401"
47
47
  }