@juno-network/assets 0.6.0 → 0.7.1
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/README.md +2 -2
- package/main/asset_list.js +73 -73
- package/main/assets.js +10 -10
- package/main/chain.js +24 -7
- package/main/index.js +19 -1
- package/main/testnet.js +76 -0
- package/main/testnet_assets.js +31 -0
- package/module/asset_list.js +73 -73
- package/module/assets.js +10 -10
- package/module/chain.js +24 -7
- package/module/index.js +6 -2
- package/module/testnet.js +69 -0
- package/module/testnet_assets.js +24 -0
- package/package.json +4 -4
- package/types/asset_list.d.ts +3 -0
- package/types/index.d.ts +9 -5
- 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-35',
|
@@ -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-2',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -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-4',
|
@@ -639,7 +639,7 @@ const asset_list = {
|
|
639
639
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
640
640
|
},
|
641
641
|
coingecko_id: 'bitcanna',
|
642
|
-
|
642
|
+
traces: [{
|
643
643
|
type: 'ibc',
|
644
644
|
counterparty: {
|
645
645
|
channel: 'channel-10',
|
@@ -670,7 +670,7 @@ const asset_list = {
|
|
670
670
|
},
|
671
671
|
type_asset: 'sdk.coin',
|
672
672
|
coingecko_id: 'bitsong',
|
673
|
-
|
673
|
+
traces: [{
|
674
674
|
type: 'ibc',
|
675
675
|
counterparty: {
|
676
676
|
channel: 'channel-5',
|
@@ -698,7 +698,7 @@ const asset_list = {
|
|
698
698
|
logo_URIs: {
|
699
699
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
700
700
|
},
|
701
|
-
|
701
|
+
traces: [{
|
702
702
|
type: 'ibc',
|
703
703
|
counterparty: {
|
704
704
|
channel: 'channel-5',
|
@@ -726,7 +726,7 @@ const asset_list = {
|
|
726
726
|
logo_URIs: {
|
727
727
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
|
728
728
|
},
|
729
|
-
|
729
|
+
traces: [{
|
730
730
|
type: 'ibc',
|
731
731
|
counterparty: {
|
732
732
|
channel: 'channel-5',
|
@@ -754,7 +754,7 @@ const asset_list = {
|
|
754
754
|
logo_URIs: {
|
755
755
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
|
756
756
|
},
|
757
|
-
|
757
|
+
traces: [{
|
758
758
|
type: 'ibc',
|
759
759
|
counterparty: {
|
760
760
|
channel: 'channel-5',
|
@@ -782,7 +782,7 @@ const asset_list = {
|
|
782
782
|
logo_URIs: {
|
783
783
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
|
784
784
|
},
|
785
|
-
|
785
|
+
traces: [{
|
786
786
|
type: 'ibc',
|
787
787
|
counterparty: {
|
788
788
|
channel: 'channel-5',
|
@@ -810,7 +810,7 @@ const asset_list = {
|
|
810
810
|
logo_URIs: {
|
811
811
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
|
812
812
|
},
|
813
|
-
|
813
|
+
traces: [{
|
814
814
|
type: 'ibc',
|
815
815
|
counterparty: {
|
816
816
|
channel: 'channel-5',
|
@@ -838,7 +838,7 @@ const asset_list = {
|
|
838
838
|
logo_URIs: {
|
839
839
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
|
840
840
|
},
|
841
|
-
|
841
|
+
traces: [{
|
842
842
|
type: 'ibc',
|
843
843
|
counterparty: {
|
844
844
|
channel: 'channel-5',
|
@@ -866,7 +866,7 @@ const asset_list = {
|
|
866
866
|
logo_URIs: {
|
867
867
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
|
868
868
|
},
|
869
|
-
|
869
|
+
traces: [{
|
870
870
|
type: 'ibc',
|
871
871
|
counterparty: {
|
872
872
|
channel: 'channel-5',
|
@@ -894,7 +894,7 @@ const asset_list = {
|
|
894
894
|
logo_URIs: {
|
895
895
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
896
896
|
},
|
897
|
-
|
897
|
+
traces: [{
|
898
898
|
type: 'ibc',
|
899
899
|
counterparty: {
|
900
900
|
channel: 'channel-5',
|
@@ -922,7 +922,7 @@ const asset_list = {
|
|
922
922
|
logo_URIs: {
|
923
923
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
|
924
924
|
},
|
925
|
-
|
925
|
+
traces: [{
|
926
926
|
type: 'ibc',
|
927
927
|
counterparty: {
|
928
928
|
channel: 'channel-5',
|
@@ -950,7 +950,7 @@ const asset_list = {
|
|
950
950
|
logo_URIs: {
|
951
951
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
|
952
952
|
},
|
953
|
-
|
953
|
+
traces: [{
|
954
954
|
type: 'ibc',
|
955
955
|
counterparty: {
|
956
956
|
channel: 'channel-5',
|
@@ -978,7 +978,7 @@ const asset_list = {
|
|
978
978
|
logo_URIs: {
|
979
979
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
|
980
980
|
},
|
981
|
-
|
981
|
+
traces: [{
|
982
982
|
type: 'ibc',
|
983
983
|
counterparty: {
|
984
984
|
channel: 'channel-5',
|
@@ -1006,7 +1006,7 @@ const asset_list = {
|
|
1006
1006
|
logo_URIs: {
|
1007
1007
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
|
1008
1008
|
},
|
1009
|
-
|
1009
|
+
traces: [{
|
1010
1010
|
type: 'ibc',
|
1011
1011
|
counterparty: {
|
1012
1012
|
channel: 'channel-5',
|
@@ -1034,7 +1034,7 @@ const asset_list = {
|
|
1034
1034
|
logo_URIs: {
|
1035
1035
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
|
1036
1036
|
},
|
1037
|
-
|
1037
|
+
traces: [{
|
1038
1038
|
type: 'ibc',
|
1039
1039
|
counterparty: {
|
1040
1040
|
channel: 'channel-5',
|
@@ -1062,7 +1062,7 @@ const asset_list = {
|
|
1062
1062
|
logo_URIs: {
|
1063
1063
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
|
1064
1064
|
},
|
1065
|
-
|
1065
|
+
traces: [{
|
1066
1066
|
type: 'ibc',
|
1067
1067
|
counterparty: {
|
1068
1068
|
channel: 'channel-5',
|
@@ -1091,7 +1091,7 @@ const asset_list = {
|
|
1091
1091
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png'
|
1092
1092
|
},
|
1093
1093
|
coingecko_id: 'chihuahua-token',
|
1094
|
-
|
1094
|
+
traces: [{
|
1095
1095
|
type: 'ibc',
|
1096
1096
|
counterparty: {
|
1097
1097
|
channel: 'channel-11',
|
@@ -1120,7 +1120,7 @@ const asset_list = {
|
|
1120
1120
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
1121
1121
|
},
|
1122
1122
|
coingecko_id: 'comdex',
|
1123
|
-
|
1123
|
+
traces: [{
|
1124
1124
|
type: 'ibc',
|
1125
1125
|
counterparty: {
|
1126
1126
|
channel: 'channel-18',
|
@@ -1150,7 +1150,7 @@ const asset_list = {
|
|
1150
1150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
1151
1151
|
},
|
1152
1152
|
coingecko_id: 'cosmos',
|
1153
|
-
|
1153
|
+
traces: [{
|
1154
1154
|
type: 'ibc',
|
1155
1155
|
counterparty: {
|
1156
1156
|
channel: 'channel-207',
|
@@ -1179,7 +1179,7 @@ const asset_list = {
|
|
1179
1179
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
1180
1180
|
},
|
1181
1181
|
coingecko_id: 'dig-chain',
|
1182
|
-
|
1182
|
+
traces: [{
|
1183
1183
|
type: 'ibc',
|
1184
1184
|
counterparty: {
|
1185
1185
|
channel: 'channel-2',
|
@@ -1208,7 +1208,7 @@ const asset_list = {
|
|
1208
1208
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png'
|
1209
1209
|
},
|
1210
1210
|
coingecko_id: 'e-money',
|
1211
|
-
|
1211
|
+
traces: [{
|
1212
1212
|
type: 'ibc',
|
1213
1213
|
counterparty: {
|
1214
1214
|
channel: 'channel-15',
|
@@ -1237,7 +1237,7 @@ const asset_list = {
|
|
1237
1237
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
1238
1238
|
},
|
1239
1239
|
coingecko_id: 'e-money-eur',
|
1240
|
-
|
1240
|
+
traces: [{
|
1241
1241
|
type: 'ibc',
|
1242
1242
|
counterparty: {
|
1243
1243
|
channel: 'channel-15',
|
@@ -1269,7 +1269,7 @@ const asset_list = {
|
|
1269
1269
|
},
|
1270
1270
|
coingecko_id: 'osmosis',
|
1271
1271
|
keywords: ['dex', 'staking'],
|
1272
|
-
|
1272
|
+
traces: [{
|
1273
1273
|
type: 'ibc',
|
1274
1274
|
counterparty: {
|
1275
1275
|
channel: 'channel-42',
|
@@ -1299,7 +1299,7 @@ const asset_list = {
|
|
1299
1299
|
},
|
1300
1300
|
coingecko_id: 'ion',
|
1301
1301
|
keywords: ['memecoin'],
|
1302
|
-
|
1302
|
+
traces: [{
|
1303
1303
|
type: 'ibc',
|
1304
1304
|
counterparty: {
|
1305
1305
|
channel: 'channel-42',
|
@@ -1329,7 +1329,7 @@ const asset_list = {
|
|
1329
1329
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
1330
1330
|
},
|
1331
1331
|
coingecko_id: 'persistence',
|
1332
|
-
|
1332
|
+
traces: [{
|
1333
1333
|
type: 'ibc',
|
1334
1334
|
counterparty: {
|
1335
1335
|
channel: 'channel-37',
|
@@ -1364,7 +1364,7 @@ const asset_list = {
|
|
1364
1364
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
1365
1365
|
},
|
1366
1366
|
coingecko_id: 'pstake-finance',
|
1367
|
-
|
1367
|
+
traces: [{
|
1368
1368
|
type: 'ibc',
|
1369
1369
|
counterparty: {
|
1370
1370
|
channel: 'channel-37',
|
@@ -1394,7 +1394,7 @@ const asset_list = {
|
|
1394
1394
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
1395
1395
|
},
|
1396
1396
|
coingecko_id: 'secret',
|
1397
|
-
|
1397
|
+
traces: [{
|
1398
1398
|
type: 'ibc',
|
1399
1399
|
counterparty: {
|
1400
1400
|
channel: 'channel-8',
|
@@ -1421,7 +1421,7 @@ const asset_list = {
|
|
1421
1421
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
1422
1422
|
},
|
1423
1423
|
coingecko_id: 'sifchain',
|
1424
|
-
|
1424
|
+
traces: [{
|
1425
1425
|
type: 'ibc',
|
1426
1426
|
counterparty: {
|
1427
1427
|
channel: 'channel-14',
|
@@ -1450,7 +1450,7 @@ const asset_list = {
|
|
1450
1450
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
1451
1451
|
},
|
1452
1452
|
coingecko_id: 'stargaze',
|
1453
|
-
|
1453
|
+
traces: [{
|
1454
1454
|
type: 'ibc',
|
1455
1455
|
counterparty: {
|
1456
1456
|
channel: 'channel-5',
|
@@ -1485,7 +1485,7 @@ const asset_list = {
|
|
1485
1485
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
1486
1486
|
},
|
1487
1487
|
coingecko_id: 'terra-luna',
|
1488
|
-
|
1488
|
+
traces: [{
|
1489
1489
|
type: 'ibc',
|
1490
1490
|
counterparty: {
|
1491
1491
|
channel: 'channel-20',
|
@@ -1520,7 +1520,7 @@ const asset_list = {
|
|
1520
1520
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
1521
1521
|
},
|
1522
1522
|
coingecko_id: 'terrausd',
|
1523
|
-
|
1523
|
+
traces: [{
|
1524
1524
|
type: 'ibc',
|
1525
1525
|
counterparty: {
|
1526
1526
|
channel: 'channel-20',
|
@@ -1555,7 +1555,7 @@ const asset_list = {
|
|
1555
1555
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
1556
1556
|
},
|
1557
1557
|
coingecko_id: 'terrakrw',
|
1558
|
-
|
1558
|
+
traces: [{
|
1559
1559
|
type: 'ibc',
|
1560
1560
|
counterparty: {
|
1561
1561
|
channel: 'channel-20',
|
@@ -1589,7 +1589,7 @@ const asset_list = {
|
|
1589
1589
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
1590
1590
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
1591
1591
|
},
|
1592
|
-
|
1592
|
+
traces: [{
|
1593
1593
|
type: 'ibc',
|
1594
1594
|
counterparty: {
|
1595
1595
|
channel: 'channel-20',
|
@@ -1623,7 +1623,7 @@ const asset_list = {
|
|
1623
1623
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
1624
1624
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
1625
1625
|
},
|
1626
|
-
|
1626
|
+
traces: [{
|
1627
1627
|
type: 'ibc',
|
1628
1628
|
counterparty: {
|
1629
1629
|
channel: 'channel-20',
|
@@ -1657,7 +1657,7 @@ const asset_list = {
|
|
1657
1657
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
1658
1658
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
1659
1659
|
},
|
1660
|
-
|
1660
|
+
traces: [{
|
1661
1661
|
type: 'ibc',
|
1662
1662
|
counterparty: {
|
1663
1663
|
channel: 'channel-20',
|
@@ -1691,7 +1691,7 @@ const asset_list = {
|
|
1691
1691
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
1692
1692
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
1693
1693
|
},
|
1694
|
-
|
1694
|
+
traces: [{
|
1695
1695
|
type: 'ibc',
|
1696
1696
|
counterparty: {
|
1697
1697
|
channel: 'channel-20',
|
@@ -1725,7 +1725,7 @@ const asset_list = {
|
|
1725
1725
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
1726
1726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
1727
1727
|
},
|
1728
|
-
|
1728
|
+
traces: [{
|
1729
1729
|
type: 'ibc',
|
1730
1730
|
counterparty: {
|
1731
1731
|
channel: 'channel-20',
|
@@ -1759,7 +1759,7 @@ const asset_list = {
|
|
1759
1759
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
1760
1760
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
1761
1761
|
},
|
1762
|
-
|
1762
|
+
traces: [{
|
1763
1763
|
type: 'ibc',
|
1764
1764
|
counterparty: {
|
1765
1765
|
channel: 'channel-20',
|
@@ -1793,7 +1793,7 @@ const asset_list = {
|
|
1793
1793
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
1794
1794
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
1795
1795
|
},
|
1796
|
-
|
1796
|
+
traces: [{
|
1797
1797
|
type: 'ibc',
|
1798
1798
|
counterparty: {
|
1799
1799
|
channel: 'channel-20',
|
@@ -1827,7 +1827,7 @@ const asset_list = {
|
|
1827
1827
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
1828
1828
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
1829
1829
|
},
|
1830
|
-
|
1830
|
+
traces: [{
|
1831
1831
|
type: 'ibc',
|
1832
1832
|
counterparty: {
|
1833
1833
|
channel: 'channel-20',
|
@@ -1861,7 +1861,7 @@ const asset_list = {
|
|
1861
1861
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
1862
1862
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
1863
1863
|
},
|
1864
|
-
|
1864
|
+
traces: [{
|
1865
1865
|
type: 'ibc',
|
1866
1866
|
counterparty: {
|
1867
1867
|
channel: 'channel-20',
|
@@ -1895,7 +1895,7 @@ const asset_list = {
|
|
1895
1895
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
1896
1896
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
1897
1897
|
},
|
1898
|
-
|
1898
|
+
traces: [{
|
1899
1899
|
type: 'ibc',
|
1900
1900
|
counterparty: {
|
1901
1901
|
channel: 'channel-20',
|
@@ -1929,7 +1929,7 @@ const asset_list = {
|
|
1929
1929
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
1930
1930
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
1931
1931
|
},
|
1932
|
-
|
1932
|
+
traces: [{
|
1933
1933
|
type: 'ibc',
|
1934
1934
|
counterparty: {
|
1935
1935
|
channel: 'channel-20',
|
@@ -1963,7 +1963,7 @@ const asset_list = {
|
|
1963
1963
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
1964
1964
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
1965
1965
|
},
|
1966
|
-
|
1966
|
+
traces: [{
|
1967
1967
|
type: 'ibc',
|
1968
1968
|
counterparty: {
|
1969
1969
|
channel: 'channel-20',
|
@@ -1997,7 +1997,7 @@ const asset_list = {
|
|
1997
1997
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
1998
1998
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
1999
1999
|
},
|
2000
|
-
|
2000
|
+
traces: [{
|
2001
2001
|
type: 'ibc',
|
2002
2002
|
counterparty: {
|
2003
2003
|
channel: 'channel-20',
|
@@ -2031,7 +2031,7 @@ const asset_list = {
|
|
2031
2031
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
2032
2032
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
2033
2033
|
},
|
2034
|
-
|
2034
|
+
traces: [{
|
2035
2035
|
type: 'ibc',
|
2036
2036
|
counterparty: {
|
2037
2037
|
channel: 'channel-20',
|
@@ -2065,7 +2065,7 @@ const asset_list = {
|
|
2065
2065
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
2066
2066
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
2067
2067
|
},
|
2068
|
-
|
2068
|
+
traces: [{
|
2069
2069
|
type: 'ibc',
|
2070
2070
|
counterparty: {
|
2071
2071
|
channel: 'channel-20',
|
@@ -2099,7 +2099,7 @@ const asset_list = {
|
|
2099
2099
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
2100
2100
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
2101
2101
|
},
|
2102
|
-
|
2102
|
+
traces: [{
|
2103
2103
|
type: 'ibc',
|
2104
2104
|
counterparty: {
|
2105
2105
|
channel: 'channel-20',
|
@@ -2133,7 +2133,7 @@ const asset_list = {
|
|
2133
2133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
2134
2134
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
2135
2135
|
},
|
2136
|
-
|
2136
|
+
traces: [{
|
2137
2137
|
type: 'ibc',
|
2138
2138
|
counterparty: {
|
2139
2139
|
channel: 'channel-20',
|
@@ -2167,7 +2167,7 @@ const asset_list = {
|
|
2167
2167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
2168
2168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
2169
2169
|
},
|
2170
|
-
|
2170
|
+
traces: [{
|
2171
2171
|
type: 'ibc',
|
2172
2172
|
counterparty: {
|
2173
2173
|
channel: 'channel-20',
|
@@ -2201,7 +2201,7 @@ const asset_list = {
|
|
2201
2201
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
2202
2202
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
2203
2203
|
},
|
2204
|
-
|
2204
|
+
traces: [{
|
2205
2205
|
type: 'ibc',
|
2206
2206
|
counterparty: {
|
2207
2207
|
channel: 'channel-20',
|
@@ -2235,7 +2235,7 @@ const asset_list = {
|
|
2235
2235
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
2236
2236
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
2237
2237
|
},
|
2238
|
-
|
2238
|
+
traces: [{
|
2239
2239
|
type: 'ibc',
|
2240
2240
|
counterparty: {
|
2241
2241
|
channel: 'channel-20',
|
package/module/assets.js
CHANGED
@@ -268,21 +268,21 @@ const assets = {
|
|
268
268
|
}, {
|
269
269
|
description: 'The native token cw20 for BlackHole on Juno Chain',
|
270
270
|
type_asset: 'cw20',
|
271
|
-
address: '
|
271
|
+
address: 'juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
272
272
|
denom_units: [{
|
273
|
-
denom: 'cw20:
|
273
|
+
denom: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
274
274
|
exponent: 0
|
275
275
|
}, {
|
276
|
-
denom: '
|
277
|
-
exponent:
|
276
|
+
denom: 'hole',
|
277
|
+
exponent: 6
|
278
278
|
}],
|
279
|
-
base: 'cw20:
|
280
|
-
name: '
|
281
|
-
display: '
|
282
|
-
symbol: '
|
279
|
+
base: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
280
|
+
name: 'BlackHole',
|
281
|
+
display: 'hole',
|
282
|
+
symbol: 'HOLE',
|
283
283
|
logo_URIs: {
|
284
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
285
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/
|
284
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
286
286
|
}
|
287
287
|
}, {
|
288
288
|
description: 'The native token cw20 for Neta on Juno Chain',
|