@chain-registry/osmosis
Advanced tools
Comparing version 1.26.0 to 1.26.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.26.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.26.0...@chain-registry/osmosis@1.26.1) (2024-01-17) | ||
**Note:** Version bump only for package @chain-registry/osmosis | ||
# [1.26.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.25.1...@chain-registry/osmosis@1.26.0) (2023-12-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@chain-registry/osmosis", | ||
"version": "1.26.0", | ||
"version": "1.26.1", | ||
"description": "Chain Registry info for Osmosis", | ||
@@ -60,3 +60,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"babel-watch": "^7.7.2", | ||
"chain-registry": "^1.25.0", | ||
"chain-registry": "^1.25.1", | ||
"cross-env": "^7.0.2", | ||
@@ -78,3 +78,3 @@ "eslint": "8.38.0", | ||
}, | ||
"gitHead": "c8644d2e748b506abf7e174f2c50bfdb77277ca8" | ||
"gitHead": "a79cc3fbdff2a0eca2f0967dc5a1faa50749a6d4" | ||
} |
@@ -7,9 +7,9 @@ import asset_list from './asset_list'; | ||
declare const _default: { | ||
chain: import('@chain-registry/types').Chain; | ||
assets: import('@chain-registry/types').AssetList; | ||
asset_list: import('@chain-registry/types').AssetList; | ||
testnet: import('@chain-registry/types').Chain; | ||
testnet_assets: import('@chain-registry/types').AssetList; | ||
chain: import("@chain-registry/types").Chain; | ||
assets: import("@chain-registry/types").AssetList; | ||
asset_list: import("@chain-registry/types").AssetList; | ||
testnet: import("@chain-registry/types").Chain; | ||
testnet_assets: import("@chain-registry/types").AssetList; | ||
}; | ||
export default _default; | ||
export { asset_list, assets, chain, testnet, testnet_assets }; |
482921