@chain-registry/client 1.53.51 → 1.53.52

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -11
  3. package/package.json +7 -7
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
3
  Copyright (c) 2022 Dan Lynch <pyramation@gmail.com>
4
- Copyright (c) 2024 Interweb, Inc. <developers@cosmology.zone>
4
+ Copyright (c) 2024 Interweb, Inc. <developers@hyperweb.io>
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -5,11 +5,11 @@
5
5
  </p>
6
6
 
7
7
  <p align="center" width="100%">
8
- <a href="https://github.com/cosmology-tech/chain-registry/actions/workflows/run-tests.yml">
9
- <img height="20" src="https://github.com/cosmology-tech/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
8
+ <a href="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml">
9
+ <img height="20" src="https://github.com/hyperweb-io/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
10
10
  </a>
11
- <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>
12
- <a href="https://www.npmjs.com/package/@chain-registry/client"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=v1%2Fpackages%2Fclient%2Fpackage.json"></a>
11
+ <a href="https://github.com/hyperweb-io/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
12
+ <a href="https://www.npmjs.com/package/@chain-registry/client"><img height="20" src="https://img.shields.io/github/package-json/v/hyperweb-io/chain-registry?filename=v1%2Fpackages%2Fclient%2Fpackage.json"></a>
13
13
  </p>
14
14
 
15
15
  The `@chain-registry/client` package provides a client for dynamically fetching and managing chain and asset data from the Cosmos chain registry. This tool is essential for developers who need to access up-to-date blockchain information, including asset lists and IBC data.
@@ -252,17 +252,17 @@ const nativeAssetList: AssetList = chainInfo.nativeAssetList;
252
252
 
253
253
  Checkout these related projects:
254
254
 
255
- * [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
255
+ * [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
256
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/cosmology-tech/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/cosmology-tech/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/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
260
- * [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
261
- * [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
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.
262
262
 
263
263
  ## Credits
264
264
 
265
- 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
265
+ 🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
266
266
 
267
267
 
268
268
  ## Disclaimer
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@chain-registry/client",
3
- "version": "1.53.51",
3
+ "version": "1.53.52",
4
4
  "description": "Chain Registry Client",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
- "homepage": "https://github.com/cosmology-tech/chain-registry",
6
+ "homepage": "https://github.com/hyperweb-io/chain-registry",
7
7
  "license": "SEE LICENSE IN LICENSE",
8
8
  "main": "index.js",
9
9
  "module": "esm/index.js",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/cosmology-tech/chain-registry"
17
+ "url": "https://github.com/hyperweb-io/chain-registry"
18
18
  },
19
19
  "bugs": {
20
- "url": "https://github.com/cosmology-tech/chain-registry/issues"
20
+ "url": "https://github.com/hyperweb-io/chain-registry/issues"
21
21
  },
22
22
  "scripts": {
23
23
  "copy": "copyfiles -f LICENSE README.md package.json dist",
@@ -35,8 +35,8 @@
35
35
  "supertest": "6.3.3"
36
36
  },
37
37
  "dependencies": {
38
- "@chain-registry/types": "^0.50.51",
39
- "@chain-registry/utils": "^1.51.51",
38
+ "@chain-registry/types": "^0.50.52",
39
+ "@chain-registry/utils": "^1.51.52",
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": "26c73c48b24213661d651a1e196a3effe1907e08"
50
+ "gitHead": "dcba3310046958e2110c2175eb5024751173c4b9"
51
51
  }