@juno-network/assets 0.5.1 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # @juno-network/asset
1
+ # @juno-network/assets
2
2
 
3
3
  <p align="center" width="100%">
4
4
  <img height="90" src="https://user-images.githubusercontent.com/545047/184516834-4b8190b0-0721-4778-b4fb-fa19ed3f9279.svg" />
5
5
  </p>
6
6
 
7
7
  <p align="center" width="100%">
8
- <a href="https://github.com/CosmosContracts/typescript/actions/workflows/run-tests.yml">
8
+ <!-- <a href="https://github.com/CosmosContracts/typescript/actions/workflows/run-tests.yml">
9
9
  <img height="20" src="https://github.com/CosmosContracts/typescript/actions/workflows/run-tests.yml/badge.svg" />
10
- </a>
10
+ </a> -->
11
11
  <a href="https://github.com/CosmosContracts/typescript/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
12
12
  <a href="https://www.npmjs.com/package/@juno-network/assets"><img height="20" src="https://img.shields.io/github/package-json/v/CosmosContracts/typescript?filename=packages%2Fassets%2Fpackage.json"></a>
13
13
  </p>
@@ -24,6 +24,8 @@ import { chain, assets, ibc_assets } from '@juno-network/assets';
24
24
 
25
25
  ## Credits
26
26
 
27
+ Built by Cosmology — if you like our tools, please consider delegating to [our validator](https://www.mintscan.io/juno/validators/junovaloper1pr5qgj4jg47lvsnejtfvk78090shvuctgdwdm5)
28
+
27
29
  Code built with the help of these related projects:
28
30
 
29
31
  * [chain-registry](https://github.com/cosmology/chain-registry) an npm module for the official Cosmos chain-registry
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juno-network/assets",
3
- "version": "0.5.1",
3
+ "version": "0.5.6",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/CosmosContracts/typescript",
@@ -77,5 +77,5 @@
77
77
  "dependencies": {
78
78
  "@babel/runtime": "^7.18.3"
79
79
  },
80
- "gitHead": "0350293760f440721ee2fe97e9351422e9192f39"
80
+ "gitHead": "92ee4f33752404bc57c78b25e2ad38a880986206"
81
81
  }