@chain-registry/client 1.53.57 → 1.53.58

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 +14 -11
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -30,7 +30,7 @@ The `@chain-registry/client` package provides a client for dynamically fetching
30
30
  - [fetch](#fetch)
31
31
  - [Asset Lists](#asset-lists)
32
32
  - [Chain Info](#chain-info)
33
- - [Related Projects](#related)
33
+ - [Stack](#interchain-javascript-stack-️)
34
34
  - [Credits](#credits)
35
35
  - [Disclaimer](#disclaimer)
36
36
 
@@ -248,23 +248,26 @@ const chain: Chain = chainInfo.chain;
248
248
  const nativeAssetList: AssetList = chainInfo.nativeAssetList;
249
249
  ```
250
250
 
251
- ## Related
251
+ ## Interchain JavaScript Stack ⚛️
252
252
 
253
- Checkout these related projects:
253
+ A unified toolkit for building applications and smart contracts in the Interchain ecosystem
254
254
 
255
- * [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
256
- * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
257
- * [chain-registry](https://github.com/hyperweb-io/chain-registry) Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application.
258
- * [cosmos-kit](https://github.com/hyperweb-io/cosmos-kit) Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface.
259
- * [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
260
- * [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
261
- * [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
255
+ | Category | Tools | Description |
256
+ |----------------------|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
257
+ | **Chain Information** | [**Chain Registry**](https://github.com/hyperweb-io/chain-registry), [**Utils**](https://www.npmjs.com/package/@chain-registry/utils), [**Client**](https://www.npmjs.com/package/@chain-registry/client) | Everything from token symbols, logos, and IBC denominations for all assets you want to support in your application. |
258
+ | **Wallet Connectors**| [**Interchain Kit**](https://github.com/hyperweb-io/interchain-kit)<sup>beta</sup>, [**Cosmos Kit**](https://github.com/hyperweb-io/cosmos-kit) | Experience the convenience of connecting with a variety of web3 wallets through a single, streamlined interface. |
259
+ | **Signing Clients** | [**InterchainJS**](https://github.com/hyperweb-io/interchainjs)<sup>beta</sup>, [**CosmJS**](https://github.com/cosmos/cosmjs) | A single, universal signing interface for any network |
260
+ | **SDK Clients** | [**Telescope**](https://github.com/hyperweb-io/telescope) | Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules. |
261
+ | **Starter Kits** | [**Create Interchain App**](https://github.com/hyperweb-io/create-interchain-app)<sup>beta</sup>, [**Create Cosmos App**](https://github.com/hyperweb-io/create-cosmos-app) | Set up a modern Interchain app by running one command. |
262
+ | **UI Kits** | [**Interchain UI**](https://github.com/hyperweb-io/interchain-ui) | The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit. |
263
+ | **Testing Frameworks** | [**Starship**](https://github.com/hyperweb-io/starship) | Unified Testing and Development for the Interchain. |
264
+ | **TypeScript Smart Contracts** | [**Create Hyperweb App**](https://github.com/hyperweb-io/create-hyperweb-app) | Build and deploy full-stack blockchain applications with TypeScript |
265
+ | **CosmWasm Contracts** | [**CosmWasm TS Codegen**](https://github.com/CosmWasm/ts-codegen) | Convert your CosmWasm smart contracts into dev-friendly TypeScript classes. |
262
266
 
263
267
  ## Credits
264
268
 
265
269
  🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
266
270
 
267
-
268
271
  ## Disclaimer
269
272
 
270
273
  AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED “AS IS”, AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/client",
3
- "version": "1.53.57",
3
+ "version": "1.53.58",
4
4
  "description": "Chain Registry Client",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -35,8 +35,8 @@
35
35
  "supertest": "6.3.3"
36
36
  },
37
37
  "dependencies": {
38
- "@chain-registry/types": "^0.50.57",
39
- "@chain-registry/utils": "^1.51.57",
38
+ "@chain-registry/types": "^0.50.58",
39
+ "@chain-registry/utils": "^1.51.58",
40
40
  "bfs-path": "^1.0.2",
41
41
  "cross-fetch": "^3.1.5"
42
42
  },
@@ -47,5 +47,5 @@
47
47
  "interchain",
48
48
  "tokens"
49
49
  ],
50
- "gitHead": "719d06179d4560272a8a6cce8b8efb192b12e497"
50
+ "gitHead": "875d166e41b678d20c6a4d9559eed8313b164c96"
51
51
  }