@juno-network/assets 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/types/index.d.ts +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juno-network/assets",
3
- "version": "0.11.0",
3
+ "version": "0.11.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",
@@ -75,5 +75,5 @@
75
75
  "@babel/runtime": "^7.19.0",
76
76
  "@chain-registry/types": "0.11.0"
77
77
  },
78
- "gitHead": "57466e5a47257f50b42bc5c78bd7ed438379bf56"
78
+ "gitHead": "6cda1181da55359dceb211b734c91207548da992"
79
79
  }
package/types/index.d.ts CHANGED
@@ -4,11 +4,11 @@ import chain from './chain';
4
4
  import testnet from './testnet';
5
5
  import testnet_assets from './testnet_assets';
6
6
  declare const _default: {
7
- chain: import("@chain-registry/types").Chain;
8
- assets: import("@chain-registry/types").AssetList;
9
- asset_list: import("@chain-registry/types").AssetList;
10
- testnet: import("@chain-registry/types").Chain;
11
- testnet_assets: import("@chain-registry/types").AssetList;
7
+ chain: import('@chain-registry/types').Chain;
8
+ assets: import('@chain-registry/types').AssetList;
9
+ asset_list: import('@chain-registry/types').AssetList;
10
+ testnet: import('@chain-registry/types').Chain;
11
+ testnet_assets: import('@chain-registry/types').AssetList;
12
12
  };
13
13
  export default _default;
14
14
  export { asset_list, assets, chain, testnet, testnet_assets };