@chain-registry/assets 1.65.10 → 1.65.12
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/esm/mainnet/osmosis.js +0 -2
- package/index.d.ts +1 -1
- package/mainnet/osmosis.js +0 -2
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -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 };
|
package/mainnet/osmosis.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "1.65.12",
|
|
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.
|
|
33
|
-
"chain-registry": "^1.64.
|
|
32
|
+
"@chain-registry/utils": "^1.47.10",
|
|
33
|
+
"chain-registry": "^1.64.12"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.46.
|
|
36
|
+
"@chain-registry/types": "^0.46.10"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "07c49f3d1dee7f81daadd732f7e6e9683abb2ae1"
|
|
47
47
|
}
|