@juno-network/assets 0.5.5 → 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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -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.5",
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": "7e61827e9a0d0160139b08c6c0cf4d8402de5861"
80
+ "gitHead": "92ee4f33752404bc57c78b25e2ad38a880986206"
81
81
  }