@juno-network/assets 0.5.8 → 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/README.md +2 -2
- package/{module/ibc_assets.js → main/asset_list.js} +238 -153
- package/main/assets.js +243 -74
- package/main/chain.js +25 -8
- package/main/index.js +22 -4
- package/main/testnet.js +76 -0
- package/main/testnet_assets.js +31 -0
- package/{main/ibc_assets.js → module/asset_list.js} +231 -160
- package/module/assets.js +243 -74
- package/module/chain.js +25 -8
- package/module/index.js +7 -3
- package/module/testnet.js +69 -0
- package/module/testnet_assets.js +24 -0
- package/package.json +5 -5
- 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/types/ibc_assets.d.ts +0 -3
@@ -1,4 +1,10 @@
|
|
1
|
-
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
var asset_list = {
|
2
8
|
chain_name: 'juno',
|
3
9
|
assets: [{
|
4
10
|
description: "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
|
@@ -19,7 +25,8 @@ const ibc_assets = {
|
|
19
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
20
26
|
},
|
21
27
|
coingecko_id: 'akash-network',
|
22
|
-
|
28
|
+
traces: [{
|
29
|
+
type: 'ibc',
|
23
30
|
counterparty: {
|
24
31
|
channel: 'channel-35',
|
25
32
|
denom: 'uakt',
|
@@ -28,7 +35,7 @@ const ibc_assets = {
|
|
28
35
|
chain: {
|
29
36
|
channel: 'channel-29'
|
30
37
|
}
|
31
|
-
}
|
38
|
+
}]
|
32
39
|
}, {
|
33
40
|
description: 'The native token of Asset Mantle',
|
34
41
|
denom_units: [{
|
@@ -47,7 +54,8 @@ const ibc_assets = {
|
|
47
54
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png'
|
48
55
|
},
|
49
56
|
coingecko_id: 'assetmantle',
|
50
|
-
|
57
|
+
traces: [{
|
58
|
+
type: 'ibc',
|
51
59
|
counterparty: {
|
52
60
|
channel: 'channel-2',
|
53
61
|
denom: 'umntl',
|
@@ -56,7 +64,7 @@ const ibc_assets = {
|
|
56
64
|
chain: {
|
57
65
|
channel: 'channel-83'
|
58
66
|
}
|
59
|
-
}
|
67
|
+
}]
|
60
68
|
}, {
|
61
69
|
description: 'The native token of Axelar',
|
62
70
|
denom_units: [{
|
@@ -76,7 +84,8 @@ const ibc_assets = {
|
|
76
84
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
77
85
|
},
|
78
86
|
coingecko_id: 'axelar-network',
|
79
|
-
|
87
|
+
traces: [{
|
88
|
+
type: 'ibc',
|
80
89
|
counterparty: {
|
81
90
|
channel: 'channel-4',
|
82
91
|
denom: 'uaxl',
|
@@ -85,7 +94,7 @@ const ibc_assets = {
|
|
85
94
|
chain: {
|
86
95
|
channel: 'channel-71'
|
87
96
|
}
|
88
|
-
}
|
97
|
+
}]
|
89
98
|
}, {
|
90
99
|
description: "Circle's stablecoin on Axelar",
|
91
100
|
denom_units: [{
|
@@ -105,7 +114,8 @@ const ibc_assets = {
|
|
105
114
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
106
115
|
},
|
107
116
|
coingecko_id: 'usd-coin',
|
108
|
-
|
117
|
+
traces: [{
|
118
|
+
type: 'ibc',
|
109
119
|
counterparty: {
|
110
120
|
channel: 'channel-4',
|
111
121
|
denom: 'uusdc',
|
@@ -114,7 +124,7 @@ const ibc_assets = {
|
|
114
124
|
chain: {
|
115
125
|
channel: 'channel-71'
|
116
126
|
}
|
117
|
-
}
|
127
|
+
}]
|
118
128
|
}, {
|
119
129
|
description: "Frax's fractional-algorithmic stablecoin on Axelar",
|
120
130
|
denom_units: [{
|
@@ -134,7 +144,8 @@ const ibc_assets = {
|
|
134
144
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
135
145
|
},
|
136
146
|
coingecko_id: 'frax',
|
137
|
-
|
147
|
+
traces: [{
|
148
|
+
type: 'ibc',
|
138
149
|
counterparty: {
|
139
150
|
channel: 'channel-4',
|
140
151
|
denom: 'frax-wei',
|
@@ -143,7 +154,7 @@ const ibc_assets = {
|
|
143
154
|
chain: {
|
144
155
|
channel: 'channel-71'
|
145
156
|
}
|
146
|
-
}
|
157
|
+
}]
|
147
158
|
}, {
|
148
159
|
description: 'Dai stablecoin on Axelar',
|
149
160
|
denom_units: [{
|
@@ -163,7 +174,8 @@ const ibc_assets = {
|
|
163
174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png'
|
164
175
|
},
|
165
176
|
coingecko_id: 'dai',
|
166
|
-
|
177
|
+
traces: [{
|
178
|
+
type: 'ibc',
|
167
179
|
counterparty: {
|
168
180
|
channel: 'channel-4',
|
169
181
|
denom: 'dai-wei',
|
@@ -172,7 +184,7 @@ const ibc_assets = {
|
|
172
184
|
chain: {
|
173
185
|
channel: 'channel-71'
|
174
186
|
}
|
175
|
-
}
|
187
|
+
}]
|
176
188
|
}, {
|
177
189
|
description: "Tether's USD stablecoin on Axelar",
|
178
190
|
denom_units: [{
|
@@ -192,7 +204,8 @@ const ibc_assets = {
|
|
192
204
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png'
|
193
205
|
},
|
194
206
|
coingecko_id: 'tether',
|
195
|
-
|
207
|
+
traces: [{
|
208
|
+
type: 'ibc',
|
196
209
|
counterparty: {
|
197
210
|
channel: 'channel-4',
|
198
211
|
denom: 'uusdt',
|
@@ -201,7 +214,7 @@ const ibc_assets = {
|
|
201
214
|
chain: {
|
202
215
|
channel: 'channel-71'
|
203
216
|
}
|
204
|
-
}
|
217
|
+
}]
|
205
218
|
}, {
|
206
219
|
description: 'Wrapped Ether on Axelar',
|
207
220
|
denom_units: [{
|
@@ -220,7 +233,8 @@ const ibc_assets = {
|
|
220
233
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
221
234
|
},
|
222
235
|
coingecko_id: 'weth',
|
223
|
-
|
236
|
+
traces: [{
|
237
|
+
type: 'ibc',
|
224
238
|
counterparty: {
|
225
239
|
channel: 'channel-4',
|
226
240
|
denom: 'weth-wei',
|
@@ -229,7 +243,7 @@ const ibc_assets = {
|
|
229
243
|
chain: {
|
230
244
|
channel: 'channel-71'
|
231
245
|
}
|
232
|
-
}
|
246
|
+
}]
|
233
247
|
}, {
|
234
248
|
description: 'Wrapped Bitcoin on Axelar',
|
235
249
|
denom_units: [{
|
@@ -248,7 +262,8 @@ const ibc_assets = {
|
|
248
262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
249
263
|
},
|
250
264
|
coingecko_id: 'wrapped-bitcoin',
|
251
|
-
|
265
|
+
traces: [{
|
266
|
+
type: 'ibc',
|
252
267
|
counterparty: {
|
253
268
|
channel: 'channel-4',
|
254
269
|
denom: 'wbtc-satoshi',
|
@@ -257,7 +272,7 @@ const ibc_assets = {
|
|
257
272
|
chain: {
|
258
273
|
channel: 'channel-71'
|
259
274
|
}
|
260
|
-
}
|
275
|
+
}]
|
261
276
|
}, {
|
262
277
|
description: 'Aave on Axelar',
|
263
278
|
denom_units: [{
|
@@ -276,7 +291,8 @@ const ibc_assets = {
|
|
276
291
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
277
292
|
},
|
278
293
|
coingecko_id: 'aave',
|
279
|
-
|
294
|
+
traces: [{
|
295
|
+
type: 'ibc',
|
280
296
|
counterparty: {
|
281
297
|
channel: 'channel-4',
|
282
298
|
denom: 'aave-wei',
|
@@ -285,7 +301,7 @@ const ibc_assets = {
|
|
285
301
|
chain: {
|
286
302
|
channel: 'channel-71'
|
287
303
|
}
|
288
|
-
}
|
304
|
+
}]
|
289
305
|
}, {
|
290
306
|
description: 'ApeCoin on Axelar',
|
291
307
|
denom_units: [{
|
@@ -304,7 +320,8 @@ const ibc_assets = {
|
|
304
320
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
305
321
|
},
|
306
322
|
coingecko_id: 'apecoin',
|
307
|
-
|
323
|
+
traces: [{
|
324
|
+
type: 'ibc',
|
308
325
|
counterparty: {
|
309
326
|
channel: 'channel-4',
|
310
327
|
denom: 'ape-wei',
|
@@ -313,7 +330,7 @@ const ibc_assets = {
|
|
313
330
|
chain: {
|
314
331
|
channel: 'channel-71'
|
315
332
|
}
|
316
|
-
}
|
333
|
+
}]
|
317
334
|
}, {
|
318
335
|
description: 'Axie Infinity Shard on Axelar',
|
319
336
|
type_asset: 'erc20',
|
@@ -334,7 +351,8 @@ const ibc_assets = {
|
|
334
351
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
335
352
|
},
|
336
353
|
coingecko_id: 'axie-infinity',
|
337
|
-
|
354
|
+
traces: [{
|
355
|
+
type: 'ibc',
|
338
356
|
counterparty: {
|
339
357
|
channel: 'channel-4',
|
340
358
|
denom: 'axs-wei',
|
@@ -343,7 +361,7 @@ const ibc_assets = {
|
|
343
361
|
chain: {
|
344
362
|
channel: 'channel-71'
|
345
363
|
}
|
346
|
-
}
|
364
|
+
}]
|
347
365
|
}, {
|
348
366
|
description: 'Chainlink on Axelar',
|
349
367
|
denom_units: [{
|
@@ -363,7 +381,8 @@ const ibc_assets = {
|
|
363
381
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
364
382
|
},
|
365
383
|
coingecko_id: 'chainlink',
|
366
|
-
|
384
|
+
traces: [{
|
385
|
+
type: 'ibc',
|
367
386
|
counterparty: {
|
368
387
|
channel: 'channel-4',
|
369
388
|
denom: 'link-wei',
|
@@ -372,7 +391,7 @@ const ibc_assets = {
|
|
372
391
|
chain: {
|
373
392
|
channel: 'channel-71'
|
374
393
|
}
|
375
|
-
}
|
394
|
+
}]
|
376
395
|
}, {
|
377
396
|
description: 'Maker on Axelar',
|
378
397
|
denom_units: [{
|
@@ -391,7 +410,8 @@ const ibc_assets = {
|
|
391
410
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
392
411
|
},
|
393
412
|
coingecko_id: 'maker',
|
394
|
-
|
413
|
+
traces: [{
|
414
|
+
type: 'ibc',
|
395
415
|
counterparty: {
|
396
416
|
channel: 'channel-4',
|
397
417
|
denom: 'mkr-wei',
|
@@ -400,7 +420,7 @@ const ibc_assets = {
|
|
400
420
|
chain: {
|
401
421
|
channel: 'channel-71'
|
402
422
|
}
|
403
|
-
}
|
423
|
+
}]
|
404
424
|
}, {
|
405
425
|
description: 'Rai Reflex Index on Axelar',
|
406
426
|
denom_units: [{
|
@@ -419,7 +439,8 @@ const ibc_assets = {
|
|
419
439
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
420
440
|
},
|
421
441
|
coingecko_id: 'rai',
|
422
|
-
|
442
|
+
traces: [{
|
443
|
+
type: 'ibc',
|
423
444
|
counterparty: {
|
424
445
|
channel: 'channel-4',
|
425
446
|
denom: 'rai-wei',
|
@@ -428,7 +449,7 @@ const ibc_assets = {
|
|
428
449
|
chain: {
|
429
450
|
channel: 'channel-71'
|
430
451
|
}
|
431
|
-
}
|
452
|
+
}]
|
432
453
|
}, {
|
433
454
|
description: 'Shiba Inu on Axelar',
|
434
455
|
denom_units: [{
|
@@ -447,7 +468,8 @@ const ibc_assets = {
|
|
447
468
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
448
469
|
},
|
449
470
|
coingecko_id: 'shiba-inu',
|
450
|
-
|
471
|
+
traces: [{
|
472
|
+
type: 'ibc',
|
451
473
|
counterparty: {
|
452
474
|
channel: 'channel-4',
|
453
475
|
denom: 'shib-wei',
|
@@ -456,7 +478,7 @@ const ibc_assets = {
|
|
456
478
|
chain: {
|
457
479
|
channel: 'channel-71'
|
458
480
|
}
|
459
|
-
}
|
481
|
+
}]
|
460
482
|
}, {
|
461
483
|
description: 'Lido Staked Ether on Axelar',
|
462
484
|
denom_units: [{
|
@@ -475,7 +497,8 @@ const ibc_assets = {
|
|
475
497
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
|
476
498
|
},
|
477
499
|
coingecko_id: 'staked-ether',
|
478
|
-
|
500
|
+
traces: [{
|
501
|
+
type: 'ibc',
|
479
502
|
counterparty: {
|
480
503
|
channel: 'channel-4',
|
481
504
|
denom: 'steth-wei',
|
@@ -484,7 +507,7 @@ const ibc_assets = {
|
|
484
507
|
chain: {
|
485
508
|
channel: 'channel-71'
|
486
509
|
}
|
487
|
-
}
|
510
|
+
}]
|
488
511
|
}, {
|
489
512
|
description: 'Uniswap on Axelar',
|
490
513
|
denom_units: [{
|
@@ -503,7 +526,8 @@ const ibc_assets = {
|
|
503
526
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
504
527
|
},
|
505
528
|
coingecko_id: 'uniswap',
|
506
|
-
|
529
|
+
traces: [{
|
530
|
+
type: 'ibc',
|
507
531
|
counterparty: {
|
508
532
|
channel: 'channel-4',
|
509
533
|
denom: 'uni-wei',
|
@@ -512,7 +536,7 @@ const ibc_assets = {
|
|
512
536
|
chain: {
|
513
537
|
channel: 'channel-71'
|
514
538
|
}
|
515
|
-
}
|
539
|
+
}]
|
516
540
|
}, {
|
517
541
|
description: 'Chain on Axelar',
|
518
542
|
denom_units: [{
|
@@ -531,7 +555,8 @@ const ibc_assets = {
|
|
531
555
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
532
556
|
},
|
533
557
|
coingecko_id: 'chain-2',
|
534
|
-
|
558
|
+
traces: [{
|
559
|
+
type: 'ibc',
|
535
560
|
counterparty: {
|
536
561
|
channel: 'channel-4',
|
537
562
|
denom: 'xcn-wei',
|
@@ -540,7 +565,7 @@ const ibc_assets = {
|
|
540
565
|
chain: {
|
541
566
|
channel: 'channel-71'
|
542
567
|
}
|
543
|
-
}
|
568
|
+
}]
|
544
569
|
}, {
|
545
570
|
description: 'Wrapped Polkadot on Axelar',
|
546
571
|
denom_units: [{
|
@@ -560,7 +585,8 @@ const ibc_assets = {
|
|
560
585
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
561
586
|
},
|
562
587
|
coingecko_id: 'polkadot',
|
563
|
-
|
588
|
+
traces: [{
|
589
|
+
type: 'ibc',
|
564
590
|
counterparty: {
|
565
591
|
channel: 'channel-4',
|
566
592
|
denom: 'dot-planck',
|
@@ -569,7 +595,7 @@ const ibc_assets = {
|
|
569
595
|
chain: {
|
570
596
|
channel: 'channel-71'
|
571
597
|
}
|
572
|
-
}
|
598
|
+
}]
|
573
599
|
}, {
|
574
600
|
description: 'Wrapped Moonbeam on Axelar',
|
575
601
|
denom_units: [{
|
@@ -589,7 +615,8 @@ const ibc_assets = {
|
|
589
615
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
590
616
|
},
|
591
617
|
coingecko_id: 'wrapped-moonbeam',
|
592
|
-
|
618
|
+
traces: [{
|
619
|
+
type: 'ibc',
|
593
620
|
counterparty: {
|
594
621
|
channel: 'channel-4',
|
595
622
|
denom: 'wglmr-wei',
|
@@ -598,7 +625,7 @@ const ibc_assets = {
|
|
598
625
|
chain: {
|
599
626
|
channel: 'channel-71'
|
600
627
|
}
|
601
|
-
}
|
628
|
+
}]
|
602
629
|
}, {
|
603
630
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
604
631
|
denom_units: [{
|
@@ -618,7 +645,8 @@ const ibc_assets = {
|
|
618
645
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
619
646
|
},
|
620
647
|
coingecko_id: 'bitcanna',
|
621
|
-
|
648
|
+
traces: [{
|
649
|
+
type: 'ibc',
|
622
650
|
counterparty: {
|
623
651
|
channel: 'channel-10',
|
624
652
|
denom: 'ubcna',
|
@@ -627,7 +655,7 @@ const ibc_assets = {
|
|
627
655
|
chain: {
|
628
656
|
channel: 'channel-50'
|
629
657
|
}
|
630
|
-
}
|
658
|
+
}]
|
631
659
|
}, {
|
632
660
|
description: 'BitSong Native Token',
|
633
661
|
denom_units: [{
|
@@ -648,7 +676,8 @@ const ibc_assets = {
|
|
648
676
|
},
|
649
677
|
type_asset: 'sdk.coin',
|
650
678
|
coingecko_id: 'bitsong',
|
651
|
-
|
679
|
+
traces: [{
|
680
|
+
type: 'ibc',
|
652
681
|
counterparty: {
|
653
682
|
channel: 'channel-5',
|
654
683
|
denom: 'ubtsg',
|
@@ -657,7 +686,7 @@ const ibc_assets = {
|
|
657
686
|
chain: {
|
658
687
|
channel: 'channel-17'
|
659
688
|
}
|
660
|
-
}
|
689
|
+
}]
|
661
690
|
}, {
|
662
691
|
description: 'Adam Clay a BitSong Music FanToken',
|
663
692
|
denom_units: [{
|
@@ -675,7 +704,8 @@ const ibc_assets = {
|
|
675
704
|
logo_URIs: {
|
676
705
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
677
706
|
},
|
678
|
-
|
707
|
+
traces: [{
|
708
|
+
type: 'ibc',
|
679
709
|
counterparty: {
|
680
710
|
channel: 'channel-5',
|
681
711
|
denom: 'ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09',
|
@@ -684,7 +714,7 @@ const ibc_assets = {
|
|
684
714
|
chain: {
|
685
715
|
channel: 'channel-17'
|
686
716
|
}
|
687
|
-
}
|
717
|
+
}]
|
688
718
|
}, {
|
689
719
|
description: 'Nicola Fasano a BitSong Music FanToken',
|
690
720
|
denom_units: [{
|
@@ -702,7 +732,8 @@ const ibc_assets = {
|
|
702
732
|
logo_URIs: {
|
703
733
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
|
704
734
|
},
|
705
|
-
|
735
|
+
traces: [{
|
736
|
+
type: 'ibc',
|
706
737
|
counterparty: {
|
707
738
|
channel: 'channel-5',
|
708
739
|
denom: 'ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7',
|
@@ -711,7 +742,7 @@ const ibc_assets = {
|
|
711
742
|
chain: {
|
712
743
|
channel: 'channel-17'
|
713
744
|
}
|
714
|
-
}
|
745
|
+
}]
|
715
746
|
}, {
|
716
747
|
description: 'Delta 9 a BitSong Music FanToken',
|
717
748
|
denom_units: [{
|
@@ -729,7 +760,8 @@ const ibc_assets = {
|
|
729
760
|
logo_URIs: {
|
730
761
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
|
731
762
|
},
|
732
|
-
|
763
|
+
traces: [{
|
764
|
+
type: 'ibc',
|
733
765
|
counterparty: {
|
734
766
|
channel: 'channel-5',
|
735
767
|
denom: 'ft575B10B0CEE2C164D9ED6A96313496F164A9607C',
|
@@ -738,7 +770,7 @@ const ibc_assets = {
|
|
738
770
|
chain: {
|
739
771
|
channel: 'channel-17'
|
740
772
|
}
|
741
|
-
}
|
773
|
+
}]
|
742
774
|
}, {
|
743
775
|
description: 'FONTI a BitSong Music FanToken',
|
744
776
|
denom_units: [{
|
@@ -756,7 +788,8 @@ const ibc_assets = {
|
|
756
788
|
logo_URIs: {
|
757
789
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
|
758
790
|
},
|
759
|
-
|
791
|
+
traces: [{
|
792
|
+
type: 'ibc',
|
760
793
|
counterparty: {
|
761
794
|
channel: 'channel-5',
|
762
795
|
denom: 'ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305',
|
@@ -765,7 +798,7 @@ const ibc_assets = {
|
|
765
798
|
chain: {
|
766
799
|
channel: 'channel-17'
|
767
800
|
}
|
768
|
-
}
|
801
|
+
}]
|
769
802
|
}, {
|
770
803
|
description: 'BlackJack a BitSong Music FanToken',
|
771
804
|
denom_units: [{
|
@@ -783,7 +816,8 @@ const ibc_assets = {
|
|
783
816
|
logo_URIs: {
|
784
817
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
|
785
818
|
},
|
786
|
-
|
819
|
+
traces: [{
|
820
|
+
type: 'ibc',
|
787
821
|
counterparty: {
|
788
822
|
channel: 'channel-5',
|
789
823
|
denom: 'ft52EEB0EE509AC546ED92EAC8591F731F213DDD16',
|
@@ -792,7 +826,7 @@ const ibc_assets = {
|
|
792
826
|
chain: {
|
793
827
|
channel: 'channel-17'
|
794
828
|
}
|
795
|
-
}
|
829
|
+
}]
|
796
830
|
}, {
|
797
831
|
description: 'Rawanne a BitSong Music FanToken',
|
798
832
|
denom_units: [{
|
@@ -810,7 +844,8 @@ const ibc_assets = {
|
|
810
844
|
logo_URIs: {
|
811
845
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
|
812
846
|
},
|
813
|
-
|
847
|
+
traces: [{
|
848
|
+
type: 'ibc',
|
814
849
|
counterparty: {
|
815
850
|
channel: 'channel-5',
|
816
851
|
denom: 'ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A',
|
@@ -819,7 +854,7 @@ const ibc_assets = {
|
|
819
854
|
chain: {
|
820
855
|
channel: 'channel-17'
|
821
856
|
}
|
822
|
-
}
|
857
|
+
}]
|
823
858
|
}, {
|
824
859
|
description: 'Enmoda a BitSong Music FanToken',
|
825
860
|
denom_units: [{
|
@@ -837,7 +872,8 @@ const ibc_assets = {
|
|
837
872
|
logo_URIs: {
|
838
873
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
|
839
874
|
},
|
840
|
-
|
875
|
+
traces: [{
|
876
|
+
type: 'ibc',
|
841
877
|
counterparty: {
|
842
878
|
channel: 'channel-5',
|
843
879
|
denom: 'ft85AE1716C5E39EA6D64BBD7898C3899A7B500626',
|
@@ -846,7 +882,7 @@ const ibc_assets = {
|
|
846
882
|
chain: {
|
847
883
|
channel: 'channel-17'
|
848
884
|
}
|
849
|
-
}
|
885
|
+
}]
|
850
886
|
}, {
|
851
887
|
description: '404Deep Records a BitSong Music FanToken',
|
852
888
|
denom_units: [{
|
@@ -864,7 +900,8 @@ const ibc_assets = {
|
|
864
900
|
logo_URIs: {
|
865
901
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
866
902
|
},
|
867
|
-
|
903
|
+
traces: [{
|
904
|
+
type: 'ibc',
|
868
905
|
counterparty: {
|
869
906
|
channel: 'channel-5',
|
870
907
|
denom: 'ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A',
|
@@ -873,7 +910,7 @@ const ibc_assets = {
|
|
873
910
|
chain: {
|
874
911
|
channel: 'channel-17'
|
875
912
|
}
|
876
|
-
}
|
913
|
+
}]
|
877
914
|
}, {
|
878
915
|
description: 'N43 a BitSong Music FanToken',
|
879
916
|
denom_units: [{
|
@@ -891,7 +928,8 @@ const ibc_assets = {
|
|
891
928
|
logo_URIs: {
|
892
929
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
|
893
930
|
},
|
894
|
-
|
931
|
+
traces: [{
|
932
|
+
type: 'ibc',
|
895
933
|
counterparty: {
|
896
934
|
channel: 'channel-5',
|
897
935
|
denom: 'ft387C1C279D962ED80C09C1D592A92C4275FD7C5D',
|
@@ -900,7 +938,7 @@ const ibc_assets = {
|
|
900
938
|
chain: {
|
901
939
|
channel: 'channel-17'
|
902
940
|
}
|
903
|
-
}
|
941
|
+
}]
|
904
942
|
}, {
|
905
943
|
description: 'Puro Lobo a BitSong Music FanToken',
|
906
944
|
denom_units: [{
|
@@ -918,7 +956,8 @@ const ibc_assets = {
|
|
918
956
|
logo_URIs: {
|
919
957
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
|
920
958
|
},
|
921
|
-
|
959
|
+
traces: [{
|
960
|
+
type: 'ibc',
|
922
961
|
counterparty: {
|
923
962
|
channel: 'channel-5',
|
924
963
|
denom: 'ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB',
|
@@ -927,7 +966,7 @@ const ibc_assets = {
|
|
927
966
|
chain: {
|
928
967
|
channel: 'channel-17'
|
929
968
|
}
|
930
|
-
}
|
969
|
+
}]
|
931
970
|
}, {
|
932
971
|
description: 'Vibranium a BitSong Music FanToken',
|
933
972
|
denom_units: [{
|
@@ -945,7 +984,8 @@ const ibc_assets = {
|
|
945
984
|
logo_URIs: {
|
946
985
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
|
947
986
|
},
|
948
|
-
|
987
|
+
traces: [{
|
988
|
+
type: 'ibc',
|
949
989
|
counterparty: {
|
950
990
|
channel: 'channel-5',
|
951
991
|
denom: 'ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B',
|
@@ -954,7 +994,7 @@ const ibc_assets = {
|
|
954
994
|
chain: {
|
955
995
|
channel: 'channel-17'
|
956
996
|
}
|
957
|
-
}
|
997
|
+
}]
|
958
998
|
}, {
|
959
999
|
description: 'Karina a BitSong Music FanToken',
|
960
1000
|
denom_units: [{
|
@@ -972,7 +1012,8 @@ const ibc_assets = {
|
|
972
1012
|
logo_URIs: {
|
973
1013
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
|
974
1014
|
},
|
975
|
-
|
1015
|
+
traces: [{
|
1016
|
+
type: 'ibc',
|
976
1017
|
counterparty: {
|
977
1018
|
channel: 'channel-5',
|
978
1019
|
denom: 'ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE',
|
@@ -981,7 +1022,7 @@ const ibc_assets = {
|
|
981
1022
|
chain: {
|
982
1023
|
channel: 'channel-17'
|
983
1024
|
}
|
984
|
-
}
|
1025
|
+
}]
|
985
1026
|
}, {
|
986
1027
|
description: 'Luca Testa a BitSong Music FanToken',
|
987
1028
|
denom_units: [{
|
@@ -999,7 +1040,8 @@ const ibc_assets = {
|
|
999
1040
|
logo_URIs: {
|
1000
1041
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
|
1001
1042
|
},
|
1002
|
-
|
1043
|
+
traces: [{
|
1044
|
+
type: 'ibc',
|
1003
1045
|
counterparty: {
|
1004
1046
|
channel: 'channel-5',
|
1005
1047
|
denom: 'ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12',
|
@@ -1008,7 +1050,7 @@ const ibc_assets = {
|
|
1008
1050
|
chain: {
|
1009
1051
|
channel: 'channel-17'
|
1010
1052
|
}
|
1011
|
-
}
|
1053
|
+
}]
|
1012
1054
|
}, {
|
1013
1055
|
description: 'Carolina Marquez a BitSong Music FanToken',
|
1014
1056
|
denom_units: [{
|
@@ -1026,7 +1068,8 @@ const ibc_assets = {
|
|
1026
1068
|
logo_URIs: {
|
1027
1069
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
|
1028
1070
|
},
|
1029
|
-
|
1071
|
+
traces: [{
|
1072
|
+
type: 'ibc',
|
1030
1073
|
counterparty: {
|
1031
1074
|
channel: 'channel-5',
|
1032
1075
|
denom: 'ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3',
|
@@ -1035,7 +1078,7 @@ const ibc_assets = {
|
|
1035
1078
|
chain: {
|
1036
1079
|
channel: 'channel-17'
|
1037
1080
|
}
|
1038
|
-
}
|
1081
|
+
}]
|
1039
1082
|
}, {
|
1040
1083
|
description: 'The native token of Chihuahua Chain',
|
1041
1084
|
denom_units: [{
|
@@ -1054,7 +1097,8 @@ const ibc_assets = {
|
|
1054
1097
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png'
|
1055
1098
|
},
|
1056
1099
|
coingecko_id: 'chihuahua-token',
|
1057
|
-
|
1100
|
+
traces: [{
|
1101
|
+
type: 'ibc',
|
1058
1102
|
counterparty: {
|
1059
1103
|
channel: 'channel-11',
|
1060
1104
|
denom: 'uhuahua',
|
@@ -1063,7 +1107,7 @@ const ibc_assets = {
|
|
1063
1107
|
chain: {
|
1064
1108
|
channel: 'channel-28'
|
1065
1109
|
}
|
1066
|
-
}
|
1110
|
+
}]
|
1067
1111
|
}, {
|
1068
1112
|
description: 'Native Token of Comdex Protocol',
|
1069
1113
|
denom_units: [{
|
@@ -1082,7 +1126,8 @@ const ibc_assets = {
|
|
1082
1126
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
1083
1127
|
},
|
1084
1128
|
coingecko_id: 'comdex',
|
1085
|
-
|
1129
|
+
traces: [{
|
1130
|
+
type: 'ibc',
|
1086
1131
|
counterparty: {
|
1087
1132
|
channel: 'channel-18',
|
1088
1133
|
denom: 'ucmdx',
|
@@ -1091,7 +1136,7 @@ const ibc_assets = {
|
|
1091
1136
|
chain: {
|
1092
1137
|
channel: 'channel-36'
|
1093
1138
|
}
|
1094
|
-
}
|
1139
|
+
}]
|
1095
1140
|
}, {
|
1096
1141
|
description: 'The native staking and governance token of the Cosmos Hub.',
|
1097
1142
|
denom_units: [{
|
@@ -1111,7 +1156,8 @@ const ibc_assets = {
|
|
1111
1156
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
1112
1157
|
},
|
1113
1158
|
coingecko_id: 'cosmos',
|
1114
|
-
|
1159
|
+
traces: [{
|
1160
|
+
type: 'ibc',
|
1115
1161
|
counterparty: {
|
1116
1162
|
channel: 'channel-207',
|
1117
1163
|
denom: 'uatom',
|
@@ -1120,7 +1166,7 @@ const ibc_assets = {
|
|
1120
1166
|
chain: {
|
1121
1167
|
channel: 'channel-1'
|
1122
1168
|
}
|
1123
|
-
}
|
1169
|
+
}]
|
1124
1170
|
}, {
|
1125
1171
|
description: 'Native token of Dig Chain',
|
1126
1172
|
denom_units: [{
|
@@ -1139,7 +1185,8 @@ const ibc_assets = {
|
|
1139
1185
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
1140
1186
|
},
|
1141
1187
|
coingecko_id: 'dig-chain',
|
1142
|
-
|
1188
|
+
traces: [{
|
1189
|
+
type: 'ibc',
|
1143
1190
|
counterparty: {
|
1144
1191
|
channel: 'channel-2',
|
1145
1192
|
denom: 'udig',
|
@@ -1148,7 +1195,7 @@ const ibc_assets = {
|
|
1148
1195
|
chain: {
|
1149
1196
|
channel: 'channel-37'
|
1150
1197
|
}
|
1151
|
-
}
|
1198
|
+
}]
|
1152
1199
|
}, {
|
1153
1200
|
description: 'e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.',
|
1154
1201
|
denom_units: [{
|
@@ -1167,7 +1214,8 @@ const ibc_assets = {
|
|
1167
1214
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png'
|
1168
1215
|
},
|
1169
1216
|
coingecko_id: 'e-money',
|
1170
|
-
|
1217
|
+
traces: [{
|
1218
|
+
type: 'ibc',
|
1171
1219
|
counterparty: {
|
1172
1220
|
channel: 'channel-15',
|
1173
1221
|
denom: 'ungm',
|
@@ -1176,7 +1224,7 @@ const ibc_assets = {
|
|
1176
1224
|
chain: {
|
1177
1225
|
channel: 'channel-9'
|
1178
1226
|
}
|
1179
|
-
}
|
1227
|
+
}]
|
1180
1228
|
}, {
|
1181
1229
|
description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
|
1182
1230
|
denom_units: [{
|
@@ -1184,7 +1232,7 @@ const ibc_assets = {
|
|
1184
1232
|
exponent: 0,
|
1185
1233
|
aliases: ['eeur']
|
1186
1234
|
}, {
|
1187
|
-
denom: '
|
1235
|
+
denom: 'eur',
|
1188
1236
|
exponent: 6
|
1189
1237
|
}],
|
1190
1238
|
base: 'ibc/B9F7C1E4CE9219B5AF06C47B18661DBD49CCD7A6C18FF789E2FB62BB365CFF9C',
|
@@ -1195,7 +1243,8 @@ const ibc_assets = {
|
|
1195
1243
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
1196
1244
|
},
|
1197
1245
|
coingecko_id: 'e-money-eur',
|
1198
|
-
|
1246
|
+
traces: [{
|
1247
|
+
type: 'ibc',
|
1199
1248
|
counterparty: {
|
1200
1249
|
channel: 'channel-15',
|
1201
1250
|
denom: 'eeur',
|
@@ -1204,7 +1253,7 @@ const ibc_assets = {
|
|
1204
1253
|
chain: {
|
1205
1254
|
channel: 'channel-9'
|
1206
1255
|
}
|
1207
|
-
}
|
1256
|
+
}]
|
1208
1257
|
}, {
|
1209
1258
|
description: 'The native token of Osmosis',
|
1210
1259
|
denom_units: [{
|
@@ -1226,7 +1275,8 @@ const ibc_assets = {
|
|
1226
1275
|
},
|
1227
1276
|
coingecko_id: 'osmosis',
|
1228
1277
|
keywords: ['dex', 'staking'],
|
1229
|
-
|
1278
|
+
traces: [{
|
1279
|
+
type: 'ibc',
|
1230
1280
|
counterparty: {
|
1231
1281
|
channel: 'channel-42',
|
1232
1282
|
denom: 'uosmo',
|
@@ -1235,7 +1285,7 @@ const ibc_assets = {
|
|
1235
1285
|
chain: {
|
1236
1286
|
channel: 'channel-0'
|
1237
1287
|
}
|
1238
|
-
}
|
1288
|
+
}]
|
1239
1289
|
}, {
|
1240
1290
|
denom_units: [{
|
1241
1291
|
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
@@ -1255,7 +1305,8 @@ const ibc_assets = {
|
|
1255
1305
|
},
|
1256
1306
|
coingecko_id: 'ion',
|
1257
1307
|
keywords: ['memecoin'],
|
1258
|
-
|
1308
|
+
traces: [{
|
1309
|
+
type: 'ibc',
|
1259
1310
|
counterparty: {
|
1260
1311
|
channel: 'channel-42',
|
1261
1312
|
denom: 'uion',
|
@@ -1264,7 +1315,7 @@ const ibc_assets = {
|
|
1264
1315
|
chain: {
|
1265
1316
|
channel: 'channel-0'
|
1266
1317
|
}
|
1267
|
-
}
|
1318
|
+
}]
|
1268
1319
|
}, {
|
1269
1320
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
1270
1321
|
denom_units: [{
|
@@ -1284,7 +1335,8 @@ const ibc_assets = {
|
|
1284
1335
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
1285
1336
|
},
|
1286
1337
|
coingecko_id: 'persistence',
|
1287
|
-
|
1338
|
+
traces: [{
|
1339
|
+
type: 'ibc',
|
1288
1340
|
counterparty: {
|
1289
1341
|
channel: 'channel-37',
|
1290
1342
|
denom: 'uxprt',
|
@@ -1293,7 +1345,7 @@ const ibc_assets = {
|
|
1293
1345
|
chain: {
|
1294
1346
|
channel: 'channel-33'
|
1295
1347
|
}
|
1296
|
-
}
|
1348
|
+
}]
|
1297
1349
|
}, {
|
1298
1350
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
1299
1351
|
denom_units: [{
|
@@ -1309,6 +1361,17 @@ const ibc_assets = {
|
|
1309
1361
|
display: 'pstake',
|
1310
1362
|
symbol: 'PSTAKE',
|
1311
1363
|
ibc: {
|
1364
|
+
source_channel: 'channel-24',
|
1365
|
+
dst_channel: 'channel-38',
|
1366
|
+
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
1367
|
+
},
|
1368
|
+
logo_URIs: {
|
1369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
1370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
1371
|
+
},
|
1372
|
+
coingecko_id: 'pstake-finance',
|
1373
|
+
traces: [{
|
1374
|
+
type: 'ibc',
|
1312
1375
|
counterparty: {
|
1313
1376
|
channel: 'channel-37',
|
1314
1377
|
denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
|
@@ -1317,12 +1380,7 @@ const ibc_assets = {
|
|
1317
1380
|
chain: {
|
1318
1381
|
channel: 'channel-33'
|
1319
1382
|
}
|
1320
|
-
}
|
1321
|
-
logo_URIs: {
|
1322
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
1323
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
1324
|
-
},
|
1325
|
-
coingecko_id: 'pstake-finance'
|
1383
|
+
}]
|
1326
1384
|
}, {
|
1327
1385
|
description: 'The native token of Secret Network',
|
1328
1386
|
denom_units: [{
|
@@ -1342,7 +1400,8 @@ const ibc_assets = {
|
|
1342
1400
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
1343
1401
|
},
|
1344
1402
|
coingecko_id: 'secret',
|
1345
|
-
|
1403
|
+
traces: [{
|
1404
|
+
type: 'ibc',
|
1346
1405
|
counterparty: {
|
1347
1406
|
channel: 'channel-8',
|
1348
1407
|
denom: 'uscrt',
|
@@ -1351,7 +1410,7 @@ const ibc_assets = {
|
|
1351
1410
|
chain: {
|
1352
1411
|
channel: 'channel-48'
|
1353
1412
|
}
|
1354
|
-
}
|
1413
|
+
}]
|
1355
1414
|
}, {
|
1356
1415
|
description: "Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
|
1357
1416
|
denom_units: [{
|
@@ -1368,7 +1427,8 @@ const ibc_assets = {
|
|
1368
1427
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
1369
1428
|
},
|
1370
1429
|
coingecko_id: 'sifchain',
|
1371
|
-
|
1430
|
+
traces: [{
|
1431
|
+
type: 'ibc',
|
1372
1432
|
counterparty: {
|
1373
1433
|
channel: 'channel-14',
|
1374
1434
|
denom: 'rowan',
|
@@ -1377,7 +1437,7 @@ const ibc_assets = {
|
|
1377
1437
|
chain: {
|
1378
1438
|
channel: 'channel-5'
|
1379
1439
|
}
|
1380
|
-
}
|
1440
|
+
}]
|
1381
1441
|
}, {
|
1382
1442
|
description: 'The native token of Stargaze',
|
1383
1443
|
denom_units: [{
|
@@ -1396,7 +1456,8 @@ const ibc_assets = {
|
|
1396
1456
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
1397
1457
|
},
|
1398
1458
|
coingecko_id: 'stargaze',
|
1399
|
-
|
1459
|
+
traces: [{
|
1460
|
+
type: 'ibc',
|
1400
1461
|
counterparty: {
|
1401
1462
|
channel: 'channel-5',
|
1402
1463
|
denom: 'ustars',
|
@@ -1405,7 +1466,7 @@ const ibc_assets = {
|
|
1405
1466
|
chain: {
|
1406
1467
|
channel: 'channel-20'
|
1407
1468
|
}
|
1408
|
-
}
|
1469
|
+
}]
|
1409
1470
|
}, {
|
1410
1471
|
description: 'The native staking token of Terra Classic.',
|
1411
1472
|
denom_units: [{
|
@@ -1430,7 +1491,8 @@ const ibc_assets = {
|
|
1430
1491
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
1431
1492
|
},
|
1432
1493
|
coingecko_id: 'terra-luna',
|
1433
|
-
|
1494
|
+
traces: [{
|
1495
|
+
type: 'ibc',
|
1434
1496
|
counterparty: {
|
1435
1497
|
channel: 'channel-20',
|
1436
1498
|
denom: 'uluna',
|
@@ -1439,7 +1501,7 @@ const ibc_assets = {
|
|
1439
1501
|
chain: {
|
1440
1502
|
channel: 'channel-27'
|
1441
1503
|
}
|
1442
|
-
}
|
1504
|
+
}]
|
1443
1505
|
}, {
|
1444
1506
|
description: 'The USD stablecoin of Terra Classic.',
|
1445
1507
|
denom_units: [{
|
@@ -1464,7 +1526,8 @@ const ibc_assets = {
|
|
1464
1526
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
1465
1527
|
},
|
1466
1528
|
coingecko_id: 'terrausd',
|
1467
|
-
|
1529
|
+
traces: [{
|
1530
|
+
type: 'ibc',
|
1468
1531
|
counterparty: {
|
1469
1532
|
channel: 'channel-20',
|
1470
1533
|
denom: 'uusd',
|
@@ -1473,7 +1536,7 @@ const ibc_assets = {
|
|
1473
1536
|
chain: {
|
1474
1537
|
channel: 'channel-27'
|
1475
1538
|
}
|
1476
|
-
}
|
1539
|
+
}]
|
1477
1540
|
}, {
|
1478
1541
|
description: 'The KRW stablecoin of Terra Classic.',
|
1479
1542
|
denom_units: [{
|
@@ -1498,7 +1561,8 @@ const ibc_assets = {
|
|
1498
1561
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
1499
1562
|
},
|
1500
1563
|
coingecko_id: 'terrakrw',
|
1501
|
-
|
1564
|
+
traces: [{
|
1565
|
+
type: 'ibc',
|
1502
1566
|
counterparty: {
|
1503
1567
|
channel: 'channel-20',
|
1504
1568
|
denom: 'ukrw',
|
@@ -1507,7 +1571,7 @@ const ibc_assets = {
|
|
1507
1571
|
chain: {
|
1508
1572
|
channel: 'channel-27'
|
1509
1573
|
}
|
1510
|
-
}
|
1574
|
+
}]
|
1511
1575
|
}, {
|
1512
1576
|
description: 'The AUD stablecoin of Terra Classic.',
|
1513
1577
|
denom_units: [{
|
@@ -1531,7 +1595,8 @@ const ibc_assets = {
|
|
1531
1595
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
1532
1596
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
1533
1597
|
},
|
1534
|
-
|
1598
|
+
traces: [{
|
1599
|
+
type: 'ibc',
|
1535
1600
|
counterparty: {
|
1536
1601
|
channel: 'channel-20',
|
1537
1602
|
denom: 'uaud',
|
@@ -1540,7 +1605,7 @@ const ibc_assets = {
|
|
1540
1605
|
chain: {
|
1541
1606
|
channel: 'channel-27'
|
1542
1607
|
}
|
1543
|
-
}
|
1608
|
+
}]
|
1544
1609
|
}, {
|
1545
1610
|
description: 'The CAD stablecoin of Terra Classic.',
|
1546
1611
|
denom_units: [{
|
@@ -1564,7 +1629,8 @@ const ibc_assets = {
|
|
1564
1629
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
1565
1630
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
1566
1631
|
},
|
1567
|
-
|
1632
|
+
traces: [{
|
1633
|
+
type: 'ibc',
|
1568
1634
|
counterparty: {
|
1569
1635
|
channel: 'channel-20',
|
1570
1636
|
denom: 'ucad',
|
@@ -1573,7 +1639,7 @@ const ibc_assets = {
|
|
1573
1639
|
chain: {
|
1574
1640
|
channel: 'channel-27'
|
1575
1641
|
}
|
1576
|
-
}
|
1642
|
+
}]
|
1577
1643
|
}, {
|
1578
1644
|
description: 'The CHF stablecoin of Terra Classic.',
|
1579
1645
|
denom_units: [{
|
@@ -1597,7 +1663,8 @@ const ibc_assets = {
|
|
1597
1663
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
1598
1664
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
1599
1665
|
},
|
1600
|
-
|
1666
|
+
traces: [{
|
1667
|
+
type: 'ibc',
|
1601
1668
|
counterparty: {
|
1602
1669
|
channel: 'channel-20',
|
1603
1670
|
denom: 'uchf',
|
@@ -1606,7 +1673,7 @@ const ibc_assets = {
|
|
1606
1673
|
chain: {
|
1607
1674
|
channel: 'channel-27'
|
1608
1675
|
}
|
1609
|
-
}
|
1676
|
+
}]
|
1610
1677
|
}, {
|
1611
1678
|
description: 'The CNY stablecoin of Terra Classic.',
|
1612
1679
|
denom_units: [{
|
@@ -1630,7 +1697,8 @@ const ibc_assets = {
|
|
1630
1697
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
1631
1698
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
1632
1699
|
},
|
1633
|
-
|
1700
|
+
traces: [{
|
1701
|
+
type: 'ibc',
|
1634
1702
|
counterparty: {
|
1635
1703
|
channel: 'channel-20',
|
1636
1704
|
denom: 'ucny',
|
@@ -1639,7 +1707,7 @@ const ibc_assets = {
|
|
1639
1707
|
chain: {
|
1640
1708
|
channel: 'channel-27'
|
1641
1709
|
}
|
1642
|
-
}
|
1710
|
+
}]
|
1643
1711
|
}, {
|
1644
1712
|
description: 'The DKK stablecoin of Terra Classic.',
|
1645
1713
|
denom_units: [{
|
@@ -1663,7 +1731,8 @@ const ibc_assets = {
|
|
1663
1731
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
1664
1732
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
1665
1733
|
},
|
1666
|
-
|
1734
|
+
traces: [{
|
1735
|
+
type: 'ibc',
|
1667
1736
|
counterparty: {
|
1668
1737
|
channel: 'channel-20',
|
1669
1738
|
denom: 'udkk',
|
@@ -1672,7 +1741,7 @@ const ibc_assets = {
|
|
1672
1741
|
chain: {
|
1673
1742
|
channel: 'channel-27'
|
1674
1743
|
}
|
1675
|
-
}
|
1744
|
+
}]
|
1676
1745
|
}, {
|
1677
1746
|
description: 'The EUR stablecoin of Terra Classic.',
|
1678
1747
|
denom_units: [{
|
@@ -1696,7 +1765,8 @@ const ibc_assets = {
|
|
1696
1765
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
1697
1766
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
1698
1767
|
},
|
1699
|
-
|
1768
|
+
traces: [{
|
1769
|
+
type: 'ibc',
|
1700
1770
|
counterparty: {
|
1701
1771
|
channel: 'channel-20',
|
1702
1772
|
denom: 'ueur',
|
@@ -1705,7 +1775,7 @@ const ibc_assets = {
|
|
1705
1775
|
chain: {
|
1706
1776
|
channel: 'channel-27'
|
1707
1777
|
}
|
1708
|
-
}
|
1778
|
+
}]
|
1709
1779
|
}, {
|
1710
1780
|
description: 'The GBP stablecoin of Terra Classic.',
|
1711
1781
|
denom_units: [{
|
@@ -1729,7 +1799,8 @@ const ibc_assets = {
|
|
1729
1799
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
1730
1800
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
1731
1801
|
},
|
1732
|
-
|
1802
|
+
traces: [{
|
1803
|
+
type: 'ibc',
|
1733
1804
|
counterparty: {
|
1734
1805
|
channel: 'channel-20',
|
1735
1806
|
denom: 'ugbp',
|
@@ -1738,7 +1809,7 @@ const ibc_assets = {
|
|
1738
1809
|
chain: {
|
1739
1810
|
channel: 'channel-27'
|
1740
1811
|
}
|
1741
|
-
}
|
1812
|
+
}]
|
1742
1813
|
}, {
|
1743
1814
|
description: 'The HKD stablecoin of Terra Classic.',
|
1744
1815
|
denom_units: [{
|
@@ -1762,7 +1833,8 @@ const ibc_assets = {
|
|
1762
1833
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
1763
1834
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
1764
1835
|
},
|
1765
|
-
|
1836
|
+
traces: [{
|
1837
|
+
type: 'ibc',
|
1766
1838
|
counterparty: {
|
1767
1839
|
channel: 'channel-20',
|
1768
1840
|
denom: 'uhkd',
|
@@ -1771,7 +1843,7 @@ const ibc_assets = {
|
|
1771
1843
|
chain: {
|
1772
1844
|
channel: 'channel-27'
|
1773
1845
|
}
|
1774
|
-
}
|
1846
|
+
}]
|
1775
1847
|
}, {
|
1776
1848
|
description: 'The IDR stablecoin of Terra Classic.',
|
1777
1849
|
denom_units: [{
|
@@ -1795,7 +1867,8 @@ const ibc_assets = {
|
|
1795
1867
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
1796
1868
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
1797
1869
|
},
|
1798
|
-
|
1870
|
+
traces: [{
|
1871
|
+
type: 'ibc',
|
1799
1872
|
counterparty: {
|
1800
1873
|
channel: 'channel-20',
|
1801
1874
|
denom: 'uidr',
|
@@ -1804,7 +1877,7 @@ const ibc_assets = {
|
|
1804
1877
|
chain: {
|
1805
1878
|
channel: 'channel-27'
|
1806
1879
|
}
|
1807
|
-
}
|
1880
|
+
}]
|
1808
1881
|
}, {
|
1809
1882
|
description: 'The INR stablecoin of Terra Classic.',
|
1810
1883
|
denom_units: [{
|
@@ -1828,7 +1901,8 @@ const ibc_assets = {
|
|
1828
1901
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
1829
1902
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
1830
1903
|
},
|
1831
|
-
|
1904
|
+
traces: [{
|
1905
|
+
type: 'ibc',
|
1832
1906
|
counterparty: {
|
1833
1907
|
channel: 'channel-20',
|
1834
1908
|
denom: 'uinr',
|
@@ -1837,7 +1911,7 @@ const ibc_assets = {
|
|
1837
1911
|
chain: {
|
1838
1912
|
channel: 'channel-27'
|
1839
1913
|
}
|
1840
|
-
}
|
1914
|
+
}]
|
1841
1915
|
}, {
|
1842
1916
|
description: 'The JPY stablecoin of Terra Classic.',
|
1843
1917
|
denom_units: [{
|
@@ -1861,7 +1935,8 @@ const ibc_assets = {
|
|
1861
1935
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
1862
1936
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
1863
1937
|
},
|
1864
|
-
|
1938
|
+
traces: [{
|
1939
|
+
type: 'ibc',
|
1865
1940
|
counterparty: {
|
1866
1941
|
channel: 'channel-20',
|
1867
1942
|
denom: 'ujpy',
|
@@ -1870,7 +1945,7 @@ const ibc_assets = {
|
|
1870
1945
|
chain: {
|
1871
1946
|
channel: 'channel-27'
|
1872
1947
|
}
|
1873
|
-
}
|
1948
|
+
}]
|
1874
1949
|
}, {
|
1875
1950
|
description: 'The MNT stablecoin of Terra Classic.',
|
1876
1951
|
denom_units: [{
|
@@ -1894,7 +1969,8 @@ const ibc_assets = {
|
|
1894
1969
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
1895
1970
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
1896
1971
|
},
|
1897
|
-
|
1972
|
+
traces: [{
|
1973
|
+
type: 'ibc',
|
1898
1974
|
counterparty: {
|
1899
1975
|
channel: 'channel-20',
|
1900
1976
|
denom: 'umnt',
|
@@ -1903,7 +1979,7 @@ const ibc_assets = {
|
|
1903
1979
|
chain: {
|
1904
1980
|
channel: 'channel-27'
|
1905
1981
|
}
|
1906
|
-
}
|
1982
|
+
}]
|
1907
1983
|
}, {
|
1908
1984
|
description: 'The MYR stablecoin of Terra Classic.',
|
1909
1985
|
denom_units: [{
|
@@ -1927,7 +2003,8 @@ const ibc_assets = {
|
|
1927
2003
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
1928
2004
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
1929
2005
|
},
|
1930
|
-
|
2006
|
+
traces: [{
|
2007
|
+
type: 'ibc',
|
1931
2008
|
counterparty: {
|
1932
2009
|
channel: 'channel-20',
|
1933
2010
|
denom: 'umyr',
|
@@ -1936,7 +2013,7 @@ const ibc_assets = {
|
|
1936
2013
|
chain: {
|
1937
2014
|
channel: 'channel-27'
|
1938
2015
|
}
|
1939
|
-
}
|
2016
|
+
}]
|
1940
2017
|
}, {
|
1941
2018
|
description: 'The NOK stablecoin of Terra Classic.',
|
1942
2019
|
denom_units: [{
|
@@ -1960,7 +2037,8 @@ const ibc_assets = {
|
|
1960
2037
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
1961
2038
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
1962
2039
|
},
|
1963
|
-
|
2040
|
+
traces: [{
|
2041
|
+
type: 'ibc',
|
1964
2042
|
counterparty: {
|
1965
2043
|
channel: 'channel-20',
|
1966
2044
|
denom: 'unok',
|
@@ -1969,7 +2047,7 @@ const ibc_assets = {
|
|
1969
2047
|
chain: {
|
1970
2048
|
channel: 'channel-27'
|
1971
2049
|
}
|
1972
|
-
}
|
2050
|
+
}]
|
1973
2051
|
}, {
|
1974
2052
|
description: 'The PHP stablecoin of Terra Classic.',
|
1975
2053
|
denom_units: [{
|
@@ -1993,7 +2071,8 @@ const ibc_assets = {
|
|
1993
2071
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
1994
2072
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
1995
2073
|
},
|
1996
|
-
|
2074
|
+
traces: [{
|
2075
|
+
type: 'ibc',
|
1997
2076
|
counterparty: {
|
1998
2077
|
channel: 'channel-20',
|
1999
2078
|
denom: 'uphp',
|
@@ -2002,7 +2081,7 @@ const ibc_assets = {
|
|
2002
2081
|
chain: {
|
2003
2082
|
channel: 'channel-27'
|
2004
2083
|
}
|
2005
|
-
}
|
2084
|
+
}]
|
2006
2085
|
}, {
|
2007
2086
|
description: 'The SDR stablecoin of Terra Classic.',
|
2008
2087
|
denom_units: [{
|
@@ -2026,7 +2105,8 @@ const ibc_assets = {
|
|
2026
2105
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
2027
2106
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
2028
2107
|
},
|
2029
|
-
|
2108
|
+
traces: [{
|
2109
|
+
type: 'ibc',
|
2030
2110
|
counterparty: {
|
2031
2111
|
channel: 'channel-20',
|
2032
2112
|
denom: 'usdr',
|
@@ -2035,7 +2115,7 @@ const ibc_assets = {
|
|
2035
2115
|
chain: {
|
2036
2116
|
channel: 'channel-27'
|
2037
2117
|
}
|
2038
|
-
}
|
2118
|
+
}]
|
2039
2119
|
}, {
|
2040
2120
|
description: 'The SEK stablecoin of Terra Classic.',
|
2041
2121
|
denom_units: [{
|
@@ -2059,7 +2139,8 @@ const ibc_assets = {
|
|
2059
2139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
2060
2140
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
2061
2141
|
},
|
2062
|
-
|
2142
|
+
traces: [{
|
2143
|
+
type: 'ibc',
|
2063
2144
|
counterparty: {
|
2064
2145
|
channel: 'channel-20',
|
2065
2146
|
denom: 'usek',
|
@@ -2068,7 +2149,7 @@ const ibc_assets = {
|
|
2068
2149
|
chain: {
|
2069
2150
|
channel: 'channel-27'
|
2070
2151
|
}
|
2071
|
-
}
|
2152
|
+
}]
|
2072
2153
|
}, {
|
2073
2154
|
description: 'The SGD stablecoin of Terra Classic.',
|
2074
2155
|
denom_units: [{
|
@@ -2092,7 +2173,8 @@ const ibc_assets = {
|
|
2092
2173
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
2093
2174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
2094
2175
|
},
|
2095
|
-
|
2176
|
+
traces: [{
|
2177
|
+
type: 'ibc',
|
2096
2178
|
counterparty: {
|
2097
2179
|
channel: 'channel-20',
|
2098
2180
|
denom: 'usgd',
|
@@ -2101,7 +2183,7 @@ const ibc_assets = {
|
|
2101
2183
|
chain: {
|
2102
2184
|
channel: 'channel-27'
|
2103
2185
|
}
|
2104
|
-
}
|
2186
|
+
}]
|
2105
2187
|
}, {
|
2106
2188
|
description: 'The THB stablecoin of Terra Classic.',
|
2107
2189
|
denom_units: [{
|
@@ -2125,7 +2207,8 @@ const ibc_assets = {
|
|
2125
2207
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
2126
2208
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
2127
2209
|
},
|
2128
|
-
|
2210
|
+
traces: [{
|
2211
|
+
type: 'ibc',
|
2129
2212
|
counterparty: {
|
2130
2213
|
channel: 'channel-20',
|
2131
2214
|
denom: 'uthb',
|
@@ -2134,7 +2217,7 @@ const ibc_assets = {
|
|
2134
2217
|
chain: {
|
2135
2218
|
channel: 'channel-27'
|
2136
2219
|
}
|
2137
|
-
}
|
2220
|
+
}]
|
2138
2221
|
}, {
|
2139
2222
|
description: 'The TWD stablecoin of Terra Classic.',
|
2140
2223
|
denom_units: [{
|
@@ -2158,7 +2241,8 @@ const ibc_assets = {
|
|
2158
2241
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
2159
2242
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
2160
2243
|
},
|
2161
|
-
|
2244
|
+
traces: [{
|
2245
|
+
type: 'ibc',
|
2162
2246
|
counterparty: {
|
2163
2247
|
channel: 'channel-20',
|
2164
2248
|
denom: 'utwd',
|
@@ -2167,7 +2251,8 @@ const ibc_assets = {
|
|
2167
2251
|
chain: {
|
2168
2252
|
channel: 'channel-27'
|
2169
2253
|
}
|
2170
|
-
}
|
2254
|
+
}]
|
2171
2255
|
}]
|
2172
2256
|
};
|
2173
|
-
|
2257
|
+
var _default = asset_list;
|
2258
|
+
exports["default"] = _default;
|