chain-registry
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.3.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.2.0...chain-registry@1.3.0) (2022-10-26) | ||
**Note:** Version bump only for package chain-registry | ||
# [1.2.0](https://github.com/cosmology-tech/chain-registry/compare/chain-registry@1.1.0...chain-registry@1.2.0) (2022-10-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "chain-registry", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Cosmos chain registry ⚛️", | ||
@@ -73,3 +73,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "36c1490330c272c8348ebc147595bd8af848d35d" | ||
"gitHead": "9b6f4980e72f3b1109a9331dd018ba819a5f31fb" | ||
} |
@@ -5,7 +5,7 @@ import assets from './assets'; | ||
declare const _default: { | ||
assets: import("@chain-registry/types").AssetList[]; | ||
chains: import("@chain-registry/types").Chain[]; | ||
ibc: import("@chain-registry/types").IBCInfo[]; | ||
assets: import('@chain-registry/types').AssetList[]; | ||
chains: import('@chain-registry/types').Chain[]; | ||
ibc: import('@chain-registry/types').IBCInfo[]; | ||
}; | ||
export default _default; | ||
export { assets, chains, ibc }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
719059
24779