@chain-registry/assets 1.15.0 → 1.16.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.16.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.15.0...@chain-registry/assets@1.16.0) (2023-06-27)
7
+
8
+ **Note:** Version bump only for package @chain-registry/assets
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.15.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.14.0...@chain-registry/assets@1.15.0) (2023-05-24)
7
15
 
8
16
  **Note:** Version bump only for package @chain-registry/assets
package/README.md CHANGED
@@ -60,6 +60,16 @@ console.log(assetList.assets);
60
60
  }
61
61
  ]
62
62
  ```
63
+ ## Related
64
+
65
+ Checkout these related projects:
66
+
67
+ * [@cosmwasm/ts-codegen](https://github.com/CosmWasm/ts-codegen) for generated CosmWasm contract Typescript classes
68
+ * [@osmonauts/telescope](https://github.com/osmosis-labs/telescope) a "babel for the Cosmos", Telescope is a TypeScript Transpiler for Cosmos Protobufs.
69
+ * [chain-registry](https://github.com/cosmology-tech/chain-registry) an npm module for the official Cosmos chain-registry.
70
+ * [cosmos-kit](https://github.com/cosmology-tech/cosmos-kit) A wallet connector for the Cosmos ⚛️
71
+ * [create-cosmos-app](https://github.com/cosmology-tech/create-cosmos-app) set up a modern Cosmos app by running one command.
72
+ * [starship](https://github.com/cosmology-tech/starship) a k8s-based unified development environment for Cosmos Ecosystem
63
73
 
64
74
  ## Credits
65
75