@chain-registry/assets 1.65.9 → 1.65.11

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.
@@ -3980,7 +3980,6 @@ const assets = {
3980
3980
  }],
3981
3981
  socials: {
3982
3982
  github: 'https://github.com/kima-finance',
3983
- linkedin: 'https://www.linkedin.com/company/kimanetwork/',
3984
3983
  medium: 'https://medium.com/@kima_finance',
3985
3984
  telegram: 'https://t.me/kimanetwork',
3986
3985
  twitter: 'https://x.com/KimaNetwork',
@@ -9463,7 +9462,6 @@ const assets = {
9463
9462
  }],
9464
9463
  socials: {
9465
9464
  github: 'https://github.com/kima-finance',
9466
- linkedin: 'https://www.linkedin.com/company/kimanetwork/',
9467
9465
  medium: 'https://medium.com/@kima_finance',
9468
9466
  telegram: 'https://t.me/kimanetwork',
9469
9467
  twitter: 'https://x.com/KimaNetwork',
package/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export * from './testnet';
3
3
  export * from './noncosmos';
4
4
  import asset_lists from './asset_lists';
5
5
  declare const _default: {
6
- asset_lists: AssetList[];
6
+ asset_lists: import("@chain-registry/types").AssetList[];
7
7
  };
8
8
  export default _default;
9
9
  export { asset_lists };
@@ -3982,7 +3982,6 @@ const assets = {
3982
3982
  }],
3983
3983
  socials: {
3984
3984
  github: 'https://github.com/kima-finance',
3985
- linkedin: 'https://www.linkedin.com/company/kimanetwork/',
3986
3985
  medium: 'https://medium.com/@kima_finance',
3987
3986
  telegram: 'https://t.me/kimanetwork',
3988
3987
  twitter: 'https://x.com/KimaNetwork',
@@ -9465,7 +9464,6 @@ const assets = {
9465
9464
  }],
9466
9465
  socials: {
9467
9466
  github: 'https://github.com/kima-finance',
9468
- linkedin: 'https://www.linkedin.com/company/kimanetwork/',
9469
9467
  medium: 'https://medium.com/@kima_finance',
9470
9468
  telegram: 'https://t.me/kimanetwork',
9471
9469
  twitter: 'https://x.com/KimaNetwork',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.65.9",
3
+ "version": "1.65.11",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.47.8",
33
- "chain-registry": "^1.64.9"
32
+ "@chain-registry/utils": "^1.47.9",
33
+ "chain-registry": "^1.64.11"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.46.8"
36
+ "@chain-registry/types": "^0.46.9"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "f42f920cbe6ea00bcf643b44a18eaec6e64ca6ed"
46
+ "gitHead": "28c320b42e4ceedfb363e3ade7969e932100089f"
47
47
  }