@chain-registry/osmosis 0.6.0 → 0.7.0
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 +8 -0
- 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/main/asset_list.js
CHANGED
|
@@ -25,7 +25,7 @@ var asset_list = {
|
|
|
25
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
26
26
|
},
|
|
27
27
|
coingecko_id: 'akash-network',
|
|
28
|
-
|
|
28
|
+
traces: [{
|
|
29
29
|
type: 'ibc',
|
|
30
30
|
counterparty: {
|
|
31
31
|
channel: 'channel-9',
|
|
@@ -54,7 +54,7 @@ var asset_list = {
|
|
|
54
54
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png'
|
|
55
55
|
},
|
|
56
56
|
coingecko_id: 'assetmantle',
|
|
57
|
-
|
|
57
|
+
traces: [{
|
|
58
58
|
type: 'ibc',
|
|
59
59
|
counterparty: {
|
|
60
60
|
channel: 'channel-0',
|
|
@@ -84,7 +84,7 @@ var asset_list = {
|
|
|
84
84
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
85
85
|
},
|
|
86
86
|
coingecko_id: 'axelar-network',
|
|
87
|
-
|
|
87
|
+
traces: [{
|
|
88
88
|
type: 'ibc',
|
|
89
89
|
counterparty: {
|
|
90
90
|
channel: 'channel-3',
|
|
@@ -114,7 +114,7 @@ var asset_list = {
|
|
|
114
114
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
115
115
|
},
|
|
116
116
|
coingecko_id: 'usd-coin',
|
|
117
|
-
|
|
117
|
+
traces: [{
|
|
118
118
|
type: 'ibc',
|
|
119
119
|
counterparty: {
|
|
120
120
|
channel: 'channel-3',
|
|
@@ -144,7 +144,7 @@ var asset_list = {
|
|
|
144
144
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
|
145
145
|
},
|
|
146
146
|
coingecko_id: 'frax',
|
|
147
|
-
|
|
147
|
+
traces: [{
|
|
148
148
|
type: 'ibc',
|
|
149
149
|
counterparty: {
|
|
150
150
|
channel: 'channel-3',
|
|
@@ -174,7 +174,7 @@ var asset_list = {
|
|
|
174
174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png'
|
|
175
175
|
},
|
|
176
176
|
coingecko_id: 'dai',
|
|
177
|
-
|
|
177
|
+
traces: [{
|
|
178
178
|
type: 'ibc',
|
|
179
179
|
counterparty: {
|
|
180
180
|
channel: 'channel-3',
|
|
@@ -204,7 +204,7 @@ var asset_list = {
|
|
|
204
204
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png'
|
|
205
205
|
},
|
|
206
206
|
coingecko_id: 'tether',
|
|
207
|
-
|
|
207
|
+
traces: [{
|
|
208
208
|
type: 'ibc',
|
|
209
209
|
counterparty: {
|
|
210
210
|
channel: 'channel-3',
|
|
@@ -233,7 +233,7 @@ var asset_list = {
|
|
|
233
233
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
234
234
|
},
|
|
235
235
|
coingecko_id: 'weth',
|
|
236
|
-
|
|
236
|
+
traces: [{
|
|
237
237
|
type: 'ibc',
|
|
238
238
|
counterparty: {
|
|
239
239
|
channel: 'channel-3',
|
|
@@ -262,7 +262,7 @@ var asset_list = {
|
|
|
262
262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
263
263
|
},
|
|
264
264
|
coingecko_id: 'wrapped-bitcoin',
|
|
265
|
-
|
|
265
|
+
traces: [{
|
|
266
266
|
type: 'ibc',
|
|
267
267
|
counterparty: {
|
|
268
268
|
channel: 'channel-3',
|
|
@@ -291,7 +291,7 @@ var asset_list = {
|
|
|
291
291
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
292
292
|
},
|
|
293
293
|
coingecko_id: 'aave',
|
|
294
|
-
|
|
294
|
+
traces: [{
|
|
295
295
|
type: 'ibc',
|
|
296
296
|
counterparty: {
|
|
297
297
|
channel: 'channel-3',
|
|
@@ -320,7 +320,7 @@ var asset_list = {
|
|
|
320
320
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
321
321
|
},
|
|
322
322
|
coingecko_id: 'apecoin',
|
|
323
|
-
|
|
323
|
+
traces: [{
|
|
324
324
|
type: 'ibc',
|
|
325
325
|
counterparty: {
|
|
326
326
|
channel: 'channel-3',
|
|
@@ -351,7 +351,7 @@ var asset_list = {
|
|
|
351
351
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
352
352
|
},
|
|
353
353
|
coingecko_id: 'axie-infinity',
|
|
354
|
-
|
|
354
|
+
traces: [{
|
|
355
355
|
type: 'ibc',
|
|
356
356
|
counterparty: {
|
|
357
357
|
channel: 'channel-3',
|
|
@@ -381,7 +381,7 @@ var asset_list = {
|
|
|
381
381
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
382
382
|
},
|
|
383
383
|
coingecko_id: 'chainlink',
|
|
384
|
-
|
|
384
|
+
traces: [{
|
|
385
385
|
type: 'ibc',
|
|
386
386
|
counterparty: {
|
|
387
387
|
channel: 'channel-3',
|
|
@@ -410,7 +410,7 @@ var asset_list = {
|
|
|
410
410
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
411
411
|
},
|
|
412
412
|
coingecko_id: 'maker',
|
|
413
|
-
|
|
413
|
+
traces: [{
|
|
414
414
|
type: 'ibc',
|
|
415
415
|
counterparty: {
|
|
416
416
|
channel: 'channel-3',
|
|
@@ -439,7 +439,7 @@ var asset_list = {
|
|
|
439
439
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
|
440
440
|
},
|
|
441
441
|
coingecko_id: 'rai',
|
|
442
|
-
|
|
442
|
+
traces: [{
|
|
443
443
|
type: 'ibc',
|
|
444
444
|
counterparty: {
|
|
445
445
|
channel: 'channel-3',
|
|
@@ -468,7 +468,7 @@ var asset_list = {
|
|
|
468
468
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
469
469
|
},
|
|
470
470
|
coingecko_id: 'shiba-inu',
|
|
471
|
-
|
|
471
|
+
traces: [{
|
|
472
472
|
type: 'ibc',
|
|
473
473
|
counterparty: {
|
|
474
474
|
channel: 'channel-3',
|
|
@@ -497,7 +497,7 @@ var asset_list = {
|
|
|
497
497
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
|
|
498
498
|
},
|
|
499
499
|
coingecko_id: 'staked-ether',
|
|
500
|
-
|
|
500
|
+
traces: [{
|
|
501
501
|
type: 'ibc',
|
|
502
502
|
counterparty: {
|
|
503
503
|
channel: 'channel-3',
|
|
@@ -526,7 +526,7 @@ var asset_list = {
|
|
|
526
526
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
527
527
|
},
|
|
528
528
|
coingecko_id: 'uniswap',
|
|
529
|
-
|
|
529
|
+
traces: [{
|
|
530
530
|
type: 'ibc',
|
|
531
531
|
counterparty: {
|
|
532
532
|
channel: 'channel-3',
|
|
@@ -555,7 +555,7 @@ var asset_list = {
|
|
|
555
555
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
556
556
|
},
|
|
557
557
|
coingecko_id: 'chain-2',
|
|
558
|
-
|
|
558
|
+
traces: [{
|
|
559
559
|
type: 'ibc',
|
|
560
560
|
counterparty: {
|
|
561
561
|
channel: 'channel-3',
|
|
@@ -585,7 +585,7 @@ var asset_list = {
|
|
|
585
585
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
|
586
586
|
},
|
|
587
587
|
coingecko_id: 'polkadot',
|
|
588
|
-
|
|
588
|
+
traces: [{
|
|
589
589
|
type: 'ibc',
|
|
590
590
|
counterparty: {
|
|
591
591
|
channel: 'channel-3',
|
|
@@ -615,7 +615,7 @@ var asset_list = {
|
|
|
615
615
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
616
616
|
},
|
|
617
617
|
coingecko_id: 'wrapped-moonbeam',
|
|
618
|
-
|
|
618
|
+
traces: [{
|
|
619
619
|
type: 'ibc',
|
|
620
620
|
counterparty: {
|
|
621
621
|
channel: 'channel-3',
|
|
@@ -645,7 +645,7 @@ var asset_list = {
|
|
|
645
645
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
646
646
|
},
|
|
647
647
|
coingecko_id: 'band-protocol',
|
|
648
|
-
|
|
648
|
+
traces: [{
|
|
649
649
|
type: 'ibc',
|
|
650
650
|
counterparty: {
|
|
651
651
|
channel: 'channel-83',
|
|
@@ -675,7 +675,7 @@ var asset_list = {
|
|
|
675
675
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
676
676
|
},
|
|
677
677
|
coingecko_id: 'bitcanna',
|
|
678
|
-
|
|
678
|
+
traces: [{
|
|
679
679
|
type: 'ibc',
|
|
680
680
|
counterparty: {
|
|
681
681
|
channel: 'channel-1',
|
|
@@ -706,7 +706,7 @@ var asset_list = {
|
|
|
706
706
|
},
|
|
707
707
|
type_asset: 'sdk.coin',
|
|
708
708
|
coingecko_id: 'bitsong',
|
|
709
|
-
|
|
709
|
+
traces: [{
|
|
710
710
|
type: 'ibc',
|
|
711
711
|
counterparty: {
|
|
712
712
|
channel: 'channel-0',
|
|
@@ -734,7 +734,7 @@ var asset_list = {
|
|
|
734
734
|
logo_URIs: {
|
|
735
735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
|
736
736
|
},
|
|
737
|
-
|
|
737
|
+
traces: [{
|
|
738
738
|
type: 'ibc',
|
|
739
739
|
counterparty: {
|
|
740
740
|
channel: 'channel-0',
|
|
@@ -762,7 +762,7 @@ var asset_list = {
|
|
|
762
762
|
logo_URIs: {
|
|
763
763
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
|
|
764
764
|
},
|
|
765
|
-
|
|
765
|
+
traces: [{
|
|
766
766
|
type: 'ibc',
|
|
767
767
|
counterparty: {
|
|
768
768
|
channel: 'channel-0',
|
|
@@ -790,7 +790,7 @@ var asset_list = {
|
|
|
790
790
|
logo_URIs: {
|
|
791
791
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
|
|
792
792
|
},
|
|
793
|
-
|
|
793
|
+
traces: [{
|
|
794
794
|
type: 'ibc',
|
|
795
795
|
counterparty: {
|
|
796
796
|
channel: 'channel-0',
|
|
@@ -818,7 +818,7 @@ var asset_list = {
|
|
|
818
818
|
logo_URIs: {
|
|
819
819
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
|
|
820
820
|
},
|
|
821
|
-
|
|
821
|
+
traces: [{
|
|
822
822
|
type: 'ibc',
|
|
823
823
|
counterparty: {
|
|
824
824
|
channel: 'channel-0',
|
|
@@ -846,7 +846,7 @@ var asset_list = {
|
|
|
846
846
|
logo_URIs: {
|
|
847
847
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
|
|
848
848
|
},
|
|
849
|
-
|
|
849
|
+
traces: [{
|
|
850
850
|
type: 'ibc',
|
|
851
851
|
counterparty: {
|
|
852
852
|
channel: 'channel-0',
|
|
@@ -874,7 +874,7 @@ var asset_list = {
|
|
|
874
874
|
logo_URIs: {
|
|
875
875
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
|
|
876
876
|
},
|
|
877
|
-
|
|
877
|
+
traces: [{
|
|
878
878
|
type: 'ibc',
|
|
879
879
|
counterparty: {
|
|
880
880
|
channel: 'channel-0',
|
|
@@ -902,7 +902,7 @@ var asset_list = {
|
|
|
902
902
|
logo_URIs: {
|
|
903
903
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
|
|
904
904
|
},
|
|
905
|
-
|
|
905
|
+
traces: [{
|
|
906
906
|
type: 'ibc',
|
|
907
907
|
counterparty: {
|
|
908
908
|
channel: 'channel-0',
|
|
@@ -930,7 +930,7 @@ var asset_list = {
|
|
|
930
930
|
logo_URIs: {
|
|
931
931
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
|
932
932
|
},
|
|
933
|
-
|
|
933
|
+
traces: [{
|
|
934
934
|
type: 'ibc',
|
|
935
935
|
counterparty: {
|
|
936
936
|
channel: 'channel-0',
|
|
@@ -958,7 +958,7 @@ var asset_list = {
|
|
|
958
958
|
logo_URIs: {
|
|
959
959
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
|
|
960
960
|
},
|
|
961
|
-
|
|
961
|
+
traces: [{
|
|
962
962
|
type: 'ibc',
|
|
963
963
|
counterparty: {
|
|
964
964
|
channel: 'channel-0',
|
|
@@ -986,7 +986,7 @@ var asset_list = {
|
|
|
986
986
|
logo_URIs: {
|
|
987
987
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
|
|
988
988
|
},
|
|
989
|
-
|
|
989
|
+
traces: [{
|
|
990
990
|
type: 'ibc',
|
|
991
991
|
counterparty: {
|
|
992
992
|
channel: 'channel-0',
|
|
@@ -1014,7 +1014,7 @@ var asset_list = {
|
|
|
1014
1014
|
logo_URIs: {
|
|
1015
1015
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
|
|
1016
1016
|
},
|
|
1017
|
-
|
|
1017
|
+
traces: [{
|
|
1018
1018
|
type: 'ibc',
|
|
1019
1019
|
counterparty: {
|
|
1020
1020
|
channel: 'channel-0',
|
|
@@ -1042,7 +1042,7 @@ var asset_list = {
|
|
|
1042
1042
|
logo_URIs: {
|
|
1043
1043
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
|
|
1044
1044
|
},
|
|
1045
|
-
|
|
1045
|
+
traces: [{
|
|
1046
1046
|
type: 'ibc',
|
|
1047
1047
|
counterparty: {
|
|
1048
1048
|
channel: 'channel-0',
|
|
@@ -1070,7 +1070,7 @@ var asset_list = {
|
|
|
1070
1070
|
logo_URIs: {
|
|
1071
1071
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
|
|
1072
1072
|
},
|
|
1073
|
-
|
|
1073
|
+
traces: [{
|
|
1074
1074
|
type: 'ibc',
|
|
1075
1075
|
counterparty: {
|
|
1076
1076
|
channel: 'channel-0',
|
|
@@ -1098,7 +1098,7 @@ var asset_list = {
|
|
|
1098
1098
|
logo_URIs: {
|
|
1099
1099
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
|
|
1100
1100
|
},
|
|
1101
|
-
|
|
1101
|
+
traces: [{
|
|
1102
1102
|
type: 'ibc',
|
|
1103
1103
|
counterparty: {
|
|
1104
1104
|
channel: 'channel-0',
|
|
@@ -1124,7 +1124,7 @@ var asset_list = {
|
|
|
1124
1124
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png'
|
|
1125
1125
|
},
|
|
1126
1126
|
coingecko_id: 'bostrom',
|
|
1127
|
-
|
|
1127
|
+
traces: [{
|
|
1128
1128
|
type: 'ibc',
|
|
1129
1129
|
counterparty: {
|
|
1130
1130
|
channel: 'channel-2',
|
|
@@ -1155,7 +1155,7 @@ var asset_list = {
|
|
|
1155
1155
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg'
|
|
1156
1156
|
},
|
|
1157
1157
|
coingecko_id: 'switcheo',
|
|
1158
|
-
|
|
1158
|
+
traces: [{
|
|
1159
1159
|
type: 'ibc',
|
|
1160
1160
|
counterparty: {
|
|
1161
1161
|
channel: 'channel-0',
|
|
@@ -1184,7 +1184,7 @@ var asset_list = {
|
|
|
1184
1184
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png'
|
|
1185
1185
|
},
|
|
1186
1186
|
coingecko_id: 'cerberus-2',
|
|
1187
|
-
|
|
1187
|
+
traces: [{
|
|
1188
1188
|
type: 'ibc',
|
|
1189
1189
|
counterparty: {
|
|
1190
1190
|
channel: 'channel-1',
|
|
@@ -1214,7 +1214,7 @@ var asset_list = {
|
|
|
1214
1214
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
|
|
1215
1215
|
},
|
|
1216
1216
|
coingecko_id: 'cheqd-network',
|
|
1217
|
-
|
|
1217
|
+
traces: [{
|
|
1218
1218
|
type: 'ibc',
|
|
1219
1219
|
counterparty: {
|
|
1220
1220
|
channel: 'channel-0',
|
|
@@ -1243,7 +1243,7 @@ var asset_list = {
|
|
|
1243
1243
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png'
|
|
1244
1244
|
},
|
|
1245
1245
|
coingecko_id: 'chihuahua-token',
|
|
1246
|
-
|
|
1246
|
+
traces: [{
|
|
1247
1247
|
type: 'ibc',
|
|
1248
1248
|
counterparty: {
|
|
1249
1249
|
channel: 'channel-7',
|
|
@@ -1272,7 +1272,7 @@ var asset_list = {
|
|
|
1272
1272
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
|
1273
1273
|
},
|
|
1274
1274
|
coingecko_id: 'comdex',
|
|
1275
|
-
|
|
1275
|
+
traces: [{
|
|
1276
1276
|
type: 'ibc',
|
|
1277
1277
|
counterparty: {
|
|
1278
1278
|
channel: 'channel-1',
|
|
@@ -1302,7 +1302,7 @@ var asset_list = {
|
|
|
1302
1302
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1303
1303
|
},
|
|
1304
1304
|
coingecko_id: 'cosmos',
|
|
1305
|
-
|
|
1305
|
+
traces: [{
|
|
1306
1306
|
type: 'ibc',
|
|
1307
1307
|
counterparty: {
|
|
1308
1308
|
channel: 'channel-141',
|
|
@@ -1333,7 +1333,7 @@ var asset_list = {
|
|
|
1333
1333
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
1334
1334
|
},
|
|
1335
1335
|
coingecko_id: 'crescent-network',
|
|
1336
|
-
|
|
1336
|
+
traces: [{
|
|
1337
1337
|
type: 'ibc',
|
|
1338
1338
|
counterparty: {
|
|
1339
1339
|
channel: 'channel-9',
|
|
@@ -1364,7 +1364,7 @@ var asset_list = {
|
|
|
1364
1364
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
1365
1365
|
},
|
|
1366
1366
|
coingecko_id: 'crescent-network',
|
|
1367
|
-
|
|
1367
|
+
traces: [{
|
|
1368
1368
|
type: 'ibc',
|
|
1369
1369
|
counterparty: {
|
|
1370
1370
|
channel: 'channel-9',
|
|
@@ -1393,7 +1393,7 @@ var asset_list = {
|
|
|
1393
1393
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
|
|
1394
1394
|
},
|
|
1395
1395
|
coingecko_id: 'crypto-com-chain',
|
|
1396
|
-
|
|
1396
|
+
traces: [{
|
|
1397
1397
|
type: 'ibc',
|
|
1398
1398
|
counterparty: {
|
|
1399
1399
|
channel: 'channel-10',
|
|
@@ -1424,7 +1424,7 @@ var asset_list = {
|
|
|
1424
1424
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
1425
1425
|
},
|
|
1426
1426
|
coingecko_id: 'decentr',
|
|
1427
|
-
|
|
1427
|
+
traces: [{
|
|
1428
1428
|
type: 'ibc',
|
|
1429
1429
|
counterparty: {
|
|
1430
1430
|
channel: 'channel-1',
|
|
@@ -1455,7 +1455,7 @@ var asset_list = {
|
|
|
1455
1455
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
|
|
1456
1456
|
},
|
|
1457
1457
|
coingecko_id: 'desmos',
|
|
1458
|
-
|
|
1458
|
+
traces: [{
|
|
1459
1459
|
type: 'ibc',
|
|
1460
1460
|
counterparty: {
|
|
1461
1461
|
channel: 'channel-2',
|
|
@@ -1484,7 +1484,7 @@ var asset_list = {
|
|
|
1484
1484
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
1485
1485
|
},
|
|
1486
1486
|
coingecko_id: 'dig-chain',
|
|
1487
|
-
|
|
1487
|
+
traces: [{
|
|
1488
1488
|
type: 'ibc',
|
|
1489
1489
|
counterparty: {
|
|
1490
1490
|
channel: 'channel-1',
|
|
@@ -1513,7 +1513,7 @@ var asset_list = {
|
|
|
1513
1513
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png'
|
|
1514
1514
|
},
|
|
1515
1515
|
coingecko_id: 'e-money',
|
|
1516
|
-
|
|
1516
|
+
traces: [{
|
|
1517
1517
|
type: 'ibc',
|
|
1518
1518
|
counterparty: {
|
|
1519
1519
|
channel: 'channel-0',
|
|
@@ -1542,7 +1542,7 @@ var asset_list = {
|
|
|
1542
1542
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1543
1543
|
},
|
|
1544
1544
|
coingecko_id: 'e-money-eur',
|
|
1545
|
-
|
|
1545
|
+
traces: [{
|
|
1546
1546
|
type: 'ibc',
|
|
1547
1547
|
counterparty: {
|
|
1548
1548
|
channel: 'channel-0',
|
|
@@ -1572,7 +1572,7 @@ var asset_list = {
|
|
|
1572
1572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png'
|
|
1573
1573
|
},
|
|
1574
1574
|
coingecko_id: 'evmos',
|
|
1575
|
-
|
|
1575
|
+
traces: [{
|
|
1576
1576
|
type: 'ibc',
|
|
1577
1577
|
counterparty: {
|
|
1578
1578
|
channel: 'channel-0',
|
|
@@ -1602,7 +1602,7 @@ var asset_list = {
|
|
|
1602
1602
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
1603
1603
|
},
|
|
1604
1604
|
coingecko_id: 'fetch-ai',
|
|
1605
|
-
|
|
1605
|
+
traces: [{
|
|
1606
1606
|
type: 'ibc',
|
|
1607
1607
|
counterparty: {
|
|
1608
1608
|
channel: 'channel-10',
|
|
@@ -1631,7 +1631,7 @@ var asset_list = {
|
|
|
1631
1631
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
|
|
1632
1632
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png'
|
|
1633
1633
|
},
|
|
1634
|
-
|
|
1634
|
+
traces: [{
|
|
1635
1635
|
type: 'ibc',
|
|
1636
1636
|
counterparty: {
|
|
1637
1637
|
channel: 'channel-10',
|
|
@@ -1660,7 +1660,7 @@ var asset_list = {
|
|
|
1660
1660
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg',
|
|
1661
1661
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png'
|
|
1662
1662
|
},
|
|
1663
|
-
|
|
1663
|
+
traces: [{
|
|
1664
1664
|
type: 'ibc',
|
|
1665
1665
|
counterparty: {
|
|
1666
1666
|
channel: 'channel-0',
|
|
@@ -1689,7 +1689,7 @@ var asset_list = {
|
|
|
1689
1689
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg',
|
|
1690
1690
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png'
|
|
1691
1691
|
},
|
|
1692
|
-
|
|
1692
|
+
traces: [{
|
|
1693
1693
|
type: 'ibc',
|
|
1694
1694
|
counterparty: {
|
|
1695
1695
|
channel: 'channel-1',
|
|
@@ -1720,7 +1720,7 @@ var asset_list = {
|
|
|
1720
1720
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg',
|
|
1721
1721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
1722
1722
|
},
|
|
1723
|
-
|
|
1723
|
+
traces: [{
|
|
1724
1724
|
type: 'ibc',
|
|
1725
1725
|
counterparty: {
|
|
1726
1726
|
channel: 'channel-10',
|
|
@@ -1749,7 +1749,7 @@ var asset_list = {
|
|
|
1749
1749
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png'
|
|
1750
1750
|
},
|
|
1751
1751
|
coingecko_id: 'ixo',
|
|
1752
|
-
|
|
1752
|
+
traces: [{
|
|
1753
1753
|
type: 'ibc',
|
|
1754
1754
|
counterparty: {
|
|
1755
1755
|
channel: 'channel-4',
|
|
@@ -1779,7 +1779,7 @@ var asset_list = {
|
|
|
1779
1779
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
1780
1780
|
},
|
|
1781
1781
|
coingecko_id: 'injective-protocol',
|
|
1782
|
-
|
|
1782
|
+
traces: [{
|
|
1783
1783
|
type: 'ibc',
|
|
1784
1784
|
counterparty: {
|
|
1785
1785
|
channel: 'channel-8',
|
|
@@ -1809,7 +1809,7 @@ var asset_list = {
|
|
|
1809
1809
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
1810
1810
|
},
|
|
1811
1811
|
coingecko_id: 'iris-network',
|
|
1812
|
-
|
|
1812
|
+
traces: [{
|
|
1813
1813
|
type: 'ibc',
|
|
1814
1814
|
counterparty: {
|
|
1815
1815
|
channel: 'channel-3',
|
|
@@ -1839,7 +1839,7 @@ var asset_list = {
|
|
|
1839
1839
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
1840
1840
|
},
|
|
1841
1841
|
coingecko_id: 'juno-network',
|
|
1842
|
-
|
|
1842
|
+
traces: [{
|
|
1843
1843
|
type: 'ibc',
|
|
1844
1844
|
counterparty: {
|
|
1845
1845
|
channel: 'channel-0',
|
|
@@ -1870,7 +1870,7 @@ var asset_list = {
|
|
|
1870
1870
|
png: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/neta.png'
|
|
1871
1871
|
},
|
|
1872
1872
|
coingecko_id: 'neta',
|
|
1873
|
-
|
|
1873
|
+
traces: [{
|
|
1874
1874
|
type: 'ibc',
|
|
1875
1875
|
counterparty: {
|
|
1876
1876
|
channel: 'channel-0',
|
|
@@ -1899,7 +1899,7 @@ var asset_list = {
|
|
|
1899
1899
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png'
|
|
1900
1900
|
},
|
|
1901
1901
|
coingecko_id: 'kava',
|
|
1902
|
-
|
|
1902
|
+
traces: [{
|
|
1903
1903
|
type: 'ibc',
|
|
1904
1904
|
counterparty: {
|
|
1905
1905
|
channel: 'channel-1',
|
|
@@ -1929,7 +1929,7 @@ var asset_list = {
|
|
|
1929
1929
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
1930
1930
|
},
|
|
1931
1931
|
coingecko_id: 'kava-lend',
|
|
1932
|
-
|
|
1932
|
+
traces: [{
|
|
1933
1933
|
type: 'ibc',
|
|
1934
1934
|
counterparty: {
|
|
1935
1935
|
channel: 'channel-1',
|
|
@@ -1959,7 +1959,7 @@ var asset_list = {
|
|
|
1959
1959
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
1960
1960
|
},
|
|
1961
1961
|
coingecko_id: 'kava-swap',
|
|
1962
|
-
|
|
1962
|
+
traces: [{
|
|
1963
1963
|
type: 'ibc',
|
|
1964
1964
|
counterparty: {
|
|
1965
1965
|
channel: 'channel-1',
|
|
@@ -1988,7 +1988,7 @@ var asset_list = {
|
|
|
1988
1988
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png'
|
|
1989
1989
|
},
|
|
1990
1990
|
coingecko_id: 'usdx',
|
|
1991
|
-
|
|
1991
|
+
traces: [{
|
|
1992
1992
|
type: 'ibc',
|
|
1993
1993
|
counterparty: {
|
|
1994
1994
|
channel: 'channel-1',
|
|
@@ -2018,7 +2018,7 @@ var asset_list = {
|
|
|
2018
2018
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
2019
2019
|
},
|
|
2020
2020
|
coingecko_id: 'ki',
|
|
2021
|
-
|
|
2021
|
+
traces: [{
|
|
2022
2022
|
type: 'ibc',
|
|
2023
2023
|
counterparty: {
|
|
2024
2024
|
channel: 'channel-0',
|
|
@@ -2048,7 +2048,7 @@ var asset_list = {
|
|
|
2048
2048
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
2049
2049
|
},
|
|
2050
2050
|
coingecko_id: 'darcmatter-coin',
|
|
2051
|
-
|
|
2051
|
+
traces: [{
|
|
2052
2052
|
type: 'ibc',
|
|
2053
2053
|
counterparty: {
|
|
2054
2054
|
channel: 'channel-0',
|
|
@@ -2059,6 +2059,35 @@ var asset_list = {
|
|
|
2059
2059
|
channel: 'channel-171'
|
|
2060
2060
|
}
|
|
2061
2061
|
}]
|
|
2062
|
+
}, {
|
|
2063
|
+
description: 'The native staking and governance token of the Kujira chain.',
|
|
2064
|
+
denom_units: [{
|
|
2065
|
+
denom: 'ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE',
|
|
2066
|
+
exponent: 0,
|
|
2067
|
+
aliases: ['ukuji']
|
|
2068
|
+
}, {
|
|
2069
|
+
denom: 'kuji',
|
|
2070
|
+
exponent: 6
|
|
2071
|
+
}],
|
|
2072
|
+
base: 'ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE',
|
|
2073
|
+
name: 'Kuji',
|
|
2074
|
+
display: 'kuji',
|
|
2075
|
+
symbol: 'KUJI',
|
|
2076
|
+
coingecko_id: 'kujira',
|
|
2077
|
+
logo_URIs: {
|
|
2078
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png'
|
|
2079
|
+
},
|
|
2080
|
+
traces: [{
|
|
2081
|
+
type: 'ibc',
|
|
2082
|
+
counterparty: {
|
|
2083
|
+
channel: 'channel-3',
|
|
2084
|
+
denom: 'ukuji',
|
|
2085
|
+
chain_name: 'kujira'
|
|
2086
|
+
},
|
|
2087
|
+
chain: {
|
|
2088
|
+
channel: 'channel-259'
|
|
2089
|
+
}
|
|
2090
|
+
}]
|
|
2062
2091
|
}, {
|
|
2063
2092
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
2064
2093
|
denom_units: [{
|
|
@@ -2078,7 +2107,7 @@ var asset_list = {
|
|
|
2078
2107
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
2079
2108
|
},
|
|
2080
2109
|
coingecko_id: 'likecoin',
|
|
2081
|
-
|
|
2110
|
+
traces: [{
|
|
2082
2111
|
type: 'ibc',
|
|
2083
2112
|
counterparty: {
|
|
2084
2113
|
channel: 'channel-3',
|
|
@@ -2106,7 +2135,7 @@ var asset_list = {
|
|
|
2106
2135
|
logo_URIs: {
|
|
2107
2136
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png'
|
|
2108
2137
|
},
|
|
2109
|
-
|
|
2138
|
+
traces: [{
|
|
2110
2139
|
type: 'ibc',
|
|
2111
2140
|
counterparty: {
|
|
2112
2141
|
channel: 'channel-3',
|
|
@@ -2136,7 +2165,7 @@ var asset_list = {
|
|
|
2136
2165
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg'
|
|
2137
2166
|
},
|
|
2138
2167
|
coingecko_id: 'lum-network',
|
|
2139
|
-
|
|
2168
|
+
traces: [{
|
|
2140
2169
|
type: 'ibc',
|
|
2141
2170
|
counterparty: {
|
|
2142
2171
|
channel: 'channel-3',
|
|
@@ -2165,7 +2194,7 @@ var asset_list = {
|
|
|
2165
2194
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
2166
2195
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
2167
2196
|
},
|
|
2168
|
-
|
|
2197
|
+
traces: [{
|
|
2169
2198
|
type: 'ibc',
|
|
2170
2199
|
counterparty: {
|
|
2171
2200
|
channel: 'channel-1',
|
|
@@ -2194,7 +2223,7 @@ var asset_list = {
|
|
|
2194
2223
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
2195
2224
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
2196
2225
|
},
|
|
2197
|
-
|
|
2226
|
+
traces: [{
|
|
2198
2227
|
type: 'ibc',
|
|
2199
2228
|
counterparty: {
|
|
2200
2229
|
channel: 'channel-16',
|
|
@@ -2220,11 +2249,11 @@ var asset_list = {
|
|
|
2220
2249
|
display: 'ORAI',
|
|
2221
2250
|
symbol: 'ORAI',
|
|
2222
2251
|
logo_URIs: {
|
|
2223
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2224
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg'
|
|
2252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2253
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2225
2254
|
},
|
|
2226
2255
|
coingecko_id: 'oraichain-token',
|
|
2227
|
-
|
|
2256
|
+
traces: [{
|
|
2228
2257
|
type: 'ibc',
|
|
2229
2258
|
counterparty: {
|
|
2230
2259
|
channel: 'channel-13',
|
|
@@ -2253,7 +2282,7 @@ var asset_list = {
|
|
|
2253
2282
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png'
|
|
2254
2283
|
},
|
|
2255
2284
|
coingecko_id: 'medibloc',
|
|
2256
|
-
|
|
2285
|
+
traces: [{
|
|
2257
2286
|
type: 'ibc',
|
|
2258
2287
|
counterparty: {
|
|
2259
2288
|
channel: 'channel-1',
|
|
@@ -2283,7 +2312,7 @@ var asset_list = {
|
|
|
2283
2312
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
2284
2313
|
},
|
|
2285
2314
|
coingecko_id: 'persistence',
|
|
2286
|
-
|
|
2315
|
+
traces: [{
|
|
2287
2316
|
type: 'ibc',
|
|
2288
2317
|
counterparty: {
|
|
2289
2318
|
channel: 'channel-6',
|
|
@@ -2318,7 +2347,7 @@ var asset_list = {
|
|
|
2318
2347
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2319
2348
|
},
|
|
2320
2349
|
coingecko_id: 'pstake-finance',
|
|
2321
|
-
|
|
2350
|
+
traces: [{
|
|
2322
2351
|
type: 'ibc',
|
|
2323
2352
|
counterparty: {
|
|
2324
2353
|
channel: 'channel-6',
|
|
@@ -2349,7 +2378,7 @@ var asset_list = {
|
|
|
2349
2378
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg'
|
|
2350
2379
|
},
|
|
2351
2380
|
coingecko_id: 'provenance-blockchain',
|
|
2352
|
-
|
|
2381
|
+
traces: [{
|
|
2353
2382
|
type: 'ibc',
|
|
2354
2383
|
counterparty: {
|
|
2355
2384
|
channel: 'channel-7',
|
|
@@ -2378,7 +2407,7 @@ var asset_list = {
|
|
|
2378
2407
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png'
|
|
2379
2408
|
},
|
|
2380
2409
|
coingecko_id: 'regen',
|
|
2381
|
-
|
|
2410
|
+
traces: [{
|
|
2382
2411
|
type: 'ibc',
|
|
2383
2412
|
counterparty: {
|
|
2384
2413
|
channel: 'channel-1',
|
|
@@ -2408,7 +2437,7 @@ var asset_list = {
|
|
|
2408
2437
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
2409
2438
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
2410
2439
|
},
|
|
2411
|
-
|
|
2440
|
+
traces: [{
|
|
2412
2441
|
type: 'ibc',
|
|
2413
2442
|
counterparty: {
|
|
2414
2443
|
channel: 'channel-1',
|
|
@@ -2438,7 +2467,7 @@ var asset_list = {
|
|
|
2438
2467
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2439
2468
|
},
|
|
2440
2469
|
coingecko_id: 'secret',
|
|
2441
|
-
|
|
2470
|
+
traces: [{
|
|
2442
2471
|
type: 'ibc',
|
|
2443
2472
|
counterparty: {
|
|
2444
2473
|
channel: 'channel-1',
|
|
@@ -2467,7 +2496,7 @@ var asset_list = {
|
|
|
2467
2496
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png'
|
|
2468
2497
|
},
|
|
2469
2498
|
coingecko_id: 'sentinel',
|
|
2470
|
-
|
|
2499
|
+
traces: [{
|
|
2471
2500
|
type: 'ibc',
|
|
2472
2501
|
counterparty: {
|
|
2473
2502
|
channel: 'channel-0',
|
|
@@ -2496,7 +2525,7 @@ var asset_list = {
|
|
|
2496
2525
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png'
|
|
2497
2526
|
},
|
|
2498
2527
|
coingecko_id: 'certik',
|
|
2499
|
-
|
|
2528
|
+
traces: [{
|
|
2500
2529
|
type: 'ibc',
|
|
2501
2530
|
counterparty: {
|
|
2502
2531
|
channel: 'channel-8',
|
|
@@ -2523,7 +2552,7 @@ var asset_list = {
|
|
|
2523
2552
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
|
2524
2553
|
},
|
|
2525
2554
|
coingecko_id: 'sifchain',
|
|
2526
|
-
|
|
2555
|
+
traces: [{
|
|
2527
2556
|
type: 'ibc',
|
|
2528
2557
|
counterparty: {
|
|
2529
2558
|
channel: 'channel-17',
|
|
@@ -2557,7 +2586,7 @@ var asset_list = {
|
|
|
2557
2586
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
2558
2587
|
},
|
|
2559
2588
|
coingecko_id: 'sommelier',
|
|
2560
|
-
|
|
2589
|
+
traces: [{
|
|
2561
2590
|
type: 'ibc',
|
|
2562
2591
|
counterparty: {
|
|
2563
2592
|
channel: 'channel-0',
|
|
@@ -2586,7 +2615,7 @@ var asset_list = {
|
|
|
2586
2615
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
2587
2616
|
},
|
|
2588
2617
|
coingecko_id: 'stargaze',
|
|
2589
|
-
|
|
2618
|
+
traces: [{
|
|
2590
2619
|
type: 'ibc',
|
|
2591
2620
|
counterparty: {
|
|
2592
2621
|
channel: 'channel-0',
|
|
@@ -2616,7 +2645,7 @@ var asset_list = {
|
|
|
2616
2645
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
2617
2646
|
},
|
|
2618
2647
|
coingecko_id: 'starname',
|
|
2619
|
-
|
|
2648
|
+
traces: [{
|
|
2620
2649
|
type: 'ibc',
|
|
2621
2650
|
counterparty: {
|
|
2622
2651
|
channel: 'channel-2',
|
|
@@ -2651,7 +2680,7 @@ var asset_list = {
|
|
|
2651
2680
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
|
2652
2681
|
},
|
|
2653
2682
|
coingecko_id: 'terra-luna',
|
|
2654
|
-
|
|
2683
|
+
traces: [{
|
|
2655
2684
|
type: 'ibc',
|
|
2656
2685
|
counterparty: {
|
|
2657
2686
|
channel: 'channel-1',
|
|
@@ -2686,7 +2715,7 @@ var asset_list = {
|
|
|
2686
2715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
|
2687
2716
|
},
|
|
2688
2717
|
coingecko_id: 'terrausd',
|
|
2689
|
-
|
|
2718
|
+
traces: [{
|
|
2690
2719
|
type: 'ibc',
|
|
2691
2720
|
counterparty: {
|
|
2692
2721
|
channel: 'channel-1',
|
|
@@ -2721,7 +2750,7 @@ var asset_list = {
|
|
|
2721
2750
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
|
2722
2751
|
},
|
|
2723
2752
|
coingecko_id: 'terrakrw',
|
|
2724
|
-
|
|
2753
|
+
traces: [{
|
|
2725
2754
|
type: 'ibc',
|
|
2726
2755
|
counterparty: {
|
|
2727
2756
|
channel: 'channel-1',
|
|
@@ -2755,7 +2784,7 @@ var asset_list = {
|
|
|
2755
2784
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
|
2756
2785
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
|
2757
2786
|
},
|
|
2758
|
-
|
|
2787
|
+
traces: [{
|
|
2759
2788
|
type: 'ibc',
|
|
2760
2789
|
counterparty: {
|
|
2761
2790
|
channel: 'channel-1',
|
|
@@ -2789,7 +2818,7 @@ var asset_list = {
|
|
|
2789
2818
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
|
2790
2819
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
|
2791
2820
|
},
|
|
2792
|
-
|
|
2821
|
+
traces: [{
|
|
2793
2822
|
type: 'ibc',
|
|
2794
2823
|
counterparty: {
|
|
2795
2824
|
channel: 'channel-1',
|
|
@@ -2823,7 +2852,7 @@ var asset_list = {
|
|
|
2823
2852
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
|
2824
2853
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
|
2825
2854
|
},
|
|
2826
|
-
|
|
2855
|
+
traces: [{
|
|
2827
2856
|
type: 'ibc',
|
|
2828
2857
|
counterparty: {
|
|
2829
2858
|
channel: 'channel-1',
|
|
@@ -2857,7 +2886,7 @@ var asset_list = {
|
|
|
2857
2886
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
|
2858
2887
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
|
2859
2888
|
},
|
|
2860
|
-
|
|
2889
|
+
traces: [{
|
|
2861
2890
|
type: 'ibc',
|
|
2862
2891
|
counterparty: {
|
|
2863
2892
|
channel: 'channel-1',
|
|
@@ -2891,7 +2920,7 @@ var asset_list = {
|
|
|
2891
2920
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
|
2892
2921
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
|
2893
2922
|
},
|
|
2894
|
-
|
|
2923
|
+
traces: [{
|
|
2895
2924
|
type: 'ibc',
|
|
2896
2925
|
counterparty: {
|
|
2897
2926
|
channel: 'channel-1',
|
|
@@ -2925,7 +2954,7 @@ var asset_list = {
|
|
|
2925
2954
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
|
2926
2955
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
|
2927
2956
|
},
|
|
2928
|
-
|
|
2957
|
+
traces: [{
|
|
2929
2958
|
type: 'ibc',
|
|
2930
2959
|
counterparty: {
|
|
2931
2960
|
channel: 'channel-1',
|
|
@@ -2959,7 +2988,7 @@ var asset_list = {
|
|
|
2959
2988
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
|
2960
2989
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
|
2961
2990
|
},
|
|
2962
|
-
|
|
2991
|
+
traces: [{
|
|
2963
2992
|
type: 'ibc',
|
|
2964
2993
|
counterparty: {
|
|
2965
2994
|
channel: 'channel-1',
|
|
@@ -2993,7 +3022,7 @@ var asset_list = {
|
|
|
2993
3022
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
|
2994
3023
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
|
2995
3024
|
},
|
|
2996
|
-
|
|
3025
|
+
traces: [{
|
|
2997
3026
|
type: 'ibc',
|
|
2998
3027
|
counterparty: {
|
|
2999
3028
|
channel: 'channel-1',
|
|
@@ -3027,7 +3056,7 @@ var asset_list = {
|
|
|
3027
3056
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
|
3028
3057
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
|
3029
3058
|
},
|
|
3030
|
-
|
|
3059
|
+
traces: [{
|
|
3031
3060
|
type: 'ibc',
|
|
3032
3061
|
counterparty: {
|
|
3033
3062
|
channel: 'channel-1',
|
|
@@ -3061,7 +3090,7 @@ var asset_list = {
|
|
|
3061
3090
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
|
3062
3091
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
|
3063
3092
|
},
|
|
3064
|
-
|
|
3093
|
+
traces: [{
|
|
3065
3094
|
type: 'ibc',
|
|
3066
3095
|
counterparty: {
|
|
3067
3096
|
channel: 'channel-1',
|
|
@@ -3095,7 +3124,7 @@ var asset_list = {
|
|
|
3095
3124
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
|
3096
3125
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
|
3097
3126
|
},
|
|
3098
|
-
|
|
3127
|
+
traces: [{
|
|
3099
3128
|
type: 'ibc',
|
|
3100
3129
|
counterparty: {
|
|
3101
3130
|
channel: 'channel-1',
|
|
@@ -3129,7 +3158,7 @@ var asset_list = {
|
|
|
3129
3158
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
|
3130
3159
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
|
3131
3160
|
},
|
|
3132
|
-
|
|
3161
|
+
traces: [{
|
|
3133
3162
|
type: 'ibc',
|
|
3134
3163
|
counterparty: {
|
|
3135
3164
|
channel: 'channel-1',
|
|
@@ -3163,7 +3192,7 @@ var asset_list = {
|
|
|
3163
3192
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
|
3164
3193
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
|
3165
3194
|
},
|
|
3166
|
-
|
|
3195
|
+
traces: [{
|
|
3167
3196
|
type: 'ibc',
|
|
3168
3197
|
counterparty: {
|
|
3169
3198
|
channel: 'channel-1',
|
|
@@ -3197,7 +3226,7 @@ var asset_list = {
|
|
|
3197
3226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
|
3198
3227
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
|
3199
3228
|
},
|
|
3200
|
-
|
|
3229
|
+
traces: [{
|
|
3201
3230
|
type: 'ibc',
|
|
3202
3231
|
counterparty: {
|
|
3203
3232
|
channel: 'channel-1',
|
|
@@ -3231,7 +3260,7 @@ var asset_list = {
|
|
|
3231
3260
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
|
3232
3261
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
|
3233
3262
|
},
|
|
3234
|
-
|
|
3263
|
+
traces: [{
|
|
3235
3264
|
type: 'ibc',
|
|
3236
3265
|
counterparty: {
|
|
3237
3266
|
channel: 'channel-1',
|
|
@@ -3265,7 +3294,7 @@ var asset_list = {
|
|
|
3265
3294
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
|
3266
3295
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
|
3267
3296
|
},
|
|
3268
|
-
|
|
3297
|
+
traces: [{
|
|
3269
3298
|
type: 'ibc',
|
|
3270
3299
|
counterparty: {
|
|
3271
3300
|
channel: 'channel-1',
|
|
@@ -3299,7 +3328,7 @@ var asset_list = {
|
|
|
3299
3328
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
|
3300
3329
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
|
3301
3330
|
},
|
|
3302
|
-
|
|
3331
|
+
traces: [{
|
|
3303
3332
|
type: 'ibc',
|
|
3304
3333
|
counterparty: {
|
|
3305
3334
|
channel: 'channel-1',
|
|
@@ -3333,7 +3362,7 @@ var asset_list = {
|
|
|
3333
3362
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
|
3334
3363
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
|
3335
3364
|
},
|
|
3336
|
-
|
|
3365
|
+
traces: [{
|
|
3337
3366
|
type: 'ibc',
|
|
3338
3367
|
counterparty: {
|
|
3339
3368
|
channel: 'channel-1',
|
|
@@ -3367,7 +3396,7 @@ var asset_list = {
|
|
|
3367
3396
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
|
3368
3397
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
|
3369
3398
|
},
|
|
3370
|
-
|
|
3399
|
+
traces: [{
|
|
3371
3400
|
type: 'ibc',
|
|
3372
3401
|
counterparty: {
|
|
3373
3402
|
channel: 'channel-1',
|
|
@@ -3401,7 +3430,7 @@ var asset_list = {
|
|
|
3401
3430
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
|
3402
3431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
|
3403
3432
|
},
|
|
3404
|
-
|
|
3433
|
+
traces: [{
|
|
3405
3434
|
type: 'ibc',
|
|
3406
3435
|
counterparty: {
|
|
3407
3436
|
channel: 'channel-1',
|
|
@@ -3432,7 +3461,7 @@ var asset_list = {
|
|
|
3432
3461
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3433
3462
|
},
|
|
3434
3463
|
coingecko_id: 'tgrade',
|
|
3435
|
-
|
|
3464
|
+
traces: [{
|
|
3436
3465
|
type: 'ibc',
|
|
3437
3466
|
counterparty: {
|
|
3438
3467
|
channel: 'channel-0',
|
|
@@ -3461,7 +3490,7 @@ var asset_list = {
|
|
|
3461
3490
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png'
|
|
3462
3491
|
},
|
|
3463
3492
|
coingecko_id: 'umee',
|
|
3464
|
-
|
|
3493
|
+
traces: [{
|
|
3465
3494
|
type: 'ibc',
|
|
3466
3495
|
counterparty: {
|
|
3467
3496
|
channel: 'channel-0',
|
|
@@ -3492,7 +3521,7 @@ var asset_list = {
|
|
|
3492
3521
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png'
|
|
3493
3522
|
},
|
|
3494
3523
|
coingecko_id: 'vidulum',
|
|
3495
|
-
|
|
3524
|
+
traces: [{
|
|
3496
3525
|
type: 'ibc',
|
|
3497
3526
|
counterparty: {
|
|
3498
3527
|
channel: 'channel-0',
|
|
@@ -3524,7 +3553,7 @@ var asset_list = {
|
|
|
3524
3553
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
3525
3554
|
},
|
|
3526
3555
|
coingecko_id: 'neta',
|
|
3527
|
-
|
|
3556
|
+
traces: [{
|
|
3528
3557
|
type: 'ibc',
|
|
3529
3558
|
counterparty: {
|
|
3530
3559
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3558,7 +3587,7 @@ var asset_list = {
|
|
|
3558
3587
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
3559
3588
|
},
|
|
3560
3589
|
coingecko_id: 'marble',
|
|
3561
|
-
|
|
3590
|
+
traces: [{
|
|
3562
3591
|
type: 'ibc',
|
|
3563
3592
|
counterparty: {
|
|
3564
3593
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3592,7 +3621,7 @@ var asset_list = {
|
|
|
3592
3621
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
3593
3622
|
},
|
|
3594
3623
|
coingecko_id: 'hope-galaxy',
|
|
3595
|
-
|
|
3624
|
+
traces: [{
|
|
3596
3625
|
type: 'ibc',
|
|
3597
3626
|
counterparty: {
|
|
3598
3627
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3626,7 +3655,7 @@ var asset_list = {
|
|
|
3626
3655
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
3627
3656
|
},
|
|
3628
3657
|
coingecko_id: 'racoon',
|
|
3629
|
-
|
|
3658
|
+
traces: [{
|
|
3630
3659
|
type: 'ibc',
|
|
3631
3660
|
counterparty: {
|
|
3632
3661
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3659,7 +3688,7 @@ var asset_list = {
|
|
|
3659
3688
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
|
3660
3689
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
3661
3690
|
},
|
|
3662
|
-
|
|
3691
|
+
traces: [{
|
|
3663
3692
|
type: 'ibc',
|
|
3664
3693
|
counterparty: {
|
|
3665
3694
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3689,7 +3718,7 @@ var asset_list = {
|
|
|
3689
3718
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
|
3690
3719
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3691
3720
|
},
|
|
3692
|
-
|
|
3721
|
+
traces: [{
|
|
3693
3722
|
type: 'ibc',
|
|
3694
3723
|
counterparty: {
|
|
3695
3724
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3722,7 +3751,7 @@ var asset_list = {
|
|
|
3722
3751
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
|
3723
3752
|
},
|
|
3724
3753
|
coingecko_id: 'junoswap-raw-dao',
|
|
3725
|
-
|
|
3754
|
+
traces: [{
|
|
3726
3755
|
type: 'ibc',
|
|
3727
3756
|
counterparty: {
|
|
3728
3757
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3754,7 +3783,7 @@ var asset_list = {
|
|
|
3754
3783
|
logo_URIs: {
|
|
3755
3784
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
3756
3785
|
},
|
|
3757
|
-
|
|
3786
|
+
traces: [{
|
|
3758
3787
|
type: 'ibc',
|
|
3759
3788
|
counterparty: {
|
|
3760
3789
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3786,7 +3815,7 @@ var asset_list = {
|
|
|
3786
3815
|
logo_URIs: {
|
|
3787
3816
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
|
3788
3817
|
},
|
|
3789
|
-
|
|
3818
|
+
traces: [{
|
|
3790
3819
|
type: 'ibc',
|
|
3791
3820
|
counterparty: {
|
|
3792
3821
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3818,7 +3847,7 @@ var asset_list = {
|
|
|
3818
3847
|
logo_URIs: {
|
|
3819
3848
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
3820
3849
|
},
|
|
3821
|
-
|
|
3850
|
+
traces: [{
|
|
3822
3851
|
type: 'ibc',
|
|
3823
3852
|
counterparty: {
|
|
3824
3853
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3851,7 +3880,7 @@ var asset_list = {
|
|
|
3851
3880
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
|
3852
3881
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
3853
3882
|
},
|
|
3854
|
-
|
|
3883
|
+
traces: [{
|
|
3855
3884
|
type: 'ibc',
|
|
3856
3885
|
counterparty: {
|
|
3857
3886
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3884,7 +3913,7 @@ var asset_list = {
|
|
|
3884
3913
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
3885
3914
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
3886
3915
|
},
|
|
3887
|
-
|
|
3916
|
+
traces: [{
|
|
3888
3917
|
type: 'ibc',
|
|
3889
3918
|
counterparty: {
|
|
3890
3919
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3917,7 +3946,7 @@ var asset_list = {
|
|
|
3917
3946
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
|
3918
3947
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
3919
3948
|
},
|
|
3920
|
-
|
|
3949
|
+
traces: [{
|
|
3921
3950
|
type: 'ibc',
|
|
3922
3951
|
counterparty: {
|
|
3923
3952
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
@@ -3933,29 +3962,29 @@ var asset_list = {
|
|
|
3933
3962
|
}, {
|
|
3934
3963
|
description: 'The native token cw20 for BlackHole on Juno Chain',
|
|
3935
3964
|
type_asset: 'cw20',
|
|
3936
|
-
address: '
|
|
3965
|
+
address: 'juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
|
3937
3966
|
denom_units: [{
|
|
3938
|
-
denom: 'ibc/
|
|
3967
|
+
denom: 'ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D',
|
|
3939
3968
|
exponent: 0,
|
|
3940
|
-
aliases: ['cw20:
|
|
3969
|
+
aliases: ['cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m']
|
|
3941
3970
|
}, {
|
|
3942
|
-
denom: '
|
|
3943
|
-
exponent:
|
|
3971
|
+
denom: 'hole',
|
|
3972
|
+
exponent: 6
|
|
3944
3973
|
}],
|
|
3945
|
-
base: 'ibc/
|
|
3946
|
-
name: '
|
|
3947
|
-
display: '
|
|
3948
|
-
symbol: '
|
|
3974
|
+
base: 'ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D',
|
|
3975
|
+
name: 'BlackHole',
|
|
3976
|
+
display: 'hole',
|
|
3977
|
+
symbol: 'HOLE',
|
|
3949
3978
|
logo_URIs: {
|
|
3950
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
|
3951
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
|
3979
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
|
3980
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
3952
3981
|
},
|
|
3953
|
-
|
|
3982
|
+
traces: [{
|
|
3954
3983
|
type: 'ibc',
|
|
3955
3984
|
counterparty: {
|
|
3956
3985
|
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3957
3986
|
channel: 'channel-47',
|
|
3958
|
-
denom: 'cw20:
|
|
3987
|
+
denom: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
|
3959
3988
|
chain_name: 'juno'
|
|
3960
3989
|
},
|
|
3961
3990
|
chain: {
|
|
@@ -3983,7 +4012,7 @@ var asset_list = {
|
|
|
3983
4012
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
3984
4013
|
},
|
|
3985
4014
|
coingecko_id: 'lvn',
|
|
3986
|
-
|
|
4015
|
+
traces: [{
|
|
3987
4016
|
type: 'ibc',
|
|
3988
4017
|
counterparty: {
|
|
3989
4018
|
port: 'wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha',
|