@chain-registry/osmosis 0.6.0 → 0.7.2
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/CHANGELOG.md +24 -0
- package/README.md +1 -1
- package/main/asset_list.js +173 -144
- package/main/index.js +19 -1
- package/main/testnet.js +90 -0
- package/main/testnet_assets.js +52 -0
- package/module/asset_list.js +173 -144
- package/module/index.js +6 -2
- package/module/testnet.js +83 -0
- package/module/testnet_assets.js +45 -0
- package/package.json +5 -5
- package/types/index.d.ts +8 -4
- package/types/testnet.d.ts +3 -0
- package/types/testnet_assets.d.ts +3 -0
package/module/asset_list.js
CHANGED
|
@@ -19,7 +19,7 @@ const asset_list = {
|
|
|
19
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
20
20
|
},
|
|
21
21
|
coingecko_id: 'akash-network',
|
|
22
|
-
|
|
22
|
+
traces: [{
|
|
23
23
|
type: 'ibc',
|
|
24
24
|
counterparty: {
|
|
25
25
|
channel: 'channel-9',
|
|
@@ -48,7 +48,7 @@ const asset_list = {
|
|
|
48
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png'
|
|
49
49
|
},
|
|
50
50
|
coingecko_id: 'assetmantle',
|
|
51
|
-
|
|
51
|
+
traces: [{
|
|
52
52
|
type: 'ibc',
|
|
53
53
|
counterparty: {
|
|
54
54
|
channel: 'channel-0',
|
|
@@ -78,7 +78,7 @@ const asset_list = {
|
|
|
78
78
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
79
79
|
},
|
|
80
80
|
coingecko_id: 'axelar-network',
|
|
81
|
-
|
|
81
|
+
traces: [{
|
|
82
82
|
type: 'ibc',
|
|
83
83
|
counterparty: {
|
|
84
84
|
channel: 'channel-3',
|
|
@@ -108,7 +108,7 @@ const asset_list = {
|
|
|
108
108
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
109
109
|
},
|
|
110
110
|
coingecko_id: 'usd-coin',
|
|
111
|
-
|
|
111
|
+
traces: [{
|
|
112
112
|
type: 'ibc',
|
|
113
113
|
counterparty: {
|
|
114
114
|
channel: 'channel-3',
|
|
@@ -138,7 +138,7 @@ const asset_list = {
|
|
|
138
138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
|
139
139
|
},
|
|
140
140
|
coingecko_id: 'frax',
|
|
141
|
-
|
|
141
|
+
traces: [{
|
|
142
142
|
type: 'ibc',
|
|
143
143
|
counterparty: {
|
|
144
144
|
channel: 'channel-3',
|
|
@@ -168,7 +168,7 @@ const asset_list = {
|
|
|
168
168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png'
|
|
169
169
|
},
|
|
170
170
|
coingecko_id: 'dai',
|
|
171
|
-
|
|
171
|
+
traces: [{
|
|
172
172
|
type: 'ibc',
|
|
173
173
|
counterparty: {
|
|
174
174
|
channel: 'channel-3',
|
|
@@ -198,7 +198,7 @@ const asset_list = {
|
|
|
198
198
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png'
|
|
199
199
|
},
|
|
200
200
|
coingecko_id: 'tether',
|
|
201
|
-
|
|
201
|
+
traces: [{
|
|
202
202
|
type: 'ibc',
|
|
203
203
|
counterparty: {
|
|
204
204
|
channel: 'channel-3',
|
|
@@ -227,7 +227,7 @@ const asset_list = {
|
|
|
227
227
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
228
228
|
},
|
|
229
229
|
coingecko_id: 'weth',
|
|
230
|
-
|
|
230
|
+
traces: [{
|
|
231
231
|
type: 'ibc',
|
|
232
232
|
counterparty: {
|
|
233
233
|
channel: 'channel-3',
|
|
@@ -256,7 +256,7 @@ const asset_list = {
|
|
|
256
256
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
257
257
|
},
|
|
258
258
|
coingecko_id: 'wrapped-bitcoin',
|
|
259
|
-
|
|
259
|
+
traces: [{
|
|
260
260
|
type: 'ibc',
|
|
261
261
|
counterparty: {
|
|
262
262
|
channel: 'channel-3',
|
|
@@ -285,7 +285,7 @@ const asset_list = {
|
|
|
285
285
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
286
286
|
},
|
|
287
287
|
coingecko_id: 'aave',
|
|
288
|
-
|
|
288
|
+
traces: [{
|
|
289
289
|
type: 'ibc',
|
|
290
290
|
counterparty: {
|
|
291
291
|
channel: 'channel-3',
|
|
@@ -314,7 +314,7 @@ const asset_list = {
|
|
|
314
314
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
315
315
|
},
|
|
316
316
|
coingecko_id: 'apecoin',
|
|
317
|
-
|
|
317
|
+
traces: [{
|
|
318
318
|
type: 'ibc',
|
|
319
319
|
counterparty: {
|
|
320
320
|
channel: 'channel-3',
|
|
@@ -345,7 +345,7 @@ const asset_list = {
|
|
|
345
345
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
346
346
|
},
|
|
347
347
|
coingecko_id: 'axie-infinity',
|
|
348
|
-
|
|
348
|
+
traces: [{
|
|
349
349
|
type: 'ibc',
|
|
350
350
|
counterparty: {
|
|
351
351
|
channel: 'channel-3',
|
|
@@ -375,7 +375,7 @@ const asset_list = {
|
|
|
375
375
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
376
376
|
},
|
|
377
377
|
coingecko_id: 'chainlink',
|
|
378
|
-
|
|
378
|
+
traces: [{
|
|
379
379
|
type: 'ibc',
|
|
380
380
|
counterparty: {
|
|
381
381
|
channel: 'channel-3',
|
|
@@ -404,7 +404,7 @@ const asset_list = {
|
|
|
404
404
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
405
405
|
},
|
|
406
406
|
coingecko_id: 'maker',
|
|
407
|
-
|
|
407
|
+
traces: [{
|
|
408
408
|
type: 'ibc',
|
|
409
409
|
counterparty: {
|
|
410
410
|
channel: 'channel-3',
|
|
@@ -433,7 +433,7 @@ const asset_list = {
|
|
|
433
433
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
|
434
434
|
},
|
|
435
435
|
coingecko_id: 'rai',
|
|
436
|
-
|
|
436
|
+
traces: [{
|
|
437
437
|
type: 'ibc',
|
|
438
438
|
counterparty: {
|
|
439
439
|
channel: 'channel-3',
|
|
@@ -462,7 +462,7 @@ const asset_list = {
|
|
|
462
462
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
463
463
|
},
|
|
464
464
|
coingecko_id: 'shiba-inu',
|
|
465
|
-
|
|
465
|
+
traces: [{
|
|
466
466
|
type: 'ibc',
|
|
467
467
|
counterparty: {
|
|
468
468
|
channel: 'channel-3',
|
|
@@ -491,7 +491,7 @@ const asset_list = {
|
|
|
491
491
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
|
|
492
492
|
},
|
|
493
493
|
coingecko_id: 'staked-ether',
|
|
494
|
-
|
|
494
|
+
traces: [{
|
|
495
495
|
type: 'ibc',
|
|
496
496
|
counterparty: {
|
|
497
497
|
channel: 'channel-3',
|
|
@@ -520,7 +520,7 @@ const asset_list = {
|
|
|
520
520
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
521
521
|
},
|
|
522
522
|
coingecko_id: 'uniswap',
|
|
523
|
-
|
|
523
|
+
traces: [{
|
|
524
524
|
type: 'ibc',
|
|
525
525
|
counterparty: {
|
|
526
526
|
channel: 'channel-3',
|
|
@@ -549,7 +549,7 @@ const asset_list = {
|
|
|
549
549
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
550
550
|
},
|
|
551
551
|
coingecko_id: 'chain-2',
|
|
552
|
-
|
|
552
|
+
traces: [{
|
|
553
553
|
type: 'ibc',
|
|
554
554
|
counterparty: {
|
|
555
555
|
channel: 'channel-3',
|
|
@@ -579,7 +579,7 @@ const asset_list = {
|
|
|
579
579
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
|
580
580
|
},
|
|
581
581
|
coingecko_id: 'polkadot',
|
|
582
|
-
|
|
582
|
+
traces: [{
|
|
583
583
|
type: 'ibc',
|
|
584
584
|
counterparty: {
|
|
585
585
|
channel: 'channel-3',
|
|
@@ -609,7 +609,7 @@ const asset_list = {
|
|
|
609
609
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
610
610
|
},
|
|
611
611
|
coingecko_id: 'wrapped-moonbeam',
|
|
612
|
-
|
|
612
|
+
traces: [{
|
|
613
613
|
type: 'ibc',
|
|
614
614
|
counterparty: {
|
|
615
615
|
channel: 'channel-3',
|
|
@@ -639,7 +639,7 @@ const asset_list = {
|
|
|
639
639
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
640
640
|
},
|
|
641
641
|
coingecko_id: 'band-protocol',
|
|
642
|
-
|
|
642
|
+
traces: [{
|
|
643
643
|
type: 'ibc',
|
|
644
644
|
counterparty: {
|
|
645
645
|
channel: 'channel-83',
|
|
@@ -669,7 +669,7 @@ const asset_list = {
|
|
|
669
669
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
670
670
|
},
|
|
671
671
|
coingecko_id: 'bitcanna',
|
|
672
|
-
|
|
672
|
+
traces: [{
|
|
673
673
|
type: 'ibc',
|
|
674
674
|
counterparty: {
|
|
675
675
|
channel: 'channel-1',
|
|
@@ -700,7 +700,7 @@ const asset_list = {
|
|
|
700
700
|
},
|
|
701
701
|
type_asset: 'sdk.coin',
|
|
702
702
|
coingecko_id: 'bitsong',
|
|
703
|
-
|
|
703
|
+
traces: [{
|
|
704
704
|
type: 'ibc',
|
|
705
705
|
counterparty: {
|
|
706
706
|
channel: 'channel-0',
|
|
@@ -728,7 +728,7 @@ const asset_list = {
|
|
|
728
728
|
logo_URIs: {
|
|
729
729
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
|
730
730
|
},
|
|
731
|
-
|
|
731
|
+
traces: [{
|
|
732
732
|
type: 'ibc',
|
|
733
733
|
counterparty: {
|
|
734
734
|
channel: 'channel-0',
|
|
@@ -756,7 +756,7 @@ const asset_list = {
|
|
|
756
756
|
logo_URIs: {
|
|
757
757
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
|
|
758
758
|
},
|
|
759
|
-
|
|
759
|
+
traces: [{
|
|
760
760
|
type: 'ibc',
|
|
761
761
|
counterparty: {
|
|
762
762
|
channel: 'channel-0',
|
|
@@ -784,7 +784,7 @@ const asset_list = {
|
|
|
784
784
|
logo_URIs: {
|
|
785
785
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
|
|
786
786
|
},
|
|
787
|
-
|
|
787
|
+
traces: [{
|
|
788
788
|
type: 'ibc',
|
|
789
789
|
counterparty: {
|
|
790
790
|
channel: 'channel-0',
|
|
@@ -812,7 +812,7 @@ const asset_list = {
|
|
|
812
812
|
logo_URIs: {
|
|
813
813
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
|
|
814
814
|
},
|
|
815
|
-
|
|
815
|
+
traces: [{
|
|
816
816
|
type: 'ibc',
|
|
817
817
|
counterparty: {
|
|
818
818
|
channel: 'channel-0',
|
|
@@ -840,7 +840,7 @@ const asset_list = {
|
|
|
840
840
|
logo_URIs: {
|
|
841
841
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
|
|
842
842
|
},
|
|
843
|
-
|
|
843
|
+
traces: [{
|
|
844
844
|
type: 'ibc',
|
|
845
845
|
counterparty: {
|
|
846
846
|
channel: 'channel-0',
|
|
@@ -868,7 +868,7 @@ const asset_list = {
|
|
|
868
868
|
logo_URIs: {
|
|
869
869
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
|
|
870
870
|
},
|
|
871
|
-
|
|
871
|
+
traces: [{
|
|
872
872
|
type: 'ibc',
|
|
873
873
|
counterparty: {
|
|
874
874
|
channel: 'channel-0',
|
|
@@ -896,7 +896,7 @@ const asset_list = {
|
|
|
896
896
|
logo_URIs: {
|
|
897
897
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
|
|
898
898
|
},
|
|
899
|
-
|
|
899
|
+
traces: [{
|
|
900
900
|
type: 'ibc',
|
|
901
901
|
counterparty: {
|
|
902
902
|
channel: 'channel-0',
|
|
@@ -924,7 +924,7 @@ const asset_list = {
|
|
|
924
924
|
logo_URIs: {
|
|
925
925
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
|
926
926
|
},
|
|
927
|
-
|
|
927
|
+
traces: [{
|
|
928
928
|
type: 'ibc',
|
|
929
929
|
counterparty: {
|
|
930
930
|
channel: 'channel-0',
|
|
@@ -952,7 +952,7 @@ const asset_list = {
|
|
|
952
952
|
logo_URIs: {
|
|
953
953
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
|
|
954
954
|
},
|
|
955
|
-
|
|
955
|
+
traces: [{
|
|
956
956
|
type: 'ibc',
|
|
957
957
|
counterparty: {
|
|
958
958
|
channel: 'channel-0',
|
|
@@ -980,7 +980,7 @@ const asset_list = {
|
|
|
980
980
|
logo_URIs: {
|
|
981
981
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
|
|
982
982
|
},
|
|
983
|
-
|
|
983
|
+
traces: [{
|
|
984
984
|
type: 'ibc',
|
|
985
985
|
counterparty: {
|
|
986
986
|
channel: 'channel-0',
|
|
@@ -1008,7 +1008,7 @@ const asset_list = {
|
|
|
1008
1008
|
logo_URIs: {
|
|
1009
1009
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
|
|
1010
1010
|
},
|
|
1011
|
-
|
|
1011
|
+
traces: [{
|
|
1012
1012
|
type: 'ibc',
|
|
1013
1013
|
counterparty: {
|
|
1014
1014
|
channel: 'channel-0',
|
|
@@ -1036,7 +1036,7 @@ const asset_list = {
|
|
|
1036
1036
|
logo_URIs: {
|
|
1037
1037
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
|
|
1038
1038
|
},
|
|
1039
|
-
|
|
1039
|
+
traces: [{
|
|
1040
1040
|
type: 'ibc',
|
|
1041
1041
|
counterparty: {
|
|
1042
1042
|
channel: 'channel-0',
|
|
@@ -1064,7 +1064,7 @@ const asset_list = {
|
|
|
1064
1064
|
logo_URIs: {
|
|
1065
1065
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
|
|
1066
1066
|
},
|
|
1067
|
-
|
|
1067
|
+
traces: [{
|
|
1068
1068
|
type: 'ibc',
|
|
1069
1069
|
counterparty: {
|
|
1070
1070
|
channel: 'channel-0',
|
|
@@ -1092,7 +1092,7 @@ const asset_list = {
|
|
|
1092
1092
|
logo_URIs: {
|
|
1093
1093
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
|
|
1094
1094
|
},
|
|
1095
|
-
|
|
1095
|
+
traces: [{
|
|
1096
1096
|
type: 'ibc',
|
|
1097
1097
|
counterparty: {
|
|
1098
1098
|
channel: 'channel-0',
|
|
@@ -1118,7 +1118,7 @@ const asset_list = {
|
|
|
1118
1118
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png'
|
|
1119
1119
|
},
|
|
1120
1120
|
coingecko_id: 'bostrom',
|
|
1121
|
-
|
|
1121
|
+
traces: [{
|
|
1122
1122
|
type: 'ibc',
|
|
1123
1123
|
counterparty: {
|
|
1124
1124
|
channel: 'channel-2',
|
|
@@ -1149,7 +1149,7 @@ const asset_list = {
|
|
|
1149
1149
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg'
|
|
1150
1150
|
},
|
|
1151
1151
|
coingecko_id: 'switcheo',
|
|
1152
|
-
|
|
1152
|
+
traces: [{
|
|
1153
1153
|
type: 'ibc',
|
|
1154
1154
|
counterparty: {
|
|
1155
1155
|
channel: 'channel-0',
|
|
@@ -1178,7 +1178,7 @@ const asset_list = {
|
|
|
1178
1178
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png'
|
|
1179
1179
|
},
|
|
1180
1180
|
coingecko_id: 'cerberus-2',
|
|
1181
|
-
|
|
1181
|
+
traces: [{
|
|
1182
1182
|
type: 'ibc',
|
|
1183
1183
|
counterparty: {
|
|
1184
1184
|
channel: 'channel-1',
|
|
@@ -1208,7 +1208,7 @@ const asset_list = {
|
|
|
1208
1208
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
|
|
1209
1209
|
},
|
|
1210
1210
|
coingecko_id: 'cheqd-network',
|
|
1211
|
-
|
|
1211
|
+
traces: [{
|
|
1212
1212
|
type: 'ibc',
|
|
1213
1213
|
counterparty: {
|
|
1214
1214
|
channel: 'channel-0',
|
|
@@ -1237,7 +1237,7 @@ const asset_list = {
|
|
|
1237
1237
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png'
|
|
1238
1238
|
},
|
|
1239
1239
|
coingecko_id: 'chihuahua-token',
|
|
1240
|
-
|
|
1240
|
+
traces: [{
|
|
1241
1241
|
type: 'ibc',
|
|
1242
1242
|
counterparty: {
|
|
1243
1243
|
channel: 'channel-7',
|
|
@@ -1266,7 +1266,7 @@ const asset_list = {
|
|
|
1266
1266
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
|
1267
1267
|
},
|
|
1268
1268
|
coingecko_id: 'comdex',
|
|
1269
|
-
|
|
1269
|
+
traces: [{
|
|
1270
1270
|
type: 'ibc',
|
|
1271
1271
|
counterparty: {
|
|
1272
1272
|
channel: 'channel-1',
|
|
@@ -1296,7 +1296,7 @@ const asset_list = {
|
|
|
1296
1296
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1297
1297
|
},
|
|
1298
1298
|
coingecko_id: 'cosmos',
|
|
1299
|
-
|
|
1299
|
+
traces: [{
|
|
1300
1300
|
type: 'ibc',
|
|
1301
1301
|
counterparty: {
|
|
1302
1302
|
channel: 'channel-141',
|
|
@@ -1327,7 +1327,7 @@ const asset_list = {
|
|
|
1327
1327
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
1328
1328
|
},
|
|
1329
1329
|
coingecko_id: 'crescent-network',
|
|
1330
|
-
|
|
1330
|
+
traces: [{
|
|
1331
1331
|
type: 'ibc',
|
|
1332
1332
|
counterparty: {
|
|
1333
1333
|
channel: 'channel-9',
|
|
@@ -1358,7 +1358,7 @@ const asset_list = {
|
|
|
1358
1358
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
1359
1359
|
},
|
|
1360
1360
|
coingecko_id: 'crescent-network',
|
|
1361
|
-
|
|
1361
|
+
traces: [{
|
|
1362
1362
|
type: 'ibc',
|
|
1363
1363
|
counterparty: {
|
|
1364
1364
|
channel: 'channel-9',
|
|
@@ -1387,7 +1387,7 @@ const asset_list = {
|
|
|
1387
1387
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
|
|
1388
1388
|
},
|
|
1389
1389
|
coingecko_id: 'crypto-com-chain',
|
|
1390
|
-
|
|
1390
|
+
traces: [{
|
|
1391
1391
|
type: 'ibc',
|
|
1392
1392
|
counterparty: {
|
|
1393
1393
|
channel: 'channel-10',
|
|
@@ -1418,7 +1418,7 @@ const asset_list = {
|
|
|
1418
1418
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
1419
1419
|
},
|
|
1420
1420
|
coingecko_id: 'decentr',
|
|
1421
|
-
|
|
1421
|
+
traces: [{
|
|
1422
1422
|
type: 'ibc',
|
|
1423
1423
|
counterparty: {
|
|
1424
1424
|
channel: 'channel-1',
|
|
@@ -1449,7 +1449,7 @@ const asset_list = {
|
|
|
1449
1449
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
|
|
1450
1450
|
},
|
|
1451
1451
|
coingecko_id: 'desmos',
|
|
1452
|
-
|
|
1452
|
+
traces: [{
|
|
1453
1453
|
type: 'ibc',
|
|
1454
1454
|
counterparty: {
|
|
1455
1455
|
channel: 'channel-2',
|
|
@@ -1478,7 +1478,7 @@ const asset_list = {
|
|
|
1478
1478
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
1479
1479
|
},
|
|
1480
1480
|
coingecko_id: 'dig-chain',
|
|
1481
|
-
|
|
1481
|
+
traces: [{
|
|
1482
1482
|
type: 'ibc',
|
|
1483
1483
|
counterparty: {
|
|
1484
1484
|
channel: 'channel-1',
|
|
@@ -1507,7 +1507,7 @@ const asset_list = {
|
|
|
1507
1507
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png'
|
|
1508
1508
|
},
|
|
1509
1509
|
coingecko_id: 'e-money',
|
|
1510
|
-
|
|
1510
|
+
traces: [{
|
|
1511
1511
|
type: 'ibc',
|
|
1512
1512
|
counterparty: {
|
|
1513
1513
|
channel: 'channel-0',
|
|
@@ -1536,7 +1536,7 @@ const asset_list = {
|
|
|
1536
1536
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1537
1537
|
},
|
|
1538
1538
|
coingecko_id: 'e-money-eur',
|
|
1539
|
-
|
|
1539
|
+
traces: [{
|
|
1540
1540
|
type: 'ibc',
|
|
1541
1541
|
counterparty: {
|
|
1542
1542
|
channel: 'channel-0',
|
|
@@ -1566,7 +1566,7 @@ const asset_list = {
|
|
|
1566
1566
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png'
|
|
1567
1567
|
},
|
|
1568
1568
|
coingecko_id: 'evmos',
|
|
1569
|
-
|
|
1569
|
+
traces: [{
|
|
1570
1570
|
type: 'ibc',
|
|
1571
1571
|
counterparty: {
|
|
1572
1572
|
channel: 'channel-0',
|
|
@@ -1596,7 +1596,7 @@ const asset_list = {
|
|
|
1596
1596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
1597
1597
|
},
|
|
1598
1598
|
coingecko_id: 'fetch-ai',
|
|
1599
|
-
|
|
1599
|
+
traces: [{
|
|
1600
1600
|
type: 'ibc',
|
|
1601
1601
|
counterparty: {
|
|
1602
1602
|
channel: 'channel-10',
|
|
@@ -1625,7 +1625,7 @@ const asset_list = {
|
|
|
1625
1625
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
|
|
1626
1626
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png'
|
|
1627
1627
|
},
|
|
1628
|
-
|
|
1628
|
+
traces: [{
|
|
1629
1629
|
type: 'ibc',
|
|
1630
1630
|
counterparty: {
|
|
1631
1631
|
channel: 'channel-10',
|
|
@@ -1654,7 +1654,7 @@ const asset_list = {
|
|
|
1654
1654
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg',
|
|
1655
1655
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png'
|
|
1656
1656
|
},
|
|
1657
|
-
|
|
1657
|
+
traces: [{
|
|
1658
1658
|
type: 'ibc',
|
|
1659
1659
|
counterparty: {
|
|
1660
1660
|
channel: 'channel-0',
|
|
@@ -1683,7 +1683,7 @@ const asset_list = {
|
|
|
1683
1683
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg',
|
|
1684
1684
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png'
|
|
1685
1685
|
},
|
|
1686
|
-
|
|
1686
|
+
traces: [{
|
|
1687
1687
|
type: 'ibc',
|
|
1688
1688
|
counterparty: {
|
|
1689
1689
|
channel: 'channel-1',
|
|
@@ -1714,7 +1714,7 @@ const asset_list = {
|
|
|
1714
1714
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg',
|
|
1715
1715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
1716
1716
|
},
|
|
1717
|
-
|
|
1717
|
+
traces: [{
|
|
1718
1718
|
type: 'ibc',
|
|
1719
1719
|
counterparty: {
|
|
1720
1720
|
channel: 'channel-10',
|
|
@@ -1743,7 +1743,7 @@ const asset_list = {
|
|
|
1743
1743
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png'
|
|
1744
1744
|
},
|
|
1745
1745
|
coingecko_id: 'ixo',
|
|
1746
|
-
|
|
1746
|
+
traces: [{
|
|
1747
1747
|
type: 'ibc',
|
|
1748
1748
|
counterparty: {
|
|
1749
1749
|
channel: 'channel-4',
|
|
@@ -1773,7 +1773,7 @@ const asset_list = {
|
|
|
1773
1773
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
1774
1774
|
},
|
|
1775
1775
|
coingecko_id: 'injective-protocol',
|
|
1776
|
-
|
|
1776
|
+
traces: [{
|
|
1777
1777
|
type: 'ibc',
|
|
1778
1778
|
counterparty: {
|
|
1779
1779
|
channel: 'channel-8',
|
|
@@ -1803,7 +1803,7 @@ const asset_list = {
|
|
|
1803
1803
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
1804
1804
|
},
|
|
1805
1805
|
coingecko_id: 'iris-network',
|
|
1806
|
-
|
|
1806
|
+
traces: [{
|
|
1807
1807
|
type: 'ibc',
|
|
1808
1808
|
counterparty: {
|
|
1809
1809
|
channel: 'channel-3',
|
|
@@ -1833,7 +1833,7 @@ const asset_list = {
|
|
|
1833
1833
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
1834
1834
|
},
|
|
1835
1835
|
coingecko_id: 'juno-network',
|
|
1836
|
-
|
|
1836
|
+
traces: [{
|
|
1837
1837
|
type: 'ibc',
|
|
1838
1838
|
counterparty: {
|
|
1839
1839
|
channel: 'channel-0',
|
|
@@ -1864,7 +1864,7 @@ const asset_list = {
|
|
|
1864
1864
|
png: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/neta.png'
|
|
1865
1865
|
},
|
|
1866
1866
|
coingecko_id: 'neta',
|
|
1867
|
-
|
|
1867
|
+
traces: [{
|
|
1868
1868
|
type: 'ibc',
|
|
1869
1869
|
counterparty: {
|
|
1870
1870
|
channel: 'channel-0',
|
|
@@ -1893,7 +1893,7 @@ const asset_list = {
|
|
|
1893
1893
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png'
|
|
1894
1894
|
},
|
|
1895
1895
|
coingecko_id: 'kava',
|
|
1896
|
-
|
|
1896
|
+
traces: [{
|
|
1897
1897
|
type: 'ibc',
|
|
1898
1898
|
counterparty: {
|
|
1899
1899
|
channel: 'channel-1',
|
|
@@ -1923,7 +1923,7 @@ const asset_list = {
|
|
|
1923
1923
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
1924
1924
|
},
|
|
1925
1925
|
coingecko_id: 'kava-lend',
|
|
1926
|
-
|
|
1926
|
+
traces: [{
|
|
1927
1927
|
type: 'ibc',
|
|
1928
1928
|
counterparty: {
|
|
1929
1929
|
channel: 'channel-1',
|
|
@@ -1953,7 +1953,7 @@ const asset_list = {
|
|
|
1953
1953
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
1954
1954
|
},
|
|
1955
1955
|
coingecko_id: 'kava-swap',
|
|
1956
|
-
|
|
1956
|
+
traces: [{
|
|
1957
1957
|
type: 'ibc',
|
|
1958
1958
|
counterparty: {
|
|
1959
1959
|
channel: 'channel-1',
|
|
@@ -1982,7 +1982,7 @@ const asset_list = {
|
|
|
1982
1982
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png'
|
|
1983
1983
|
},
|
|
1984
1984
|
coingecko_id: 'usdx',
|
|
1985
|
-
|
|
1985
|
+
traces: [{
|
|
1986
1986
|
type: 'ibc',
|
|
1987
1987
|
counterparty: {
|
|
1988
1988
|
channel: 'channel-1',
|
|
@@ -2012,7 +2012,7 @@ const asset_list = {
|
|
|
2012
2012
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
2013
2013
|
},
|
|
2014
2014
|
coingecko_id: 'ki',
|
|
2015
|
-
|
|
2015
|
+
traces: [{
|
|
2016
2016
|
type: 'ibc',
|
|
2017
2017
|
counterparty: {
|
|
2018
2018
|
channel: 'channel-0',
|
|
@@ -2042,7 +2042,7 @@ const asset_list = {
|
|
|
2042
2042
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
2043
2043
|
},
|
|
2044
2044
|
coingecko_id: 'darcmatter-coin',
|
|
2045
|
-
|
|
2045
|
+
traces: [{
|
|
2046
2046
|
type: 'ibc',
|
|
2047
2047
|
counterparty: {
|
|
2048
2048
|
channel: 'channel-0',
|
|
@@ -2053,6 +2053,35 @@ const asset_list = {
|
|
|
2053
2053
|
channel: 'channel-171'
|
|
2054
2054
|
}
|
|
2055
2055
|
}]
|
|
2056
|
+
}, {
|
|
2057
|
+
description: 'The native staking and governance token of the Kujira chain.',
|
|
2058
|
+
denom_units: [{
|
|
2059
|
+
denom: 'ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE',
|
|
2060
|
+
exponent: 0,
|
|
2061
|
+
aliases: ['ukuji']
|
|
2062
|
+
}, {
|
|
2063
|
+
denom: 'kuji',
|
|
2064
|
+
exponent: 6
|
|
2065
|
+
}],
|
|
2066
|
+
base: 'ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE',
|
|
2067
|
+
name: 'Kuji',
|
|
2068
|
+
display: 'kuji',
|
|
2069
|
+
symbol: 'KUJI',
|
|
2070
|
+
coingecko_id: 'kujira',
|
|
2071
|
+
logo_URIs: {
|
|
2072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png'
|
|
2073
|
+
},
|
|
2074
|
+
traces: [{
|
|
2075
|
+
type: 'ibc',
|
|
2076
|
+
counterparty: {
|
|
2077
|
+
channel: 'channel-3',
|
|
2078
|
+
denom: 'ukuji',
|
|
2079
|
+
chain_name: 'kujira'
|
|
2080
|
+
},
|
|
2081
|
+
chain: {
|
|
2082
|
+
channel: 'channel-259'
|
|
2083
|
+
}
|
|
2084
|
+
}]
|
|
2056
2085
|
}, {
|
|
2057
2086
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
2058
2087
|
denom_units: [{
|
|
@@ -2072,7 +2101,7 @@ const asset_list = {
|
|
|
2072
2101
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
2073
2102
|
},
|
|
2074
2103
|
coingecko_id: 'likecoin',
|
|
2075
|
-
|
|
2104
|
+
traces: [{
|
|
2076
2105
|
type: 'ibc',
|
|
2077
2106
|
counterparty: {
|
|
2078
2107
|
channel: 'channel-3',
|
|
@@ -2100,7 +2129,7 @@ const asset_list = {
|
|
|
2100
2129
|
logo_URIs: {
|
|
2101
2130
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png'
|
|
2102
2131
|
},
|
|
2103
|
-
|
|
2132
|
+
traces: [{
|
|
2104
2133
|
type: 'ibc',
|
|
2105
2134
|
counterparty: {
|
|
2106
2135
|
channel: 'channel-3',
|
|
@@ -2130,7 +2159,7 @@ const asset_list = {
|
|
|
2130
2159
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg'
|
|
2131
2160
|
},
|
|
2132
2161
|
coingecko_id: 'lum-network',
|
|
2133
|
-
|
|
2162
|
+
traces: [{
|
|
2134
2163
|
type: 'ibc',
|
|
2135
2164
|
counterparty: {
|
|
2136
2165
|
channel: 'channel-3',
|
|
@@ -2159,7 +2188,7 @@ const asset_list = {
|
|
|
2159
2188
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
2160
2189
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
2161
2190
|
},
|
|
2162
|
-
|
|
2191
|
+
traces: [{
|
|
2163
2192
|
type: 'ibc',
|
|
2164
2193
|
counterparty: {
|
|
2165
2194
|
channel: 'channel-1',
|
|
@@ -2188,7 +2217,7 @@ const asset_list = {
|
|
|
2188
2217
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
2189
2218
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
2190
2219
|
},
|
|
2191
|
-
|
|
2220
|
+
traces: [{
|
|
2192
2221
|
type: 'ibc',
|
|
2193
2222
|
counterparty: {
|
|
2194
2223
|
channel: 'channel-16',
|
|
@@ -2214,11 +2243,11 @@ const asset_list = {
|
|
|
2214
2243
|
display: 'ORAI',
|
|
2215
2244
|
symbol: 'ORAI',
|
|
2216
2245
|
logo_URIs: {
|
|
2217
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2218
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg'
|
|
2246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2219
2248
|
},
|
|
2220
2249
|
coingecko_id: 'oraichain-token',
|
|
2221
|
-
|
|
2250
|
+
traces: [{
|
|
2222
2251
|
type: 'ibc',
|
|
2223
2252
|
counterparty: {
|
|
2224
2253
|
channel: 'channel-13',
|
|
@@ -2247,7 +2276,7 @@ const asset_list = {
|
|
|
2247
2276
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png'
|
|
2248
2277
|
},
|
|
2249
2278
|
coingecko_id: 'medibloc',
|
|
2250
|
-
|
|
2279
|
+
traces: [{
|
|
2251
2280
|
type: 'ibc',
|
|
2252
2281
|
counterparty: {
|
|
2253
2282
|
channel: 'channel-1',
|
|
@@ -2277,7 +2306,7 @@ const asset_list = {
|
|
|
2277
2306
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
2278
2307
|
},
|
|
2279
2308
|
coingecko_id: 'persistence',
|
|
2280
|
-
|
|
2309
|
+
traces: [{
|
|
2281
2310
|
type: 'ibc',
|
|
2282
2311
|
counterparty: {
|
|
2283
2312
|
channel: 'channel-6',
|
|
@@ -2312,7 +2341,7 @@ const asset_list = {
|
|
|
2312
2341
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2313
2342
|
},
|
|
2314
2343
|
coingecko_id: 'pstake-finance',
|
|
2315
|
-
|
|
2344
|
+
traces: [{
|
|
2316
2345
|
type: 'ibc',
|
|
2317
2346
|
counterparty: {
|
|
2318
2347
|
channel: 'channel-6',
|
|
@@ -2343,7 +2372,7 @@ const asset_list = {
|
|
|
2343
2372
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg'
|
|
2344
2373
|
},
|
|
2345
2374
|
coingecko_id: 'provenance-blockchain',
|
|
2346
|
-
|
|
2375
|
+
traces: [{
|
|
2347
2376
|
type: 'ibc',
|
|
2348
2377
|
counterparty: {
|
|
2349
2378
|
channel: 'channel-7',
|
|
@@ -2372,7 +2401,7 @@ const asset_list = {
|
|
|
2372
2401
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png'
|
|
2373
2402
|
},
|
|
2374
2403
|
coingecko_id: 'regen',
|
|
2375
|
-
|
|
2404
|
+
traces: [{
|
|
2376
2405
|
type: 'ibc',
|
|
2377
2406
|
counterparty: {
|
|
2378
2407
|
channel: 'channel-1',
|
|
@@ -2402,7 +2431,7 @@ const asset_list = {
|
|
|
2402
2431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
2403
2432
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
2404
2433
|
},
|
|
2405
|
-
|
|
2434
|
+
traces: [{
|
|
2406
2435
|
type: 'ibc',
|
|
2407
2436
|
counterparty: {
|
|
2408
2437
|
channel: 'channel-1',
|
|
@@ -2432,7 +2461,7 @@ const asset_list = {
|
|
|
2432
2461
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2433
2462
|
},
|
|
2434
2463
|
coingecko_id: 'secret',
|
|
2435
|
-
|
|
2464
|
+
traces: [{
|
|
2436
2465
|
type: 'ibc',
|
|
2437
2466
|
counterparty: {
|
|
2438
2467
|
channel: 'channel-1',
|
|
@@ -2461,7 +2490,7 @@ const asset_list = {
|
|
|
2461
2490
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png'
|
|
2462
2491
|
},
|
|
2463
2492
|
coingecko_id: 'sentinel',
|
|
2464
|
-
|
|
2493
|
+
traces: [{
|
|
2465
2494
|
type: 'ibc',
|
|
2466
2495
|
counterparty: {
|
|
2467
2496
|
channel: 'channel-0',
|
|
@@ -2490,7 +2519,7 @@ const asset_list = {
|
|
|
2490
2519
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png'
|
|
2491
2520
|
},
|
|
2492
2521
|
coingecko_id: 'certik',
|
|
2493
|
-
|
|
2522
|
+
traces: [{
|
|
2494
2523
|
type: 'ibc',
|
|
2495
2524
|
counterparty: {
|
|
2496
2525
|
channel: 'channel-8',
|
|
@@ -2517,7 +2546,7 @@ const asset_list = {
|
|
|
2517
2546
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
|
2518
2547
|
},
|
|
2519
2548
|
coingecko_id: 'sifchain',
|
|
2520
|
-
|
|
2549
|
+
traces: [{
|
|
2521
2550
|
type: 'ibc',
|
|
2522
2551
|
counterparty: {
|
|
2523
2552
|
channel: 'channel-17',
|
|
@@ -2551,7 +2580,7 @@ const asset_list = {
|
|
|
2551
2580
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
2552
2581
|
},
|
|
2553
2582
|
coingecko_id: 'sommelier',
|
|
2554
|
-
|
|
2583
|
+
traces: [{
|
|
2555
2584
|
type: 'ibc',
|
|
2556
2585
|
counterparty: {
|
|
2557
2586
|
channel: 'channel-0',
|
|
@@ -2580,7 +2609,7 @@ const asset_list = {
|
|
|
2580
2609
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
2581
2610
|
},
|
|
2582
2611
|
coingecko_id: 'stargaze',
|
|
2583
|
-
|
|
2612
|
+
traces: [{
|
|
2584
2613
|
type: 'ibc',
|
|
2585
2614
|
counterparty: {
|
|
2586
2615
|
channel: 'channel-0',
|
|
@@ -2610,7 +2639,7 @@ const asset_list = {
|
|
|
2610
2639
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
2611
2640
|
},
|
|
2612
2641
|
coingecko_id: 'starname',
|
|
2613
|
-
|
|
2642
|
+
traces: [{
|
|
2614
2643
|
type: 'ibc',
|
|
2615
2644
|
counterparty: {
|
|
2616
2645
|
channel: 'channel-2',
|
|
@@ -2645,7 +2674,7 @@ const asset_list = {
|
|
|
2645
2674
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
|
2646
2675
|
},
|
|
2647
2676
|
coingecko_id: 'terra-luna',
|
|
2648
|
-
|
|
2677
|
+
traces: [{
|
|
2649
2678
|
type: 'ibc',
|
|
2650
2679
|
counterparty: {
|
|
2651
2680
|
channel: 'channel-1',
|
|
@@ -2680,7 +2709,7 @@ const asset_list = {
|
|
|
2680
2709
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
|
2681
2710
|
},
|
|
2682
2711
|
coingecko_id: 'terrausd',
|
|
2683
|
-
|
|
2712
|
+
traces: [{
|
|
2684
2713
|
type: 'ibc',
|
|
2685
2714
|
counterparty: {
|
|
2686
2715
|
channel: 'channel-1',
|
|
@@ -2715,7 +2744,7 @@ const asset_list = {
|
|
|
2715
2744
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
|
2716
2745
|
},
|
|
2717
2746
|
coingecko_id: 'terrakrw',
|
|
2718
|
-
|
|
2747
|
+
traces: [{
|
|
2719
2748
|
type: 'ibc',
|
|
2720
2749
|
counterparty: {
|
|
2721
2750
|
channel: 'channel-1',
|
|
@@ -2749,7 +2778,7 @@ const asset_list = {
|
|
|
2749
2778
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
|
2750
2779
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
|
2751
2780
|
},
|
|
2752
|
-
|
|
2781
|
+
traces: [{
|
|
2753
2782
|
type: 'ibc',
|
|
2754
2783
|
counterparty: {
|
|
2755
2784
|
channel: 'channel-1',
|
|
@@ -2783,7 +2812,7 @@ const asset_list = {
|
|
|
2783
2812
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
|
2784
2813
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
|
2785
2814
|
},
|
|
2786
|
-
|
|
2815
|
+
traces: [{
|
|
2787
2816
|
type: 'ibc',
|
|
2788
2817
|
counterparty: {
|
|
2789
2818
|
channel: 'channel-1',
|
|
@@ -2817,7 +2846,7 @@ const asset_list = {
|
|
|
2817
2846
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
|
2818
2847
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
|
2819
2848
|
},
|
|
2820
|
-
|
|
2849
|
+
traces: [{
|
|
2821
2850
|
type: 'ibc',
|
|
2822
2851
|
counterparty: {
|
|
2823
2852
|
channel: 'channel-1',
|
|
@@ -2851,7 +2880,7 @@ const asset_list = {
|
|
|
2851
2880
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
|
2852
2881
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
|
2853
2882
|
},
|
|
2854
|
-
|
|
2883
|
+
traces: [{
|
|
2855
2884
|
type: 'ibc',
|
|
2856
2885
|
counterparty: {
|
|
2857
2886
|
channel: 'channel-1',
|
|
@@ -2885,7 +2914,7 @@ const asset_list = {
|
|
|
2885
2914
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
|
2886
2915
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
|
2887
2916
|
},
|
|
2888
|
-
|
|
2917
|
+
traces: [{
|
|
2889
2918
|
type: 'ibc',
|
|
2890
2919
|
counterparty: {
|
|
2891
2920
|
channel: 'channel-1',
|
|
@@ -2919,7 +2948,7 @@ const asset_list = {
|
|
|
2919
2948
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
|
2920
2949
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
|
2921
2950
|
},
|
|
2922
|
-
|
|
2951
|
+
traces: [{
|
|
2923
2952
|
type: 'ibc',
|
|
2924
2953
|
counterparty: {
|
|
2925
2954
|
channel: 'channel-1',
|
|
@@ -2953,7 +2982,7 @@ const asset_list = {
|
|
|
2953
2982
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
|
2954
2983
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
|
2955
2984
|
},
|
|
2956
|
-
|
|
2985
|
+
traces: [{
|
|
2957
2986
|
type: 'ibc',
|
|
2958
2987
|
counterparty: {
|
|
2959
2988
|
channel: 'channel-1',
|
|
@@ -2987,7 +3016,7 @@ const asset_list = {
|
|
|
2987
3016
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
|
2988
3017
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
|
2989
3018
|
},
|
|
2990
|
-
|
|
3019
|
+
traces: [{
|
|
2991
3020
|
type: 'ibc',
|
|
2992
3021
|
counterparty: {
|
|
2993
3022
|
channel: 'channel-1',
|
|
@@ -3021,7 +3050,7 @@ const asset_list = {
|
|
|
3021
3050
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
|
3022
3051
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
|
3023
3052
|
},
|
|
3024
|
-
|
|
3053
|
+
traces: [{
|
|
3025
3054
|
type: 'ibc',
|
|
3026
3055
|
counterparty: {
|
|
3027
3056
|
channel: 'channel-1',
|
|
@@ -3055,7 +3084,7 @@ const asset_list = {
|
|
|
3055
3084
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
|
3056
3085
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
|
3057
3086
|
},
|
|
3058
|
-
|
|
3087
|
+
traces: [{
|
|
3059
3088
|
type: 'ibc',
|
|
3060
3089
|
counterparty: {
|
|
3061
3090
|
channel: 'channel-1',
|
|
@@ -3089,7 +3118,7 @@ const asset_list = {
|
|
|
3089
3118
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
|
3090
3119
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
|
3091
3120
|
},
|
|
3092
|
-
|
|
3121
|
+
traces: [{
|
|
3093
3122
|
type: 'ibc',
|
|
3094
3123
|
counterparty: {
|
|
3095
3124
|
channel: 'channel-1',
|
|
@@ -3123,7 +3152,7 @@ const asset_list = {
|
|
|
3123
3152
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
|
3124
3153
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
|
3125
3154
|
},
|
|
3126
|
-
|
|
3155
|
+
traces: [{
|
|
3127
3156
|
type: 'ibc',
|
|
3128
3157
|
counterparty: {
|
|
3129
3158
|
channel: 'channel-1',
|
|
@@ -3157,7 +3186,7 @@ const asset_list = {
|
|
|
3157
3186
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
|
3158
3187
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
|
3159
3188
|
},
|
|
3160
|
-
|
|
3189
|
+
traces: [{
|
|
3161
3190
|
type: 'ibc',
|
|
3162
3191
|
counterparty: {
|
|
3163
3192
|
channel: 'channel-1',
|
|
@@ -3191,7 +3220,7 @@ const asset_list = {
|
|
|
3191
3220
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
|
3192
3221
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
|
3193
3222
|
},
|
|
3194
|
-
|
|
3223
|
+
traces: [{
|
|
3195
3224
|
type: 'ibc',
|
|
3196
3225
|
counterparty: {
|
|
3197
3226
|
channel: 'channel-1',
|
|
@@ -3225,7 +3254,7 @@ const asset_list = {
|
|
|
3225
3254
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
|
3226
3255
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
|
3227
3256
|
},
|
|
3228
|
-
|
|
3257
|
+
traces: [{
|
|
3229
3258
|
type: 'ibc',
|
|
3230
3259
|
counterparty: {
|
|
3231
3260
|
channel: 'channel-1',
|
|
@@ -3259,7 +3288,7 @@ const asset_list = {
|
|
|
3259
3288
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
|
3260
3289
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
|
3261
3290
|
},
|
|
3262
|
-
|
|
3291
|
+
traces: [{
|
|
3263
3292
|
type: 'ibc',
|
|
3264
3293
|
counterparty: {
|
|
3265
3294
|
channel: 'channel-1',
|
|
@@ -3293,7 +3322,7 @@ const asset_list = {
|
|
|
3293
3322
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
|
3294
3323
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
|
3295
3324
|
},
|
|
3296
|
-
|
|
3325
|
+
traces: [{
|
|
3297
3326
|
type: 'ibc',
|
|
3298
3327
|
counterparty: {
|
|
3299
3328
|
channel: 'channel-1',
|
|
@@ -3327,7 +3356,7 @@ const asset_list = {
|
|
|
3327
3356
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
|
3328
3357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
|
3329
3358
|
},
|
|
3330
|
-
|
|
3359
|
+
traces: [{
|
|
3331
3360
|
type: 'ibc',
|
|
3332
3361
|
counterparty: {
|
|
3333
3362
|
channel: 'channel-1',
|
|
@@ -3361,7 +3390,7 @@ const asset_list = {
|
|
|
3361
3390
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
|
3362
3391
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
|
3363
3392
|
},
|
|
3364
|
-
|
|
3393
|
+
traces: [{
|
|
3365
3394
|
type: 'ibc',
|
|
3366
3395
|
counterparty: {
|
|
3367
3396
|
channel: 'channel-1',
|
|
@@ -3395,7 +3424,7 @@ const asset_list = {
|
|
|
3395
3424
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
|
3396
3425
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
|
3397
3426
|
},
|
|
3398
|
-
|
|
3427
|
+
traces: [{
|
|
3399
3428
|
type: 'ibc',
|
|
3400
3429
|
counterparty: {
|
|
3401
3430
|
channel: 'channel-1',
|
|
@@ -3426,7 +3455,7 @@ const asset_list = {
|
|
|
3426
3455
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3427
3456
|
},
|
|
3428
3457
|
coingecko_id: 'tgrade',
|
|
3429
|
-
|
|
3458
|
+
traces: [{
|
|
3430
3459
|
type: 'ibc',
|
|
3431
3460
|
counterparty: {
|
|
3432
3461
|
channel: 'channel-0',
|
|
@@ -3455,7 +3484,7 @@ const asset_list = {
|
|
|
3455
3484
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png'
|
|
3456
3485
|
},
|
|
3457
3486
|
coingecko_id: 'umee',
|
|
3458
|
-
|
|
3487
|
+
traces: [{
|
|
3459
3488
|
type: 'ibc',
|
|
3460
3489
|
counterparty: {
|
|
3461
3490
|
channel: 'channel-0',
|
|
@@ -3486,7 +3515,7 @@ const asset_list = {
|
|
|
3486
3515
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png'
|
|
3487
3516
|
},
|
|
3488
3517
|
coingecko_id: 'vidulum',
|
|
3489
|
-
|
|
3518
|
+
traces: [{
|
|
3490
3519
|
type: 'ibc',
|
|
3491
3520
|
counterparty: {
|
|
3492
3521
|
channel: 'channel-0',
|
|
@@ -3518,7 +3547,7 @@ const asset_list = {
|
|
|
3518
3547
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
3519
3548
|
},
|
|
3520
3549
|
coingecko_id: 'neta',
|
|
3521
|
-
|
|
3550
|
+
traces: [{
|
|
3522
3551
|
type: 'ibc',
|
|
3523
3552
|
counterparty: {
|
|
3524
3553
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3552,7 +3581,7 @@ const asset_list = {
|
|
|
3552
3581
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
3553
3582
|
},
|
|
3554
3583
|
coingecko_id: 'marble',
|
|
3555
|
-
|
|
3584
|
+
traces: [{
|
|
3556
3585
|
type: 'ibc',
|
|
3557
3586
|
counterparty: {
|
|
3558
3587
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3586,7 +3615,7 @@ const asset_list = {
|
|
|
3586
3615
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
3587
3616
|
},
|
|
3588
3617
|
coingecko_id: 'hope-galaxy',
|
|
3589
|
-
|
|
3618
|
+
traces: [{
|
|
3590
3619
|
type: 'ibc',
|
|
3591
3620
|
counterparty: {
|
|
3592
3621
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3620,7 +3649,7 @@ const asset_list = {
|
|
|
3620
3649
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
3621
3650
|
},
|
|
3622
3651
|
coingecko_id: 'racoon',
|
|
3623
|
-
|
|
3652
|
+
traces: [{
|
|
3624
3653
|
type: 'ibc',
|
|
3625
3654
|
counterparty: {
|
|
3626
3655
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3653,7 +3682,7 @@ const asset_list = {
|
|
|
3653
3682
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
|
3654
3683
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
3655
3684
|
},
|
|
3656
|
-
|
|
3685
|
+
traces: [{
|
|
3657
3686
|
type: 'ibc',
|
|
3658
3687
|
counterparty: {
|
|
3659
3688
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3683,7 +3712,7 @@ const asset_list = {
|
|
|
3683
3712
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
|
3684
3713
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3685
3714
|
},
|
|
3686
|
-
|
|
3715
|
+
traces: [{
|
|
3687
3716
|
type: 'ibc',
|
|
3688
3717
|
counterparty: {
|
|
3689
3718
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3716,7 +3745,7 @@ const asset_list = {
|
|
|
3716
3745
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
|
3717
3746
|
},
|
|
3718
3747
|
coingecko_id: 'junoswap-raw-dao',
|
|
3719
|
-
|
|
3748
|
+
traces: [{
|
|
3720
3749
|
type: 'ibc',
|
|
3721
3750
|
counterparty: {
|
|
3722
3751
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3748,7 +3777,7 @@ const asset_list = {
|
|
|
3748
3777
|
logo_URIs: {
|
|
3749
3778
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
3750
3779
|
},
|
|
3751
|
-
|
|
3780
|
+
traces: [{
|
|
3752
3781
|
type: 'ibc',
|
|
3753
3782
|
counterparty: {
|
|
3754
3783
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3780,7 +3809,7 @@ const asset_list = {
|
|
|
3780
3809
|
logo_URIs: {
|
|
3781
3810
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
|
3782
3811
|
},
|
|
3783
|
-
|
|
3812
|
+
traces: [{
|
|
3784
3813
|
type: 'ibc',
|
|
3785
3814
|
counterparty: {
|
|
3786
3815
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3812,7 +3841,7 @@ const asset_list = {
|
|
|
3812
3841
|
logo_URIs: {
|
|
3813
3842
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
3814
3843
|
},
|
|
3815
|
-
|
|
3844
|
+
traces: [{
|
|
3816
3845
|
type: 'ibc',
|
|
3817
3846
|
counterparty: {
|
|
3818
3847
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3845,7 +3874,7 @@ const asset_list = {
|
|
|
3845
3874
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
|
3846
3875
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
3847
3876
|
},
|
|
3848
|
-
|
|
3877
|
+
traces: [{
|
|
3849
3878
|
type: 'ibc',
|
|
3850
3879
|
counterparty: {
|
|
3851
3880
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3878,7 +3907,7 @@ const asset_list = {
|
|
|
3878
3907
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
3879
3908
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
3880
3909
|
},
|
|
3881
|
-
|
|
3910
|
+
traces: [{
|
|
3882
3911
|
type: 'ibc',
|
|
3883
3912
|
counterparty: {
|
|
3884
3913
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3911,7 +3940,7 @@ const asset_list = {
|
|
|
3911
3940
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
|
3912
3941
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
3913
3942
|
},
|
|
3914
|
-
|
|
3943
|
+
traces: [{
|
|
3915
3944
|
type: 'ibc',
|
|
3916
3945
|
counterparty: {
|
|
3917
3946
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3927,29 +3956,29 @@ const asset_list = {
|
|
|
3927
3956
|
}, {
|
|
3928
3957
|
description: 'The native token cw20 for BlackHole on Juno Chain',
|
|
3929
3958
|
type_asset: 'cw20',
|
|
3930
|
-
address: '
|
|
3959
|
+
address: 'juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
|
3931
3960
|
denom_units: [{
|
|
3932
|
-
denom: 'ibc/
|
|
3961
|
+
denom: 'ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D',
|
|
3933
3962
|
exponent: 0,
|
|
3934
|
-
aliases: ['cw20:
|
|
3963
|
+
aliases: ['cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m']
|
|
3935
3964
|
}, {
|
|
3936
|
-
denom: '
|
|
3937
|
-
exponent:
|
|
3965
|
+
denom: 'hole',
|
|
3966
|
+
exponent: 6
|
|
3938
3967
|
}],
|
|
3939
|
-
base: 'ibc/
|
|
3940
|
-
name: '
|
|
3941
|
-
display: '
|
|
3942
|
-
symbol: '
|
|
3968
|
+
base: 'ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D',
|
|
3969
|
+
name: 'BlackHole',
|
|
3970
|
+
display: 'hole',
|
|
3971
|
+
symbol: 'HOLE',
|
|
3943
3972
|
logo_URIs: {
|
|
3944
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
|
3945
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
|
3973
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
|
3974
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
3946
3975
|
},
|
|
3947
|
-
|
|
3976
|
+
traces: [{
|
|
3948
3977
|
type: 'ibc',
|
|
3949
3978
|
counterparty: {
|
|
3950
3979
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3951
3980
|
channel: 'channel-47',
|
|
3952
|
-
denom: 'cw20:
|
|
3981
|
+
denom: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
|
3953
3982
|
chain_name: 'juno'
|
|
3954
3983
|
},
|
|
3955
3984
|
chain: {
|
|
@@ -3977,7 +4006,7 @@ const asset_list = {
|
|
|
3977
4006
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
3978
4007
|
},
|
|
3979
4008
|
coingecko_id: 'lvn',
|
|
3980
|
-
|
|
4009
|
+
traces: [{
|
|
3981
4010
|
type: 'ibc',
|
|
3982
4011
|
counterparty: {
|
|
3983
4012
|
port: 'wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha',
|