@chain-registry/assets 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/esm/mainnet/osmosis.js +6 -0
- package/esm/mainnet/secretnetwork.js +6 -0
- package/index.d.ts +1 -1
- package/mainnet/osmosis.js +6 -0
- package/mainnet/secretnetwork.js +6 -0
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -17018,6 +17018,9 @@ const assets = {
|
|
|
17018
17018
|
images: [{
|
|
17019
17019
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
17020
17020
|
}],
|
|
17021
|
+
logo_URIs: {
|
|
17022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
17023
|
+
},
|
|
17021
17024
|
traces: [{
|
|
17022
17025
|
type: 'ibc-cw20',
|
|
17023
17026
|
counterparty: {
|
|
@@ -19690,6 +19693,9 @@ const assets = {
|
|
|
19690
19693
|
images: [{
|
|
19691
19694
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19692
19695
|
}],
|
|
19696
|
+
logo_URIs: {
|
|
19697
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19698
|
+
},
|
|
19693
19699
|
traces: [{
|
|
19694
19700
|
type: 'ibc-cw20',
|
|
19695
19701
|
counterparty: {
|
|
@@ -8253,6 +8253,9 @@ const assets = {
|
|
|
8253
8253
|
images: [{
|
|
8254
8254
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
8255
8255
|
}],
|
|
8256
|
+
logo_URIs: {
|
|
8257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
8258
|
+
},
|
|
8256
8259
|
traces: [{
|
|
8257
8260
|
type: 'ibc-cw20',
|
|
8258
8261
|
counterparty: {
|
|
@@ -10852,6 +10855,9 @@ const assets = {
|
|
|
10852
10855
|
images: [{
|
|
10853
10856
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
10854
10857
|
}],
|
|
10858
|
+
logo_URIs: {
|
|
10859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
10860
|
+
},
|
|
10855
10861
|
traces: [{
|
|
10856
10862
|
type: 'ibc-cw20',
|
|
10857
10863
|
counterparty: {
|
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
|
@@ -17020,6 +17020,9 @@ const assets = {
|
|
|
17020
17020
|
images: [{
|
|
17021
17021
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
17022
17022
|
}],
|
|
17023
|
+
logo_URIs: {
|
|
17024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
17025
|
+
},
|
|
17023
17026
|
traces: [{
|
|
17024
17027
|
type: 'ibc-cw20',
|
|
17025
17028
|
counterparty: {
|
|
@@ -19692,6 +19695,9 @@ const assets = {
|
|
|
19692
19695
|
images: [{
|
|
19693
19696
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19694
19697
|
}],
|
|
19698
|
+
logo_URIs: {
|
|
19699
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19700
|
+
},
|
|
19695
19701
|
traces: [{
|
|
19696
19702
|
type: 'ibc-cw20',
|
|
19697
19703
|
counterparty: {
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -8255,6 +8255,9 @@ const assets = {
|
|
|
8255
8255
|
images: [{
|
|
8256
8256
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
8257
8257
|
}],
|
|
8258
|
+
logo_URIs: {
|
|
8259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
8260
|
+
},
|
|
8258
8261
|
traces: [{
|
|
8259
8262
|
type: 'ibc-cw20',
|
|
8260
8263
|
counterparty: {
|
|
@@ -10854,6 +10857,9 @@ const assets = {
|
|
|
10854
10857
|
images: [{
|
|
10855
10858
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
10856
10859
|
}],
|
|
10860
|
+
logo_URIs: {
|
|
10861
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
10862
|
+
},
|
|
10857
10863
|
traces: [{
|
|
10858
10864
|
type: 'ibc-cw20',
|
|
10859
10865
|
counterparty: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.4",
|
|
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.42.
|
|
33
|
-
"chain-registry": "^1.59.
|
|
32
|
+
"@chain-registry/utils": "^1.42.3",
|
|
33
|
+
"chain-registry": "^1.59.4"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.41.
|
|
36
|
+
"@chain-registry/types": "^0.41.3"
|
|
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": "4b879365dbdb9e605f572dd5447068b70651d407"
|
|
47
47
|
}
|