@juno-network/assets 0.6.1 → 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/main/asset_list.js +73 -73
- package/main/assets.js +10 -10
- package/main/chain.js +24 -7
- package/main/testnet.js +68 -1
- package/main/testnet_assets.js +23 -1
- package/module/asset_list.js +73 -73
- package/module/assets.js +10 -10
- package/module/chain.js +24 -7
- package/module/testnet.js +68 -1
- package/module/testnet_assets.js +23 -1
- package/package.json +4 -4
- package/types/index.d.ts +5 -5
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-35',
|
@@ -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-2',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -645,7 +645,7 @@ var asset_list = {
|
|
645
645
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
646
646
|
},
|
647
647
|
coingecko_id: 'bitcanna',
|
648
|
-
|
648
|
+
traces: [{
|
649
649
|
type: 'ibc',
|
650
650
|
counterparty: {
|
651
651
|
channel: 'channel-10',
|
@@ -676,7 +676,7 @@ var asset_list = {
|
|
676
676
|
},
|
677
677
|
type_asset: 'sdk.coin',
|
678
678
|
coingecko_id: 'bitsong',
|
679
|
-
|
679
|
+
traces: [{
|
680
680
|
type: 'ibc',
|
681
681
|
counterparty: {
|
682
682
|
channel: 'channel-5',
|
@@ -704,7 +704,7 @@ var asset_list = {
|
|
704
704
|
logo_URIs: {
|
705
705
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
706
706
|
},
|
707
|
-
|
707
|
+
traces: [{
|
708
708
|
type: 'ibc',
|
709
709
|
counterparty: {
|
710
710
|
channel: 'channel-5',
|
@@ -732,7 +732,7 @@ var asset_list = {
|
|
732
732
|
logo_URIs: {
|
733
733
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
|
734
734
|
},
|
735
|
-
|
735
|
+
traces: [{
|
736
736
|
type: 'ibc',
|
737
737
|
counterparty: {
|
738
738
|
channel: 'channel-5',
|
@@ -760,7 +760,7 @@ var asset_list = {
|
|
760
760
|
logo_URIs: {
|
761
761
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
|
762
762
|
},
|
763
|
-
|
763
|
+
traces: [{
|
764
764
|
type: 'ibc',
|
765
765
|
counterparty: {
|
766
766
|
channel: 'channel-5',
|
@@ -788,7 +788,7 @@ var asset_list = {
|
|
788
788
|
logo_URIs: {
|
789
789
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
|
790
790
|
},
|
791
|
-
|
791
|
+
traces: [{
|
792
792
|
type: 'ibc',
|
793
793
|
counterparty: {
|
794
794
|
channel: 'channel-5',
|
@@ -816,7 +816,7 @@ var asset_list = {
|
|
816
816
|
logo_URIs: {
|
817
817
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
|
818
818
|
},
|
819
|
-
|
819
|
+
traces: [{
|
820
820
|
type: 'ibc',
|
821
821
|
counterparty: {
|
822
822
|
channel: 'channel-5',
|
@@ -844,7 +844,7 @@ var asset_list = {
|
|
844
844
|
logo_URIs: {
|
845
845
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
|
846
846
|
},
|
847
|
-
|
847
|
+
traces: [{
|
848
848
|
type: 'ibc',
|
849
849
|
counterparty: {
|
850
850
|
channel: 'channel-5',
|
@@ -872,7 +872,7 @@ var asset_list = {
|
|
872
872
|
logo_URIs: {
|
873
873
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
|
874
874
|
},
|
875
|
-
|
875
|
+
traces: [{
|
876
876
|
type: 'ibc',
|
877
877
|
counterparty: {
|
878
878
|
channel: 'channel-5',
|
@@ -900,7 +900,7 @@ var asset_list = {
|
|
900
900
|
logo_URIs: {
|
901
901
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
902
902
|
},
|
903
|
-
|
903
|
+
traces: [{
|
904
904
|
type: 'ibc',
|
905
905
|
counterparty: {
|
906
906
|
channel: 'channel-5',
|
@@ -928,7 +928,7 @@ var asset_list = {
|
|
928
928
|
logo_URIs: {
|
929
929
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
|
930
930
|
},
|
931
|
-
|
931
|
+
traces: [{
|
932
932
|
type: 'ibc',
|
933
933
|
counterparty: {
|
934
934
|
channel: 'channel-5',
|
@@ -956,7 +956,7 @@ var asset_list = {
|
|
956
956
|
logo_URIs: {
|
957
957
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
|
958
958
|
},
|
959
|
-
|
959
|
+
traces: [{
|
960
960
|
type: 'ibc',
|
961
961
|
counterparty: {
|
962
962
|
channel: 'channel-5',
|
@@ -984,7 +984,7 @@ var asset_list = {
|
|
984
984
|
logo_URIs: {
|
985
985
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
|
986
986
|
},
|
987
|
-
|
987
|
+
traces: [{
|
988
988
|
type: 'ibc',
|
989
989
|
counterparty: {
|
990
990
|
channel: 'channel-5',
|
@@ -1012,7 +1012,7 @@ var asset_list = {
|
|
1012
1012
|
logo_URIs: {
|
1013
1013
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
|
1014
1014
|
},
|
1015
|
-
|
1015
|
+
traces: [{
|
1016
1016
|
type: 'ibc',
|
1017
1017
|
counterparty: {
|
1018
1018
|
channel: 'channel-5',
|
@@ -1040,7 +1040,7 @@ var asset_list = {
|
|
1040
1040
|
logo_URIs: {
|
1041
1041
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
|
1042
1042
|
},
|
1043
|
-
|
1043
|
+
traces: [{
|
1044
1044
|
type: 'ibc',
|
1045
1045
|
counterparty: {
|
1046
1046
|
channel: 'channel-5',
|
@@ -1068,7 +1068,7 @@ var asset_list = {
|
|
1068
1068
|
logo_URIs: {
|
1069
1069
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
|
1070
1070
|
},
|
1071
|
-
|
1071
|
+
traces: [{
|
1072
1072
|
type: 'ibc',
|
1073
1073
|
counterparty: {
|
1074
1074
|
channel: 'channel-5',
|
@@ -1097,7 +1097,7 @@ var asset_list = {
|
|
1097
1097
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png'
|
1098
1098
|
},
|
1099
1099
|
coingecko_id: 'chihuahua-token',
|
1100
|
-
|
1100
|
+
traces: [{
|
1101
1101
|
type: 'ibc',
|
1102
1102
|
counterparty: {
|
1103
1103
|
channel: 'channel-11',
|
@@ -1126,7 +1126,7 @@ var asset_list = {
|
|
1126
1126
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
1127
1127
|
},
|
1128
1128
|
coingecko_id: 'comdex',
|
1129
|
-
|
1129
|
+
traces: [{
|
1130
1130
|
type: 'ibc',
|
1131
1131
|
counterparty: {
|
1132
1132
|
channel: 'channel-18',
|
@@ -1156,7 +1156,7 @@ var asset_list = {
|
|
1156
1156
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
1157
1157
|
},
|
1158
1158
|
coingecko_id: 'cosmos',
|
1159
|
-
|
1159
|
+
traces: [{
|
1160
1160
|
type: 'ibc',
|
1161
1161
|
counterparty: {
|
1162
1162
|
channel: 'channel-207',
|
@@ -1185,7 +1185,7 @@ var asset_list = {
|
|
1185
1185
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
1186
1186
|
},
|
1187
1187
|
coingecko_id: 'dig-chain',
|
1188
|
-
|
1188
|
+
traces: [{
|
1189
1189
|
type: 'ibc',
|
1190
1190
|
counterparty: {
|
1191
1191
|
channel: 'channel-2',
|
@@ -1214,7 +1214,7 @@ var asset_list = {
|
|
1214
1214
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png'
|
1215
1215
|
},
|
1216
1216
|
coingecko_id: 'e-money',
|
1217
|
-
|
1217
|
+
traces: [{
|
1218
1218
|
type: 'ibc',
|
1219
1219
|
counterparty: {
|
1220
1220
|
channel: 'channel-15',
|
@@ -1243,7 +1243,7 @@ var asset_list = {
|
|
1243
1243
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
1244
1244
|
},
|
1245
1245
|
coingecko_id: 'e-money-eur',
|
1246
|
-
|
1246
|
+
traces: [{
|
1247
1247
|
type: 'ibc',
|
1248
1248
|
counterparty: {
|
1249
1249
|
channel: 'channel-15',
|
@@ -1275,7 +1275,7 @@ var asset_list = {
|
|
1275
1275
|
},
|
1276
1276
|
coingecko_id: 'osmosis',
|
1277
1277
|
keywords: ['dex', 'staking'],
|
1278
|
-
|
1278
|
+
traces: [{
|
1279
1279
|
type: 'ibc',
|
1280
1280
|
counterparty: {
|
1281
1281
|
channel: 'channel-42',
|
@@ -1305,7 +1305,7 @@ var asset_list = {
|
|
1305
1305
|
},
|
1306
1306
|
coingecko_id: 'ion',
|
1307
1307
|
keywords: ['memecoin'],
|
1308
|
-
|
1308
|
+
traces: [{
|
1309
1309
|
type: 'ibc',
|
1310
1310
|
counterparty: {
|
1311
1311
|
channel: 'channel-42',
|
@@ -1335,7 +1335,7 @@ var asset_list = {
|
|
1335
1335
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
1336
1336
|
},
|
1337
1337
|
coingecko_id: 'persistence',
|
1338
|
-
|
1338
|
+
traces: [{
|
1339
1339
|
type: 'ibc',
|
1340
1340
|
counterparty: {
|
1341
1341
|
channel: 'channel-37',
|
@@ -1370,7 +1370,7 @@ var asset_list = {
|
|
1370
1370
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
1371
1371
|
},
|
1372
1372
|
coingecko_id: 'pstake-finance',
|
1373
|
-
|
1373
|
+
traces: [{
|
1374
1374
|
type: 'ibc',
|
1375
1375
|
counterparty: {
|
1376
1376
|
channel: 'channel-37',
|
@@ -1400,7 +1400,7 @@ var asset_list = {
|
|
1400
1400
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
1401
1401
|
},
|
1402
1402
|
coingecko_id: 'secret',
|
1403
|
-
|
1403
|
+
traces: [{
|
1404
1404
|
type: 'ibc',
|
1405
1405
|
counterparty: {
|
1406
1406
|
channel: 'channel-8',
|
@@ -1427,7 +1427,7 @@ var asset_list = {
|
|
1427
1427
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
1428
1428
|
},
|
1429
1429
|
coingecko_id: 'sifchain',
|
1430
|
-
|
1430
|
+
traces: [{
|
1431
1431
|
type: 'ibc',
|
1432
1432
|
counterparty: {
|
1433
1433
|
channel: 'channel-14',
|
@@ -1456,7 +1456,7 @@ var asset_list = {
|
|
1456
1456
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
1457
1457
|
},
|
1458
1458
|
coingecko_id: 'stargaze',
|
1459
|
-
|
1459
|
+
traces: [{
|
1460
1460
|
type: 'ibc',
|
1461
1461
|
counterparty: {
|
1462
1462
|
channel: 'channel-5',
|
@@ -1491,7 +1491,7 @@ var asset_list = {
|
|
1491
1491
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
1492
1492
|
},
|
1493
1493
|
coingecko_id: 'terra-luna',
|
1494
|
-
|
1494
|
+
traces: [{
|
1495
1495
|
type: 'ibc',
|
1496
1496
|
counterparty: {
|
1497
1497
|
channel: 'channel-20',
|
@@ -1526,7 +1526,7 @@ var asset_list = {
|
|
1526
1526
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
1527
1527
|
},
|
1528
1528
|
coingecko_id: 'terrausd',
|
1529
|
-
|
1529
|
+
traces: [{
|
1530
1530
|
type: 'ibc',
|
1531
1531
|
counterparty: {
|
1532
1532
|
channel: 'channel-20',
|
@@ -1561,7 +1561,7 @@ var asset_list = {
|
|
1561
1561
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
1562
1562
|
},
|
1563
1563
|
coingecko_id: 'terrakrw',
|
1564
|
-
|
1564
|
+
traces: [{
|
1565
1565
|
type: 'ibc',
|
1566
1566
|
counterparty: {
|
1567
1567
|
channel: 'channel-20',
|
@@ -1595,7 +1595,7 @@ var asset_list = {
|
|
1595
1595
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
1596
1596
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
1597
1597
|
},
|
1598
|
-
|
1598
|
+
traces: [{
|
1599
1599
|
type: 'ibc',
|
1600
1600
|
counterparty: {
|
1601
1601
|
channel: 'channel-20',
|
@@ -1629,7 +1629,7 @@ var asset_list = {
|
|
1629
1629
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
1630
1630
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
1631
1631
|
},
|
1632
|
-
|
1632
|
+
traces: [{
|
1633
1633
|
type: 'ibc',
|
1634
1634
|
counterparty: {
|
1635
1635
|
channel: 'channel-20',
|
@@ -1663,7 +1663,7 @@ var asset_list = {
|
|
1663
1663
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
1664
1664
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
1665
1665
|
},
|
1666
|
-
|
1666
|
+
traces: [{
|
1667
1667
|
type: 'ibc',
|
1668
1668
|
counterparty: {
|
1669
1669
|
channel: 'channel-20',
|
@@ -1697,7 +1697,7 @@ var asset_list = {
|
|
1697
1697
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
1698
1698
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
1699
1699
|
},
|
1700
|
-
|
1700
|
+
traces: [{
|
1701
1701
|
type: 'ibc',
|
1702
1702
|
counterparty: {
|
1703
1703
|
channel: 'channel-20',
|
@@ -1731,7 +1731,7 @@ var asset_list = {
|
|
1731
1731
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
1732
1732
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
1733
1733
|
},
|
1734
|
-
|
1734
|
+
traces: [{
|
1735
1735
|
type: 'ibc',
|
1736
1736
|
counterparty: {
|
1737
1737
|
channel: 'channel-20',
|
@@ -1765,7 +1765,7 @@ var asset_list = {
|
|
1765
1765
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
1766
1766
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
1767
1767
|
},
|
1768
|
-
|
1768
|
+
traces: [{
|
1769
1769
|
type: 'ibc',
|
1770
1770
|
counterparty: {
|
1771
1771
|
channel: 'channel-20',
|
@@ -1799,7 +1799,7 @@ var asset_list = {
|
|
1799
1799
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
1800
1800
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
1801
1801
|
},
|
1802
|
-
|
1802
|
+
traces: [{
|
1803
1803
|
type: 'ibc',
|
1804
1804
|
counterparty: {
|
1805
1805
|
channel: 'channel-20',
|
@@ -1833,7 +1833,7 @@ var asset_list = {
|
|
1833
1833
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
1834
1834
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
1835
1835
|
},
|
1836
|
-
|
1836
|
+
traces: [{
|
1837
1837
|
type: 'ibc',
|
1838
1838
|
counterparty: {
|
1839
1839
|
channel: 'channel-20',
|
@@ -1867,7 +1867,7 @@ var asset_list = {
|
|
1867
1867
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
1868
1868
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
1869
1869
|
},
|
1870
|
-
|
1870
|
+
traces: [{
|
1871
1871
|
type: 'ibc',
|
1872
1872
|
counterparty: {
|
1873
1873
|
channel: 'channel-20',
|
@@ -1901,7 +1901,7 @@ var asset_list = {
|
|
1901
1901
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
1902
1902
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
1903
1903
|
},
|
1904
|
-
|
1904
|
+
traces: [{
|
1905
1905
|
type: 'ibc',
|
1906
1906
|
counterparty: {
|
1907
1907
|
channel: 'channel-20',
|
@@ -1935,7 +1935,7 @@ var asset_list = {
|
|
1935
1935
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
1936
1936
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
1937
1937
|
},
|
1938
|
-
|
1938
|
+
traces: [{
|
1939
1939
|
type: 'ibc',
|
1940
1940
|
counterparty: {
|
1941
1941
|
channel: 'channel-20',
|
@@ -1969,7 +1969,7 @@ var asset_list = {
|
|
1969
1969
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
1970
1970
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
1971
1971
|
},
|
1972
|
-
|
1972
|
+
traces: [{
|
1973
1973
|
type: 'ibc',
|
1974
1974
|
counterparty: {
|
1975
1975
|
channel: 'channel-20',
|
@@ -2003,7 +2003,7 @@ var asset_list = {
|
|
2003
2003
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
2004
2004
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
2005
2005
|
},
|
2006
|
-
|
2006
|
+
traces: [{
|
2007
2007
|
type: 'ibc',
|
2008
2008
|
counterparty: {
|
2009
2009
|
channel: 'channel-20',
|
@@ -2037,7 +2037,7 @@ var asset_list = {
|
|
2037
2037
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
2038
2038
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
2039
2039
|
},
|
2040
|
-
|
2040
|
+
traces: [{
|
2041
2041
|
type: 'ibc',
|
2042
2042
|
counterparty: {
|
2043
2043
|
channel: 'channel-20',
|
@@ -2071,7 +2071,7 @@ var asset_list = {
|
|
2071
2071
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
2072
2072
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
2073
2073
|
},
|
2074
|
-
|
2074
|
+
traces: [{
|
2075
2075
|
type: 'ibc',
|
2076
2076
|
counterparty: {
|
2077
2077
|
channel: 'channel-20',
|
@@ -2105,7 +2105,7 @@ var asset_list = {
|
|
2105
2105
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
2106
2106
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
2107
2107
|
},
|
2108
|
-
|
2108
|
+
traces: [{
|
2109
2109
|
type: 'ibc',
|
2110
2110
|
counterparty: {
|
2111
2111
|
channel: 'channel-20',
|
@@ -2139,7 +2139,7 @@ var asset_list = {
|
|
2139
2139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
2140
2140
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
2141
2141
|
},
|
2142
|
-
|
2142
|
+
traces: [{
|
2143
2143
|
type: 'ibc',
|
2144
2144
|
counterparty: {
|
2145
2145
|
channel: 'channel-20',
|
@@ -2173,7 +2173,7 @@ var asset_list = {
|
|
2173
2173
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
2174
2174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
2175
2175
|
},
|
2176
|
-
|
2176
|
+
traces: [{
|
2177
2177
|
type: 'ibc',
|
2178
2178
|
counterparty: {
|
2179
2179
|
channel: 'channel-20',
|
@@ -2207,7 +2207,7 @@ var asset_list = {
|
|
2207
2207
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
2208
2208
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
2209
2209
|
},
|
2210
|
-
|
2210
|
+
traces: [{
|
2211
2211
|
type: 'ibc',
|
2212
2212
|
counterparty: {
|
2213
2213
|
channel: 'channel-20',
|
@@ -2241,7 +2241,7 @@ var asset_list = {
|
|
2241
2241
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
2242
2242
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
2243
2243
|
},
|
2244
|
-
|
2244
|
+
traces: [{
|
2245
2245
|
type: 'ibc',
|
2246
2246
|
counterparty: {
|
2247
2247
|
channel: 'channel-20',
|
package/main/assets.js
CHANGED
@@ -274,21 +274,21 @@ var assets = {
|
|
274
274
|
}, {
|
275
275
|
description: 'The native token cw20 for BlackHole on Juno Chain',
|
276
276
|
type_asset: 'cw20',
|
277
|
-
address: '
|
277
|
+
address: 'juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
278
278
|
denom_units: [{
|
279
|
-
denom: 'cw20:
|
279
|
+
denom: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
280
280
|
exponent: 0
|
281
281
|
}, {
|
282
|
-
denom: '
|
283
|
-
exponent:
|
282
|
+
denom: 'hole',
|
283
|
+
exponent: 6
|
284
284
|
}],
|
285
|
-
base: 'cw20:
|
286
|
-
name: '
|
287
|
-
display: '
|
288
|
-
symbol: '
|
285
|
+
base: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
286
|
+
name: 'BlackHole',
|
287
|
+
display: 'hole',
|
288
|
+
symbol: 'HOLE',
|
289
289
|
logo_URIs: {
|
290
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
291
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
291
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
292
292
|
}
|
293
293
|
}, {
|
294
294
|
description: 'The native token cw20 for Neta on Juno Chain',
|