@chain-registry/juno 1.60.2 → 1.60.4
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/assets.js +9 -2
- package/esm/assets.js +9 -2
- package/index.d.ts +5 -5
- package/package.json +4 -4
package/assets.js
CHANGED
|
@@ -1790,7 +1790,10 @@ const assets = {
|
|
|
1790
1790
|
symbol: 'AFA',
|
|
1791
1791
|
images: [{
|
|
1792
1792
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
1793
|
-
}]
|
|
1793
|
+
}],
|
|
1794
|
+
logo_URIs: {
|
|
1795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
1796
|
+
}
|
|
1794
1797
|
},
|
|
1795
1798
|
{
|
|
1796
1799
|
description: 'The token for the Arena DAO',
|
|
@@ -1810,7 +1813,11 @@ const assets = {
|
|
|
1810
1813
|
images: [{
|
|
1811
1814
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
|
|
1812
1815
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
1813
|
-
}]
|
|
1816
|
+
}],
|
|
1817
|
+
logo_URIs: {
|
|
1818
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
|
|
1819
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
|
|
1820
|
+
}
|
|
1814
1821
|
}
|
|
1815
1822
|
]
|
|
1816
1823
|
};
|
package/esm/assets.js
CHANGED
|
@@ -1788,7 +1788,10 @@ const assets = {
|
|
|
1788
1788
|
symbol: 'AFA',
|
|
1789
1789
|
images: [{
|
|
1790
1790
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
1791
|
-
}]
|
|
1791
|
+
}],
|
|
1792
|
+
logo_URIs: {
|
|
1793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
1794
|
+
}
|
|
1792
1795
|
},
|
|
1793
1796
|
{
|
|
1794
1797
|
description: 'The token for the Arena DAO',
|
|
@@ -1808,7 +1811,11 @@ const assets = {
|
|
|
1808
1811
|
images: [{
|
|
1809
1812
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
|
|
1810
1813
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
|
|
1811
|
-
}]
|
|
1814
|
+
}],
|
|
1815
|
+
logo_URIs: {
|
|
1816
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
|
|
1817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
|
|
1818
|
+
}
|
|
1812
1819
|
}
|
|
1813
1820
|
]
|
|
1814
1821
|
};
|
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.60.
|
|
3
|
+
"version": "1.60.4",
|
|
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.59.
|
|
32
|
+
"chain-registry": "^1.59.4"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.41.
|
|
35
|
+
"@chain-registry/types": "^0.41.3"
|
|
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": "4b879365dbdb9e605f572dd5447068b70651d407"
|
|
47
47
|
}
|