@chain-registry/juno 1.64.26 → 1.64.28
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/asset_list.js +2 -2
- package/esm/asset_list.js +2 -2
- package/index.d.ts +5 -5
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -2402,7 +2402,7 @@ const asset_list = {
|
|
|
2402
2402
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2403
2403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
2404
2404
|
theme: {
|
|
2405
|
-
primary_color_hex: '#
|
|
2405
|
+
primary_color_hex: '#db2777'
|
|
2406
2406
|
}
|
|
2407
2407
|
}],
|
|
2408
2408
|
socials: {
|
|
@@ -4300,7 +4300,7 @@ const asset_list = {
|
|
|
4300
4300
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
4301
4301
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
4302
4302
|
theme: {
|
|
4303
|
-
primary_color_hex: '#
|
|
4303
|
+
primary_color_hex: '#db2777'
|
|
4304
4304
|
}
|
|
4305
4305
|
}],
|
|
4306
4306
|
socials: {
|
package/esm/asset_list.js
CHANGED
|
@@ -2400,7 +2400,7 @@ const asset_list = {
|
|
|
2400
2400
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
2401
2401
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
2402
2402
|
theme: {
|
|
2403
|
-
primary_color_hex: '#
|
|
2403
|
+
primary_color_hex: '#db2777'
|
|
2404
2404
|
}
|
|
2405
2405
|
}],
|
|
2406
2406
|
socials: {
|
|
@@ -4298,7 +4298,7 @@ const asset_list = {
|
|
|
4298
4298
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
4299
4299
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
4300
4300
|
theme: {
|
|
4301
|
-
primary_color_hex: '#
|
|
4301
|
+
primary_color_hex: '#db2777'
|
|
4302
4302
|
}
|
|
4303
4303
|
}],
|
|
4304
4304
|
socials: {
|
package/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:
|
|
8
|
-
assets:
|
|
9
|
-
asset_list:
|
|
10
|
-
testnet:
|
|
11
|
-
testnet_assets:
|
|
7
|
+
chain: Chain;
|
|
8
|
+
assets: AssetList;
|
|
9
|
+
asset_list: AssetList;
|
|
10
|
+
testnet: Chain;
|
|
11
|
+
testnet_assets: AssetList;
|
|
12
12
|
};
|
|
13
13
|
export default _default;
|
|
14
14
|
export { asset_list, assets, chain, testnet, testnet_assets };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.28",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"chain-registry": "^1.63.28"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.45.
|
|
35
|
+
"@chain-registry/types": "^0.45.23"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "bfceb38e70c605bc60581aeb16c5236bfacf9624"
|
|
47
47
|
}
|