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.
- package/README.md +12 -12
- 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=
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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](
|
|
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.
|
|
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.
|
|
32
|
+
"@chain-registry/utils": "^1.47.15",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.46.
|
|
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": "
|
|
46
|
+
"gitHead": "c7040b92924cd64acd4748bb580d5b1bd90ac401"
|
|
47
47
|
}
|