@chain-registry/juno 1.64.78 → 1.64.80
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 +6 -2
- package/esm/asset_list.js +6 -2
- package/index.d.ts +5 -5
- package/package.json +4 -4
package/asset_list.js
CHANGED
|
@@ -2202,7 +2202,9 @@ const asset_list = {
|
|
|
2202
2202
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2203
2203
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2204
2204
|
theme: {
|
|
2205
|
-
|
|
2205
|
+
circle: true,
|
|
2206
|
+
primary_color_hex: '#E59636',
|
|
2207
|
+
background_color_hex: '#000000'
|
|
2206
2208
|
}
|
|
2207
2209
|
}],
|
|
2208
2210
|
socials: {
|
|
@@ -4063,7 +4065,9 @@ const asset_list = {
|
|
|
4063
4065
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4064
4066
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4065
4067
|
theme: {
|
|
4066
|
-
|
|
4068
|
+
circle: true,
|
|
4069
|
+
primary_color_hex: '#E59636',
|
|
4070
|
+
background_color_hex: '#000000'
|
|
4067
4071
|
}
|
|
4068
4072
|
}],
|
|
4069
4073
|
socials: {
|
package/esm/asset_list.js
CHANGED
|
@@ -2200,7 +2200,9 @@ const asset_list = {
|
|
|
2200
2200
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2201
2201
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2202
2202
|
theme: {
|
|
2203
|
-
|
|
2203
|
+
circle: true,
|
|
2204
|
+
primary_color_hex: '#E59636',
|
|
2205
|
+
background_color_hex: '#000000'
|
|
2204
2206
|
}
|
|
2205
2207
|
}],
|
|
2206
2208
|
socials: {
|
|
@@ -4061,7 +4063,9 @@ const asset_list = {
|
|
|
4061
4063
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
4062
4064
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
4063
4065
|
theme: {
|
|
4064
|
-
|
|
4066
|
+
circle: true,
|
|
4067
|
+
primary_color_hex: '#E59636',
|
|
4068
|
+
background_color_hex: '#000000'
|
|
4065
4069
|
}
|
|
4066
4070
|
}],
|
|
4067
4071
|
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: Chain;
|
|
8
|
-
assets: AssetList;
|
|
9
|
-
asset_list: AssetList;
|
|
10
|
-
testnet: Chain;
|
|
11
|
-
testnet_assets: 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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.80",
|
|
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.80"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.45.
|
|
35
|
+
"@chain-registry/types": "^0.45.63"
|
|
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": "74194a078fc42fe8f770372a2ea9f571dc289435"
|
|
47
47
|
}
|