@chain-registry/assets 1.70.95 → 1.70.97

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 +8 -8
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/assets"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=v1%2Fpackages%2Fassets%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/assets"><img height="20" src="https://img.shields.io/github/package-json/v/hyperweb-io/chain-registry?filename=v1%2Fpackages%2Fassets%2Fpackage.json"></a>
13
13
  </p>
14
14
 
15
15
  Asset lists for the Cosmos ⚛️
@@ -65,17 +65,17 @@ console.log(assetList.assets);
65
65
 
66
66
  Checkout these related projects:
67
67
 
68
- * [@cosmology/telescope](https://github.com/cosmology-tech/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
68
+ * [telescope](https://github.com/hyperweb-io/telescope) Your Frontend Companion for Building with TypeScript with Cosmos SDK Modules.
69
69
  * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) Convert your CosmWasm smart contracts into dev-friendly TypeScript classes.
70
- * [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.
71
- * [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.
72
- * [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) Set up a modern Cosmos app by running one command.
73
- * [interchain-ui](https://github.com/cosmology-tech/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
74
- * [starship](https://github.com/cosmology-tech/starship) Unified Testing and Development for the Interchain.
70
+ * [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.
71
+ * [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.
72
+ * [create-cosmos-app](https://github.com/hyperweb-io/create-cosmos-app) Set up a modern Cosmos app by running one command.
73
+ * [interchain-ui](https://github.com/hyperweb-io/interchain-ui) The Interchain Design System, empowering developers with a flexible, easy-to-use UI kit.
74
+ * [starship](https://github.com/hyperweb-io/starship) Unified Testing and Development for the Interchain.
75
75
 
76
76
  ## Credits
77
77
 
78
- 🛠 Built by Cosmology — if you like our tools, please consider delegating to [our validator ⚛️](https://cosmology.zone/validator)
78
+ 🛠 Built by Hyperweb (formerly Cosmology) — if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
79
79
 
80
80
 
81
81
  ## Disclaimer
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.95",
3
+ "version": "1.70.97",
4
4
  "description": "Chain Registry Asset Lists",
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",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.51",
33
- "chain-registry": "^1.69.95"
32
+ "@chain-registry/utils": "^1.51.53",
33
+ "chain-registry": "^1.69.97"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.51"
36
+ "@chain-registry/types": "^0.50.53"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "26c73c48b24213661d651a1e196a3effe1907e08"
46
+ "gitHead": "8ca3f9eb88cdc393b8ca13faae6c9c22fda8ab51"
47
47
  }