@juno-network/assets 0.7.0 → 0.7.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -60,4 +60,4 @@ Built by Cosmology — if you like our tools, please consider delegating to [ou
60
60
 
61
61
  Code built with the help of these related projects:
62
62
 
63
- * [chain-registry](https://github.com/cosmology/chain-registry) an npm module for the official Cosmos chain-registry
63
+ * [chain-registry](https://github.com/cosmology-tech/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.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/CosmosContracts/typescript",
@@ -79,5 +79,5 @@
79
79
  "@babel/runtime": "^7.18.3",
80
80
  "@chain-registry/types": "0.5.0"
81
81
  },
82
- "gitHead": "a7ff58dc2fc53644009b4ba8c012da6cda0bfab0"
82
+ "gitHead": "7ad06d49c8f490f1eb41bf0da4f3590dbb0ffef2"
83
83
  }