@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,10 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports["default"] = void 0;
|
7
|
-
var ibc_assets = {
|
1
|
+
const asset_list = {
|
8
2
|
chain_name: 'juno',
|
9
3
|
assets: [{
|
10
4
|
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.",
|
@@ -25,7 +19,8 @@ var ibc_assets = {
|
|
25
19
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
26
20
|
},
|
27
21
|
coingecko_id: 'akash-network',
|
28
|
-
|
22
|
+
traces: [{
|
23
|
+
type: 'ibc',
|
29
24
|
counterparty: {
|
30
25
|
channel: 'channel-35',
|
31
26
|
denom: 'uakt',
|
@@ -34,7 +29,7 @@ var ibc_assets = {
|
|
34
29
|
chain: {
|
35
30
|
channel: 'channel-29'
|
36
31
|
}
|
37
|
-
}
|
32
|
+
}]
|
38
33
|
}, {
|
39
34
|
description: 'The native token of Asset Mantle',
|
40
35
|
denom_units: [{
|
@@ -53,7 +48,8 @@ var ibc_assets = {
|
|
53
48
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png'
|
54
49
|
},
|
55
50
|
coingecko_id: 'assetmantle',
|
56
|
-
|
51
|
+
traces: [{
|
52
|
+
type: 'ibc',
|
57
53
|
counterparty: {
|
58
54
|
channel: 'channel-2',
|
59
55
|
denom: 'umntl',
|
@@ -62,7 +58,7 @@ var ibc_assets = {
|
|
62
58
|
chain: {
|
63
59
|
channel: 'channel-83'
|
64
60
|
}
|
65
|
-
}
|
61
|
+
}]
|
66
62
|
}, {
|
67
63
|
description: 'The native token of Axelar',
|
68
64
|
denom_units: [{
|
@@ -82,7 +78,8 @@ var ibc_assets = {
|
|
82
78
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
83
79
|
},
|
84
80
|
coingecko_id: 'axelar-network',
|
85
|
-
|
81
|
+
traces: [{
|
82
|
+
type: 'ibc',
|
86
83
|
counterparty: {
|
87
84
|
channel: 'channel-4',
|
88
85
|
denom: 'uaxl',
|
@@ -91,7 +88,7 @@ var ibc_assets = {
|
|
91
88
|
chain: {
|
92
89
|
channel: 'channel-71'
|
93
90
|
}
|
94
|
-
}
|
91
|
+
}]
|
95
92
|
}, {
|
96
93
|
description: "Circle's stablecoin on Axelar",
|
97
94
|
denom_units: [{
|
@@ -111,7 +108,8 @@ var ibc_assets = {
|
|
111
108
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
112
109
|
},
|
113
110
|
coingecko_id: 'usd-coin',
|
114
|
-
|
111
|
+
traces: [{
|
112
|
+
type: 'ibc',
|
115
113
|
counterparty: {
|
116
114
|
channel: 'channel-4',
|
117
115
|
denom: 'uusdc',
|
@@ -120,7 +118,7 @@ var ibc_assets = {
|
|
120
118
|
chain: {
|
121
119
|
channel: 'channel-71'
|
122
120
|
}
|
123
|
-
}
|
121
|
+
}]
|
124
122
|
}, {
|
125
123
|
description: "Frax's fractional-algorithmic stablecoin on Axelar",
|
126
124
|
denom_units: [{
|
@@ -140,7 +138,8 @@ var ibc_assets = {
|
|
140
138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
141
139
|
},
|
142
140
|
coingecko_id: 'frax',
|
143
|
-
|
141
|
+
traces: [{
|
142
|
+
type: 'ibc',
|
144
143
|
counterparty: {
|
145
144
|
channel: 'channel-4',
|
146
145
|
denom: 'frax-wei',
|
@@ -149,7 +148,7 @@ var ibc_assets = {
|
|
149
148
|
chain: {
|
150
149
|
channel: 'channel-71'
|
151
150
|
}
|
152
|
-
}
|
151
|
+
}]
|
153
152
|
}, {
|
154
153
|
description: 'Dai stablecoin on Axelar',
|
155
154
|
denom_units: [{
|
@@ -169,7 +168,8 @@ var ibc_assets = {
|
|
169
168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png'
|
170
169
|
},
|
171
170
|
coingecko_id: 'dai',
|
172
|
-
|
171
|
+
traces: [{
|
172
|
+
type: 'ibc',
|
173
173
|
counterparty: {
|
174
174
|
channel: 'channel-4',
|
175
175
|
denom: 'dai-wei',
|
@@ -178,7 +178,7 @@ var ibc_assets = {
|
|
178
178
|
chain: {
|
179
179
|
channel: 'channel-71'
|
180
180
|
}
|
181
|
-
}
|
181
|
+
}]
|
182
182
|
}, {
|
183
183
|
description: "Tether's USD stablecoin on Axelar",
|
184
184
|
denom_units: [{
|
@@ -198,7 +198,8 @@ var ibc_assets = {
|
|
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
|
+
type: 'ibc',
|
202
203
|
counterparty: {
|
203
204
|
channel: 'channel-4',
|
204
205
|
denom: 'uusdt',
|
@@ -207,7 +208,7 @@ var ibc_assets = {
|
|
207
208
|
chain: {
|
208
209
|
channel: 'channel-71'
|
209
210
|
}
|
210
|
-
}
|
211
|
+
}]
|
211
212
|
}, {
|
212
213
|
description: 'Wrapped Ether on Axelar',
|
213
214
|
denom_units: [{
|
@@ -226,7 +227,8 @@ var ibc_assets = {
|
|
226
227
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
227
228
|
},
|
228
229
|
coingecko_id: 'weth',
|
229
|
-
|
230
|
+
traces: [{
|
231
|
+
type: 'ibc',
|
230
232
|
counterparty: {
|
231
233
|
channel: 'channel-4',
|
232
234
|
denom: 'weth-wei',
|
@@ -235,7 +237,7 @@ var ibc_assets = {
|
|
235
237
|
chain: {
|
236
238
|
channel: 'channel-71'
|
237
239
|
}
|
238
|
-
}
|
240
|
+
}]
|
239
241
|
}, {
|
240
242
|
description: 'Wrapped Bitcoin on Axelar',
|
241
243
|
denom_units: [{
|
@@ -254,7 +256,8 @@ var ibc_assets = {
|
|
254
256
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
255
257
|
},
|
256
258
|
coingecko_id: 'wrapped-bitcoin',
|
257
|
-
|
259
|
+
traces: [{
|
260
|
+
type: 'ibc',
|
258
261
|
counterparty: {
|
259
262
|
channel: 'channel-4',
|
260
263
|
denom: 'wbtc-satoshi',
|
@@ -263,7 +266,7 @@ var ibc_assets = {
|
|
263
266
|
chain: {
|
264
267
|
channel: 'channel-71'
|
265
268
|
}
|
266
|
-
}
|
269
|
+
}]
|
267
270
|
}, {
|
268
271
|
description: 'Aave on Axelar',
|
269
272
|
denom_units: [{
|
@@ -282,7 +285,8 @@ var ibc_assets = {
|
|
282
285
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
283
286
|
},
|
284
287
|
coingecko_id: 'aave',
|
285
|
-
|
288
|
+
traces: [{
|
289
|
+
type: 'ibc',
|
286
290
|
counterparty: {
|
287
291
|
channel: 'channel-4',
|
288
292
|
denom: 'aave-wei',
|
@@ -291,7 +295,7 @@ var ibc_assets = {
|
|
291
295
|
chain: {
|
292
296
|
channel: 'channel-71'
|
293
297
|
}
|
294
|
-
}
|
298
|
+
}]
|
295
299
|
}, {
|
296
300
|
description: 'ApeCoin on Axelar',
|
297
301
|
denom_units: [{
|
@@ -310,7 +314,8 @@ var ibc_assets = {
|
|
310
314
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
311
315
|
},
|
312
316
|
coingecko_id: 'apecoin',
|
313
|
-
|
317
|
+
traces: [{
|
318
|
+
type: 'ibc',
|
314
319
|
counterparty: {
|
315
320
|
channel: 'channel-4',
|
316
321
|
denom: 'ape-wei',
|
@@ -319,7 +324,7 @@ var ibc_assets = {
|
|
319
324
|
chain: {
|
320
325
|
channel: 'channel-71'
|
321
326
|
}
|
322
|
-
}
|
327
|
+
}]
|
323
328
|
}, {
|
324
329
|
description: 'Axie Infinity Shard on Axelar',
|
325
330
|
type_asset: 'erc20',
|
@@ -340,7 +345,8 @@ var ibc_assets = {
|
|
340
345
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
341
346
|
},
|
342
347
|
coingecko_id: 'axie-infinity',
|
343
|
-
|
348
|
+
traces: [{
|
349
|
+
type: 'ibc',
|
344
350
|
counterparty: {
|
345
351
|
channel: 'channel-4',
|
346
352
|
denom: 'axs-wei',
|
@@ -349,7 +355,7 @@ var ibc_assets = {
|
|
349
355
|
chain: {
|
350
356
|
channel: 'channel-71'
|
351
357
|
}
|
352
|
-
}
|
358
|
+
}]
|
353
359
|
}, {
|
354
360
|
description: 'Chainlink on Axelar',
|
355
361
|
denom_units: [{
|
@@ -369,7 +375,8 @@ var ibc_assets = {
|
|
369
375
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
370
376
|
},
|
371
377
|
coingecko_id: 'chainlink',
|
372
|
-
|
378
|
+
traces: [{
|
379
|
+
type: 'ibc',
|
373
380
|
counterparty: {
|
374
381
|
channel: 'channel-4',
|
375
382
|
denom: 'link-wei',
|
@@ -378,7 +385,7 @@ var ibc_assets = {
|
|
378
385
|
chain: {
|
379
386
|
channel: 'channel-71'
|
380
387
|
}
|
381
|
-
}
|
388
|
+
}]
|
382
389
|
}, {
|
383
390
|
description: 'Maker on Axelar',
|
384
391
|
denom_units: [{
|
@@ -397,7 +404,8 @@ var ibc_assets = {
|
|
397
404
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
398
405
|
},
|
399
406
|
coingecko_id: 'maker',
|
400
|
-
|
407
|
+
traces: [{
|
408
|
+
type: 'ibc',
|
401
409
|
counterparty: {
|
402
410
|
channel: 'channel-4',
|
403
411
|
denom: 'mkr-wei',
|
@@ -406,7 +414,7 @@ var ibc_assets = {
|
|
406
414
|
chain: {
|
407
415
|
channel: 'channel-71'
|
408
416
|
}
|
409
|
-
}
|
417
|
+
}]
|
410
418
|
}, {
|
411
419
|
description: 'Rai Reflex Index on Axelar',
|
412
420
|
denom_units: [{
|
@@ -425,7 +433,8 @@ var ibc_assets = {
|
|
425
433
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
426
434
|
},
|
427
435
|
coingecko_id: 'rai',
|
428
|
-
|
436
|
+
traces: [{
|
437
|
+
type: 'ibc',
|
429
438
|
counterparty: {
|
430
439
|
channel: 'channel-4',
|
431
440
|
denom: 'rai-wei',
|
@@ -434,7 +443,7 @@ var ibc_assets = {
|
|
434
443
|
chain: {
|
435
444
|
channel: 'channel-71'
|
436
445
|
}
|
437
|
-
}
|
446
|
+
}]
|
438
447
|
}, {
|
439
448
|
description: 'Shiba Inu on Axelar',
|
440
449
|
denom_units: [{
|
@@ -453,7 +462,8 @@ var ibc_assets = {
|
|
453
462
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
454
463
|
},
|
455
464
|
coingecko_id: 'shiba-inu',
|
456
|
-
|
465
|
+
traces: [{
|
466
|
+
type: 'ibc',
|
457
467
|
counterparty: {
|
458
468
|
channel: 'channel-4',
|
459
469
|
denom: 'shib-wei',
|
@@ -462,7 +472,7 @@ var ibc_assets = {
|
|
462
472
|
chain: {
|
463
473
|
channel: 'channel-71'
|
464
474
|
}
|
465
|
-
}
|
475
|
+
}]
|
466
476
|
}, {
|
467
477
|
description: 'Lido Staked Ether on Axelar',
|
468
478
|
denom_units: [{
|
@@ -481,7 +491,8 @@ var ibc_assets = {
|
|
481
491
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
|
482
492
|
},
|
483
493
|
coingecko_id: 'staked-ether',
|
484
|
-
|
494
|
+
traces: [{
|
495
|
+
type: 'ibc',
|
485
496
|
counterparty: {
|
486
497
|
channel: 'channel-4',
|
487
498
|
denom: 'steth-wei',
|
@@ -490,7 +501,7 @@ var ibc_assets = {
|
|
490
501
|
chain: {
|
491
502
|
channel: 'channel-71'
|
492
503
|
}
|
493
|
-
}
|
504
|
+
}]
|
494
505
|
}, {
|
495
506
|
description: 'Uniswap on Axelar',
|
496
507
|
denom_units: [{
|
@@ -509,7 +520,8 @@ var ibc_assets = {
|
|
509
520
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
510
521
|
},
|
511
522
|
coingecko_id: 'uniswap',
|
512
|
-
|
523
|
+
traces: [{
|
524
|
+
type: 'ibc',
|
513
525
|
counterparty: {
|
514
526
|
channel: 'channel-4',
|
515
527
|
denom: 'uni-wei',
|
@@ -518,7 +530,7 @@ var ibc_assets = {
|
|
518
530
|
chain: {
|
519
531
|
channel: 'channel-71'
|
520
532
|
}
|
521
|
-
}
|
533
|
+
}]
|
522
534
|
}, {
|
523
535
|
description: 'Chain on Axelar',
|
524
536
|
denom_units: [{
|
@@ -537,7 +549,8 @@ var ibc_assets = {
|
|
537
549
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
538
550
|
},
|
539
551
|
coingecko_id: 'chain-2',
|
540
|
-
|
552
|
+
traces: [{
|
553
|
+
type: 'ibc',
|
541
554
|
counterparty: {
|
542
555
|
channel: 'channel-4',
|
543
556
|
denom: 'xcn-wei',
|
@@ -546,7 +559,7 @@ var ibc_assets = {
|
|
546
559
|
chain: {
|
547
560
|
channel: 'channel-71'
|
548
561
|
}
|
549
|
-
}
|
562
|
+
}]
|
550
563
|
}, {
|
551
564
|
description: 'Wrapped Polkadot on Axelar',
|
552
565
|
denom_units: [{
|
@@ -566,7 +579,8 @@ var ibc_assets = {
|
|
566
579
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
567
580
|
},
|
568
581
|
coingecko_id: 'polkadot',
|
569
|
-
|
582
|
+
traces: [{
|
583
|
+
type: 'ibc',
|
570
584
|
counterparty: {
|
571
585
|
channel: 'channel-4',
|
572
586
|
denom: 'dot-planck',
|
@@ -575,7 +589,7 @@ var ibc_assets = {
|
|
575
589
|
chain: {
|
576
590
|
channel: 'channel-71'
|
577
591
|
}
|
578
|
-
}
|
592
|
+
}]
|
579
593
|
}, {
|
580
594
|
description: 'Wrapped Moonbeam on Axelar',
|
581
595
|
denom_units: [{
|
@@ -595,7 +609,8 @@ var ibc_assets = {
|
|
595
609
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
596
610
|
},
|
597
611
|
coingecko_id: 'wrapped-moonbeam',
|
598
|
-
|
612
|
+
traces: [{
|
613
|
+
type: 'ibc',
|
599
614
|
counterparty: {
|
600
615
|
channel: 'channel-4',
|
601
616
|
denom: 'wglmr-wei',
|
@@ -604,7 +619,7 @@ var ibc_assets = {
|
|
604
619
|
chain: {
|
605
620
|
channel: 'channel-71'
|
606
621
|
}
|
607
|
-
}
|
622
|
+
}]
|
608
623
|
}, {
|
609
624
|
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.',
|
610
625
|
denom_units: [{
|
@@ -624,7 +639,8 @@ var ibc_assets = {
|
|
624
639
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
625
640
|
},
|
626
641
|
coingecko_id: 'bitcanna',
|
627
|
-
|
642
|
+
traces: [{
|
643
|
+
type: 'ibc',
|
628
644
|
counterparty: {
|
629
645
|
channel: 'channel-10',
|
630
646
|
denom: 'ubcna',
|
@@ -633,7 +649,7 @@ var ibc_assets = {
|
|
633
649
|
chain: {
|
634
650
|
channel: 'channel-50'
|
635
651
|
}
|
636
|
-
}
|
652
|
+
}]
|
637
653
|
}, {
|
638
654
|
description: 'BitSong Native Token',
|
639
655
|
denom_units: [{
|
@@ -654,7 +670,8 @@ var ibc_assets = {
|
|
654
670
|
},
|
655
671
|
type_asset: 'sdk.coin',
|
656
672
|
coingecko_id: 'bitsong',
|
657
|
-
|
673
|
+
traces: [{
|
674
|
+
type: 'ibc',
|
658
675
|
counterparty: {
|
659
676
|
channel: 'channel-5',
|
660
677
|
denom: 'ubtsg',
|
@@ -663,7 +680,7 @@ var ibc_assets = {
|
|
663
680
|
chain: {
|
664
681
|
channel: 'channel-17'
|
665
682
|
}
|
666
|
-
}
|
683
|
+
}]
|
667
684
|
}, {
|
668
685
|
description: 'Adam Clay a BitSong Music FanToken',
|
669
686
|
denom_units: [{
|
@@ -681,7 +698,8 @@ var ibc_assets = {
|
|
681
698
|
logo_URIs: {
|
682
699
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
683
700
|
},
|
684
|
-
|
701
|
+
traces: [{
|
702
|
+
type: 'ibc',
|
685
703
|
counterparty: {
|
686
704
|
channel: 'channel-5',
|
687
705
|
denom: 'ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09',
|
@@ -690,7 +708,7 @@ var ibc_assets = {
|
|
690
708
|
chain: {
|
691
709
|
channel: 'channel-17'
|
692
710
|
}
|
693
|
-
}
|
711
|
+
}]
|
694
712
|
}, {
|
695
713
|
description: 'Nicola Fasano a BitSong Music FanToken',
|
696
714
|
denom_units: [{
|
@@ -708,7 +726,8 @@ var ibc_assets = {
|
|
708
726
|
logo_URIs: {
|
709
727
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
|
710
728
|
},
|
711
|
-
|
729
|
+
traces: [{
|
730
|
+
type: 'ibc',
|
712
731
|
counterparty: {
|
713
732
|
channel: 'channel-5',
|
714
733
|
denom: 'ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7',
|
@@ -717,7 +736,7 @@ var ibc_assets = {
|
|
717
736
|
chain: {
|
718
737
|
channel: 'channel-17'
|
719
738
|
}
|
720
|
-
}
|
739
|
+
}]
|
721
740
|
}, {
|
722
741
|
description: 'Delta 9 a BitSong Music FanToken',
|
723
742
|
denom_units: [{
|
@@ -735,7 +754,8 @@ var ibc_assets = {
|
|
735
754
|
logo_URIs: {
|
736
755
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
|
737
756
|
},
|
738
|
-
|
757
|
+
traces: [{
|
758
|
+
type: 'ibc',
|
739
759
|
counterparty: {
|
740
760
|
channel: 'channel-5',
|
741
761
|
denom: 'ft575B10B0CEE2C164D9ED6A96313496F164A9607C',
|
@@ -744,7 +764,7 @@ var ibc_assets = {
|
|
744
764
|
chain: {
|
745
765
|
channel: 'channel-17'
|
746
766
|
}
|
747
|
-
}
|
767
|
+
}]
|
748
768
|
}, {
|
749
769
|
description: 'FONTI a BitSong Music FanToken',
|
750
770
|
denom_units: [{
|
@@ -762,7 +782,8 @@ var ibc_assets = {
|
|
762
782
|
logo_URIs: {
|
763
783
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
|
764
784
|
},
|
765
|
-
|
785
|
+
traces: [{
|
786
|
+
type: 'ibc',
|
766
787
|
counterparty: {
|
767
788
|
channel: 'channel-5',
|
768
789
|
denom: 'ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305',
|
@@ -771,7 +792,7 @@ var ibc_assets = {
|
|
771
792
|
chain: {
|
772
793
|
channel: 'channel-17'
|
773
794
|
}
|
774
|
-
}
|
795
|
+
}]
|
775
796
|
}, {
|
776
797
|
description: 'BlackJack a BitSong Music FanToken',
|
777
798
|
denom_units: [{
|
@@ -789,7 +810,8 @@ var ibc_assets = {
|
|
789
810
|
logo_URIs: {
|
790
811
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
|
791
812
|
},
|
792
|
-
|
813
|
+
traces: [{
|
814
|
+
type: 'ibc',
|
793
815
|
counterparty: {
|
794
816
|
channel: 'channel-5',
|
795
817
|
denom: 'ft52EEB0EE509AC546ED92EAC8591F731F213DDD16',
|
@@ -798,7 +820,7 @@ var ibc_assets = {
|
|
798
820
|
chain: {
|
799
821
|
channel: 'channel-17'
|
800
822
|
}
|
801
|
-
}
|
823
|
+
}]
|
802
824
|
}, {
|
803
825
|
description: 'Rawanne a BitSong Music FanToken',
|
804
826
|
denom_units: [{
|
@@ -816,7 +838,8 @@ var ibc_assets = {
|
|
816
838
|
logo_URIs: {
|
817
839
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
|
818
840
|
},
|
819
|
-
|
841
|
+
traces: [{
|
842
|
+
type: 'ibc',
|
820
843
|
counterparty: {
|
821
844
|
channel: 'channel-5',
|
822
845
|
denom: 'ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A',
|
@@ -825,7 +848,7 @@ var ibc_assets = {
|
|
825
848
|
chain: {
|
826
849
|
channel: 'channel-17'
|
827
850
|
}
|
828
|
-
}
|
851
|
+
}]
|
829
852
|
}, {
|
830
853
|
description: 'Enmoda a BitSong Music FanToken',
|
831
854
|
denom_units: [{
|
@@ -843,7 +866,8 @@ var ibc_assets = {
|
|
843
866
|
logo_URIs: {
|
844
867
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
|
845
868
|
},
|
846
|
-
|
869
|
+
traces: [{
|
870
|
+
type: 'ibc',
|
847
871
|
counterparty: {
|
848
872
|
channel: 'channel-5',
|
849
873
|
denom: 'ft85AE1716C5E39EA6D64BBD7898C3899A7B500626',
|
@@ -852,7 +876,7 @@ var ibc_assets = {
|
|
852
876
|
chain: {
|
853
877
|
channel: 'channel-17'
|
854
878
|
}
|
855
|
-
}
|
879
|
+
}]
|
856
880
|
}, {
|
857
881
|
description: '404Deep Records a BitSong Music FanToken',
|
858
882
|
denom_units: [{
|
@@ -870,7 +894,8 @@ var ibc_assets = {
|
|
870
894
|
logo_URIs: {
|
871
895
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
872
896
|
},
|
873
|
-
|
897
|
+
traces: [{
|
898
|
+
type: 'ibc',
|
874
899
|
counterparty: {
|
875
900
|
channel: 'channel-5',
|
876
901
|
denom: 'ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A',
|
@@ -879,7 +904,7 @@ var ibc_assets = {
|
|
879
904
|
chain: {
|
880
905
|
channel: 'channel-17'
|
881
906
|
}
|
882
|
-
}
|
907
|
+
}]
|
883
908
|
}, {
|
884
909
|
description: 'N43 a BitSong Music FanToken',
|
885
910
|
denom_units: [{
|
@@ -897,7 +922,8 @@ var ibc_assets = {
|
|
897
922
|
logo_URIs: {
|
898
923
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
|
899
924
|
},
|
900
|
-
|
925
|
+
traces: [{
|
926
|
+
type: 'ibc',
|
901
927
|
counterparty: {
|
902
928
|
channel: 'channel-5',
|
903
929
|
denom: 'ft387C1C279D962ED80C09C1D592A92C4275FD7C5D',
|
@@ -906,7 +932,7 @@ var ibc_assets = {
|
|
906
932
|
chain: {
|
907
933
|
channel: 'channel-17'
|
908
934
|
}
|
909
|
-
}
|
935
|
+
}]
|
910
936
|
}, {
|
911
937
|
description: 'Puro Lobo a BitSong Music FanToken',
|
912
938
|
denom_units: [{
|
@@ -924,7 +950,8 @@ var ibc_assets = {
|
|
924
950
|
logo_URIs: {
|
925
951
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
|
926
952
|
},
|
927
|
-
|
953
|
+
traces: [{
|
954
|
+
type: 'ibc',
|
928
955
|
counterparty: {
|
929
956
|
channel: 'channel-5',
|
930
957
|
denom: 'ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB',
|
@@ -933,7 +960,7 @@ var ibc_assets = {
|
|
933
960
|
chain: {
|
934
961
|
channel: 'channel-17'
|
935
962
|
}
|
936
|
-
}
|
963
|
+
}]
|
937
964
|
}, {
|
938
965
|
description: 'Vibranium a BitSong Music FanToken',
|
939
966
|
denom_units: [{
|
@@ -951,7 +978,8 @@ var ibc_assets = {
|
|
951
978
|
logo_URIs: {
|
952
979
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
|
953
980
|
},
|
954
|
-
|
981
|
+
traces: [{
|
982
|
+
type: 'ibc',
|
955
983
|
counterparty: {
|
956
984
|
channel: 'channel-5',
|
957
985
|
denom: 'ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B',
|
@@ -960,7 +988,7 @@ var ibc_assets = {
|
|
960
988
|
chain: {
|
961
989
|
channel: 'channel-17'
|
962
990
|
}
|
963
|
-
}
|
991
|
+
}]
|
964
992
|
}, {
|
965
993
|
description: 'Karina a BitSong Music FanToken',
|
966
994
|
denom_units: [{
|
@@ -978,7 +1006,8 @@ var ibc_assets = {
|
|
978
1006
|
logo_URIs: {
|
979
1007
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
|
980
1008
|
},
|
981
|
-
|
1009
|
+
traces: [{
|
1010
|
+
type: 'ibc',
|
982
1011
|
counterparty: {
|
983
1012
|
channel: 'channel-5',
|
984
1013
|
denom: 'ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE',
|
@@ -987,7 +1016,7 @@ var ibc_assets = {
|
|
987
1016
|
chain: {
|
988
1017
|
channel: 'channel-17'
|
989
1018
|
}
|
990
|
-
}
|
1019
|
+
}]
|
991
1020
|
}, {
|
992
1021
|
description: 'Luca Testa a BitSong Music FanToken',
|
993
1022
|
denom_units: [{
|
@@ -1005,7 +1034,8 @@ var ibc_assets = {
|
|
1005
1034
|
logo_URIs: {
|
1006
1035
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
|
1007
1036
|
},
|
1008
|
-
|
1037
|
+
traces: [{
|
1038
|
+
type: 'ibc',
|
1009
1039
|
counterparty: {
|
1010
1040
|
channel: 'channel-5',
|
1011
1041
|
denom: 'ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12',
|
@@ -1014,7 +1044,7 @@ var ibc_assets = {
|
|
1014
1044
|
chain: {
|
1015
1045
|
channel: 'channel-17'
|
1016
1046
|
}
|
1017
|
-
}
|
1047
|
+
}]
|
1018
1048
|
}, {
|
1019
1049
|
description: 'Carolina Marquez a BitSong Music FanToken',
|
1020
1050
|
denom_units: [{
|
@@ -1032,7 +1062,8 @@ var ibc_assets = {
|
|
1032
1062
|
logo_URIs: {
|
1033
1063
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
|
1034
1064
|
},
|
1035
|
-
|
1065
|
+
traces: [{
|
1066
|
+
type: 'ibc',
|
1036
1067
|
counterparty: {
|
1037
1068
|
channel: 'channel-5',
|
1038
1069
|
denom: 'ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3',
|
@@ -1041,7 +1072,7 @@ var ibc_assets = {
|
|
1041
1072
|
chain: {
|
1042
1073
|
channel: 'channel-17'
|
1043
1074
|
}
|
1044
|
-
}
|
1075
|
+
}]
|
1045
1076
|
}, {
|
1046
1077
|
description: 'The native token of Chihuahua Chain',
|
1047
1078
|
denom_units: [{
|
@@ -1060,7 +1091,8 @@ var ibc_assets = {
|
|
1060
1091
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png'
|
1061
1092
|
},
|
1062
1093
|
coingecko_id: 'chihuahua-token',
|
1063
|
-
|
1094
|
+
traces: [{
|
1095
|
+
type: 'ibc',
|
1064
1096
|
counterparty: {
|
1065
1097
|
channel: 'channel-11',
|
1066
1098
|
denom: 'uhuahua',
|
@@ -1069,7 +1101,7 @@ var ibc_assets = {
|
|
1069
1101
|
chain: {
|
1070
1102
|
channel: 'channel-28'
|
1071
1103
|
}
|
1072
|
-
}
|
1104
|
+
}]
|
1073
1105
|
}, {
|
1074
1106
|
description: 'Native Token of Comdex Protocol',
|
1075
1107
|
denom_units: [{
|
@@ -1088,7 +1120,8 @@ var ibc_assets = {
|
|
1088
1120
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
1089
1121
|
},
|
1090
1122
|
coingecko_id: 'comdex',
|
1091
|
-
|
1123
|
+
traces: [{
|
1124
|
+
type: 'ibc',
|
1092
1125
|
counterparty: {
|
1093
1126
|
channel: 'channel-18',
|
1094
1127
|
denom: 'ucmdx',
|
@@ -1097,7 +1130,7 @@ var ibc_assets = {
|
|
1097
1130
|
chain: {
|
1098
1131
|
channel: 'channel-36'
|
1099
1132
|
}
|
1100
|
-
}
|
1133
|
+
}]
|
1101
1134
|
}, {
|
1102
1135
|
description: 'The native staking and governance token of the Cosmos Hub.',
|
1103
1136
|
denom_units: [{
|
@@ -1117,7 +1150,8 @@ var ibc_assets = {
|
|
1117
1150
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
1118
1151
|
},
|
1119
1152
|
coingecko_id: 'cosmos',
|
1120
|
-
|
1153
|
+
traces: [{
|
1154
|
+
type: 'ibc',
|
1121
1155
|
counterparty: {
|
1122
1156
|
channel: 'channel-207',
|
1123
1157
|
denom: 'uatom',
|
@@ -1126,7 +1160,7 @@ var ibc_assets = {
|
|
1126
1160
|
chain: {
|
1127
1161
|
channel: 'channel-1'
|
1128
1162
|
}
|
1129
|
-
}
|
1163
|
+
}]
|
1130
1164
|
}, {
|
1131
1165
|
description: 'Native token of Dig Chain',
|
1132
1166
|
denom_units: [{
|
@@ -1145,7 +1179,8 @@ var ibc_assets = {
|
|
1145
1179
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
1146
1180
|
},
|
1147
1181
|
coingecko_id: 'dig-chain',
|
1148
|
-
|
1182
|
+
traces: [{
|
1183
|
+
type: 'ibc',
|
1149
1184
|
counterparty: {
|
1150
1185
|
channel: 'channel-2',
|
1151
1186
|
denom: 'udig',
|
@@ -1154,7 +1189,7 @@ var ibc_assets = {
|
|
1154
1189
|
chain: {
|
1155
1190
|
channel: 'channel-37'
|
1156
1191
|
}
|
1157
|
-
}
|
1192
|
+
}]
|
1158
1193
|
}, {
|
1159
1194
|
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.',
|
1160
1195
|
denom_units: [{
|
@@ -1173,7 +1208,8 @@ var ibc_assets = {
|
|
1173
1208
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png'
|
1174
1209
|
},
|
1175
1210
|
coingecko_id: 'e-money',
|
1176
|
-
|
1211
|
+
traces: [{
|
1212
|
+
type: 'ibc',
|
1177
1213
|
counterparty: {
|
1178
1214
|
channel: 'channel-15',
|
1179
1215
|
denom: 'ungm',
|
@@ -1182,7 +1218,7 @@ var ibc_assets = {
|
|
1182
1218
|
chain: {
|
1183
1219
|
channel: 'channel-9'
|
1184
1220
|
}
|
1185
|
-
}
|
1221
|
+
}]
|
1186
1222
|
}, {
|
1187
1223
|
description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
|
1188
1224
|
denom_units: [{
|
@@ -1190,7 +1226,7 @@ var ibc_assets = {
|
|
1190
1226
|
exponent: 0,
|
1191
1227
|
aliases: ['eeur']
|
1192
1228
|
}, {
|
1193
|
-
denom: '
|
1229
|
+
denom: 'eur',
|
1194
1230
|
exponent: 6
|
1195
1231
|
}],
|
1196
1232
|
base: 'ibc/B9F7C1E4CE9219B5AF06C47B18661DBD49CCD7A6C18FF789E2FB62BB365CFF9C',
|
@@ -1201,7 +1237,8 @@ var ibc_assets = {
|
|
1201
1237
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
1202
1238
|
},
|
1203
1239
|
coingecko_id: 'e-money-eur',
|
1204
|
-
|
1240
|
+
traces: [{
|
1241
|
+
type: 'ibc',
|
1205
1242
|
counterparty: {
|
1206
1243
|
channel: 'channel-15',
|
1207
1244
|
denom: 'eeur',
|
@@ -1210,7 +1247,7 @@ var ibc_assets = {
|
|
1210
1247
|
chain: {
|
1211
1248
|
channel: 'channel-9'
|
1212
1249
|
}
|
1213
|
-
}
|
1250
|
+
}]
|
1214
1251
|
}, {
|
1215
1252
|
description: 'The native token of Osmosis',
|
1216
1253
|
denom_units: [{
|
@@ -1232,7 +1269,8 @@ var ibc_assets = {
|
|
1232
1269
|
},
|
1233
1270
|
coingecko_id: 'osmosis',
|
1234
1271
|
keywords: ['dex', 'staking'],
|
1235
|
-
|
1272
|
+
traces: [{
|
1273
|
+
type: 'ibc',
|
1236
1274
|
counterparty: {
|
1237
1275
|
channel: 'channel-42',
|
1238
1276
|
denom: 'uosmo',
|
@@ -1241,7 +1279,7 @@ var ibc_assets = {
|
|
1241
1279
|
chain: {
|
1242
1280
|
channel: 'channel-0'
|
1243
1281
|
}
|
1244
|
-
}
|
1282
|
+
}]
|
1245
1283
|
}, {
|
1246
1284
|
denom_units: [{
|
1247
1285
|
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
@@ -1261,7 +1299,8 @@ var ibc_assets = {
|
|
1261
1299
|
},
|
1262
1300
|
coingecko_id: 'ion',
|
1263
1301
|
keywords: ['memecoin'],
|
1264
|
-
|
1302
|
+
traces: [{
|
1303
|
+
type: 'ibc',
|
1265
1304
|
counterparty: {
|
1266
1305
|
channel: 'channel-42',
|
1267
1306
|
denom: 'uion',
|
@@ -1270,7 +1309,7 @@ var ibc_assets = {
|
|
1270
1309
|
chain: {
|
1271
1310
|
channel: 'channel-0'
|
1272
1311
|
}
|
1273
|
-
}
|
1312
|
+
}]
|
1274
1313
|
}, {
|
1275
1314
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
1276
1315
|
denom_units: [{
|
@@ -1290,7 +1329,8 @@ var ibc_assets = {
|
|
1290
1329
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
1291
1330
|
},
|
1292
1331
|
coingecko_id: 'persistence',
|
1293
|
-
|
1332
|
+
traces: [{
|
1333
|
+
type: 'ibc',
|
1294
1334
|
counterparty: {
|
1295
1335
|
channel: 'channel-37',
|
1296
1336
|
denom: 'uxprt',
|
@@ -1299,7 +1339,7 @@ var ibc_assets = {
|
|
1299
1339
|
chain: {
|
1300
1340
|
channel: 'channel-33'
|
1301
1341
|
}
|
1302
|
-
}
|
1342
|
+
}]
|
1303
1343
|
}, {
|
1304
1344
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
1305
1345
|
denom_units: [{
|
@@ -1315,6 +1355,17 @@ var ibc_assets = {
|
|
1315
1355
|
display: 'pstake',
|
1316
1356
|
symbol: 'PSTAKE',
|
1317
1357
|
ibc: {
|
1358
|
+
source_channel: 'channel-24',
|
1359
|
+
dst_channel: 'channel-38',
|
1360
|
+
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
1361
|
+
},
|
1362
|
+
logo_URIs: {
|
1363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
1364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
1365
|
+
},
|
1366
|
+
coingecko_id: 'pstake-finance',
|
1367
|
+
traces: [{
|
1368
|
+
type: 'ibc',
|
1318
1369
|
counterparty: {
|
1319
1370
|
channel: 'channel-37',
|
1320
1371
|
denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
|
@@ -1323,12 +1374,7 @@ var ibc_assets = {
|
|
1323
1374
|
chain: {
|
1324
1375
|
channel: 'channel-33'
|
1325
1376
|
}
|
1326
|
-
}
|
1327
|
-
logo_URIs: {
|
1328
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
1329
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
1330
|
-
},
|
1331
|
-
coingecko_id: 'pstake-finance'
|
1377
|
+
}]
|
1332
1378
|
}, {
|
1333
1379
|
description: 'The native token of Secret Network',
|
1334
1380
|
denom_units: [{
|
@@ -1348,7 +1394,8 @@ var ibc_assets = {
|
|
1348
1394
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
1349
1395
|
},
|
1350
1396
|
coingecko_id: 'secret',
|
1351
|
-
|
1397
|
+
traces: [{
|
1398
|
+
type: 'ibc',
|
1352
1399
|
counterparty: {
|
1353
1400
|
channel: 'channel-8',
|
1354
1401
|
denom: 'uscrt',
|
@@ -1357,7 +1404,7 @@ var ibc_assets = {
|
|
1357
1404
|
chain: {
|
1358
1405
|
channel: 'channel-48'
|
1359
1406
|
}
|
1360
|
-
}
|
1407
|
+
}]
|
1361
1408
|
}, {
|
1362
1409
|
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.",
|
1363
1410
|
denom_units: [{
|
@@ -1374,7 +1421,8 @@ var ibc_assets = {
|
|
1374
1421
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
1375
1422
|
},
|
1376
1423
|
coingecko_id: 'sifchain',
|
1377
|
-
|
1424
|
+
traces: [{
|
1425
|
+
type: 'ibc',
|
1378
1426
|
counterparty: {
|
1379
1427
|
channel: 'channel-14',
|
1380
1428
|
denom: 'rowan',
|
@@ -1383,7 +1431,7 @@ var ibc_assets = {
|
|
1383
1431
|
chain: {
|
1384
1432
|
channel: 'channel-5'
|
1385
1433
|
}
|
1386
|
-
}
|
1434
|
+
}]
|
1387
1435
|
}, {
|
1388
1436
|
description: 'The native token of Stargaze',
|
1389
1437
|
denom_units: [{
|
@@ -1402,7 +1450,8 @@ var ibc_assets = {
|
|
1402
1450
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
1403
1451
|
},
|
1404
1452
|
coingecko_id: 'stargaze',
|
1405
|
-
|
1453
|
+
traces: [{
|
1454
|
+
type: 'ibc',
|
1406
1455
|
counterparty: {
|
1407
1456
|
channel: 'channel-5',
|
1408
1457
|
denom: 'ustars',
|
@@ -1411,7 +1460,7 @@ var ibc_assets = {
|
|
1411
1460
|
chain: {
|
1412
1461
|
channel: 'channel-20'
|
1413
1462
|
}
|
1414
|
-
}
|
1463
|
+
}]
|
1415
1464
|
}, {
|
1416
1465
|
description: 'The native staking token of Terra Classic.',
|
1417
1466
|
denom_units: [{
|
@@ -1436,7 +1485,8 @@ var ibc_assets = {
|
|
1436
1485
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
1437
1486
|
},
|
1438
1487
|
coingecko_id: 'terra-luna',
|
1439
|
-
|
1488
|
+
traces: [{
|
1489
|
+
type: 'ibc',
|
1440
1490
|
counterparty: {
|
1441
1491
|
channel: 'channel-20',
|
1442
1492
|
denom: 'uluna',
|
@@ -1445,7 +1495,7 @@ var ibc_assets = {
|
|
1445
1495
|
chain: {
|
1446
1496
|
channel: 'channel-27'
|
1447
1497
|
}
|
1448
|
-
}
|
1498
|
+
}]
|
1449
1499
|
}, {
|
1450
1500
|
description: 'The USD stablecoin of Terra Classic.',
|
1451
1501
|
denom_units: [{
|
@@ -1470,7 +1520,8 @@ var ibc_assets = {
|
|
1470
1520
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
1471
1521
|
},
|
1472
1522
|
coingecko_id: 'terrausd',
|
1473
|
-
|
1523
|
+
traces: [{
|
1524
|
+
type: 'ibc',
|
1474
1525
|
counterparty: {
|
1475
1526
|
channel: 'channel-20',
|
1476
1527
|
denom: 'uusd',
|
@@ -1479,7 +1530,7 @@ var ibc_assets = {
|
|
1479
1530
|
chain: {
|
1480
1531
|
channel: 'channel-27'
|
1481
1532
|
}
|
1482
|
-
}
|
1533
|
+
}]
|
1483
1534
|
}, {
|
1484
1535
|
description: 'The KRW stablecoin of Terra Classic.',
|
1485
1536
|
denom_units: [{
|
@@ -1504,7 +1555,8 @@ var ibc_assets = {
|
|
1504
1555
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
1505
1556
|
},
|
1506
1557
|
coingecko_id: 'terrakrw',
|
1507
|
-
|
1558
|
+
traces: [{
|
1559
|
+
type: 'ibc',
|
1508
1560
|
counterparty: {
|
1509
1561
|
channel: 'channel-20',
|
1510
1562
|
denom: 'ukrw',
|
@@ -1513,7 +1565,7 @@ var ibc_assets = {
|
|
1513
1565
|
chain: {
|
1514
1566
|
channel: 'channel-27'
|
1515
1567
|
}
|
1516
|
-
}
|
1568
|
+
}]
|
1517
1569
|
}, {
|
1518
1570
|
description: 'The AUD stablecoin of Terra Classic.',
|
1519
1571
|
denom_units: [{
|
@@ -1537,7 +1589,8 @@ var ibc_assets = {
|
|
1537
1589
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
1538
1590
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
1539
1591
|
},
|
1540
|
-
|
1592
|
+
traces: [{
|
1593
|
+
type: 'ibc',
|
1541
1594
|
counterparty: {
|
1542
1595
|
channel: 'channel-20',
|
1543
1596
|
denom: 'uaud',
|
@@ -1546,7 +1599,7 @@ var ibc_assets = {
|
|
1546
1599
|
chain: {
|
1547
1600
|
channel: 'channel-27'
|
1548
1601
|
}
|
1549
|
-
}
|
1602
|
+
}]
|
1550
1603
|
}, {
|
1551
1604
|
description: 'The CAD stablecoin of Terra Classic.',
|
1552
1605
|
denom_units: [{
|
@@ -1570,7 +1623,8 @@ var ibc_assets = {
|
|
1570
1623
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
1571
1624
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
1572
1625
|
},
|
1573
|
-
|
1626
|
+
traces: [{
|
1627
|
+
type: 'ibc',
|
1574
1628
|
counterparty: {
|
1575
1629
|
channel: 'channel-20',
|
1576
1630
|
denom: 'ucad',
|
@@ -1579,7 +1633,7 @@ var ibc_assets = {
|
|
1579
1633
|
chain: {
|
1580
1634
|
channel: 'channel-27'
|
1581
1635
|
}
|
1582
|
-
}
|
1636
|
+
}]
|
1583
1637
|
}, {
|
1584
1638
|
description: 'The CHF stablecoin of Terra Classic.',
|
1585
1639
|
denom_units: [{
|
@@ -1603,7 +1657,8 @@ var ibc_assets = {
|
|
1603
1657
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
1604
1658
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
1605
1659
|
},
|
1606
|
-
|
1660
|
+
traces: [{
|
1661
|
+
type: 'ibc',
|
1607
1662
|
counterparty: {
|
1608
1663
|
channel: 'channel-20',
|
1609
1664
|
denom: 'uchf',
|
@@ -1612,7 +1667,7 @@ var ibc_assets = {
|
|
1612
1667
|
chain: {
|
1613
1668
|
channel: 'channel-27'
|
1614
1669
|
}
|
1615
|
-
}
|
1670
|
+
}]
|
1616
1671
|
}, {
|
1617
1672
|
description: 'The CNY stablecoin of Terra Classic.',
|
1618
1673
|
denom_units: [{
|
@@ -1636,7 +1691,8 @@ var ibc_assets = {
|
|
1636
1691
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
1637
1692
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
1638
1693
|
},
|
1639
|
-
|
1694
|
+
traces: [{
|
1695
|
+
type: 'ibc',
|
1640
1696
|
counterparty: {
|
1641
1697
|
channel: 'channel-20',
|
1642
1698
|
denom: 'ucny',
|
@@ -1645,7 +1701,7 @@ var ibc_assets = {
|
|
1645
1701
|
chain: {
|
1646
1702
|
channel: 'channel-27'
|
1647
1703
|
}
|
1648
|
-
}
|
1704
|
+
}]
|
1649
1705
|
}, {
|
1650
1706
|
description: 'The DKK stablecoin of Terra Classic.',
|
1651
1707
|
denom_units: [{
|
@@ -1669,7 +1725,8 @@ var ibc_assets = {
|
|
1669
1725
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
1670
1726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
1671
1727
|
},
|
1672
|
-
|
1728
|
+
traces: [{
|
1729
|
+
type: 'ibc',
|
1673
1730
|
counterparty: {
|
1674
1731
|
channel: 'channel-20',
|
1675
1732
|
denom: 'udkk',
|
@@ -1678,7 +1735,7 @@ var ibc_assets = {
|
|
1678
1735
|
chain: {
|
1679
1736
|
channel: 'channel-27'
|
1680
1737
|
}
|
1681
|
-
}
|
1738
|
+
}]
|
1682
1739
|
}, {
|
1683
1740
|
description: 'The EUR stablecoin of Terra Classic.',
|
1684
1741
|
denom_units: [{
|
@@ -1702,7 +1759,8 @@ var ibc_assets = {
|
|
1702
1759
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
1703
1760
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
1704
1761
|
},
|
1705
|
-
|
1762
|
+
traces: [{
|
1763
|
+
type: 'ibc',
|
1706
1764
|
counterparty: {
|
1707
1765
|
channel: 'channel-20',
|
1708
1766
|
denom: 'ueur',
|
@@ -1711,7 +1769,7 @@ var ibc_assets = {
|
|
1711
1769
|
chain: {
|
1712
1770
|
channel: 'channel-27'
|
1713
1771
|
}
|
1714
|
-
}
|
1772
|
+
}]
|
1715
1773
|
}, {
|
1716
1774
|
description: 'The GBP stablecoin of Terra Classic.',
|
1717
1775
|
denom_units: [{
|
@@ -1735,7 +1793,8 @@ var ibc_assets = {
|
|
1735
1793
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
1736
1794
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
1737
1795
|
},
|
1738
|
-
|
1796
|
+
traces: [{
|
1797
|
+
type: 'ibc',
|
1739
1798
|
counterparty: {
|
1740
1799
|
channel: 'channel-20',
|
1741
1800
|
denom: 'ugbp',
|
@@ -1744,7 +1803,7 @@ var ibc_assets = {
|
|
1744
1803
|
chain: {
|
1745
1804
|
channel: 'channel-27'
|
1746
1805
|
}
|
1747
|
-
}
|
1806
|
+
}]
|
1748
1807
|
}, {
|
1749
1808
|
description: 'The HKD stablecoin of Terra Classic.',
|
1750
1809
|
denom_units: [{
|
@@ -1768,7 +1827,8 @@ var ibc_assets = {
|
|
1768
1827
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
1769
1828
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
1770
1829
|
},
|
1771
|
-
|
1830
|
+
traces: [{
|
1831
|
+
type: 'ibc',
|
1772
1832
|
counterparty: {
|
1773
1833
|
channel: 'channel-20',
|
1774
1834
|
denom: 'uhkd',
|
@@ -1777,7 +1837,7 @@ var ibc_assets = {
|
|
1777
1837
|
chain: {
|
1778
1838
|
channel: 'channel-27'
|
1779
1839
|
}
|
1780
|
-
}
|
1840
|
+
}]
|
1781
1841
|
}, {
|
1782
1842
|
description: 'The IDR stablecoin of Terra Classic.',
|
1783
1843
|
denom_units: [{
|
@@ -1801,7 +1861,8 @@ var ibc_assets = {
|
|
1801
1861
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
1802
1862
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
1803
1863
|
},
|
1804
|
-
|
1864
|
+
traces: [{
|
1865
|
+
type: 'ibc',
|
1805
1866
|
counterparty: {
|
1806
1867
|
channel: 'channel-20',
|
1807
1868
|
denom: 'uidr',
|
@@ -1810,7 +1871,7 @@ var ibc_assets = {
|
|
1810
1871
|
chain: {
|
1811
1872
|
channel: 'channel-27'
|
1812
1873
|
}
|
1813
|
-
}
|
1874
|
+
}]
|
1814
1875
|
}, {
|
1815
1876
|
description: 'The INR stablecoin of Terra Classic.',
|
1816
1877
|
denom_units: [{
|
@@ -1834,7 +1895,8 @@ var ibc_assets = {
|
|
1834
1895
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
1835
1896
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
1836
1897
|
},
|
1837
|
-
|
1898
|
+
traces: [{
|
1899
|
+
type: 'ibc',
|
1838
1900
|
counterparty: {
|
1839
1901
|
channel: 'channel-20',
|
1840
1902
|
denom: 'uinr',
|
@@ -1843,7 +1905,7 @@ var ibc_assets = {
|
|
1843
1905
|
chain: {
|
1844
1906
|
channel: 'channel-27'
|
1845
1907
|
}
|
1846
|
-
}
|
1908
|
+
}]
|
1847
1909
|
}, {
|
1848
1910
|
description: 'The JPY stablecoin of Terra Classic.',
|
1849
1911
|
denom_units: [{
|
@@ -1867,7 +1929,8 @@ var ibc_assets = {
|
|
1867
1929
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
1868
1930
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
1869
1931
|
},
|
1870
|
-
|
1932
|
+
traces: [{
|
1933
|
+
type: 'ibc',
|
1871
1934
|
counterparty: {
|
1872
1935
|
channel: 'channel-20',
|
1873
1936
|
denom: 'ujpy',
|
@@ -1876,7 +1939,7 @@ var ibc_assets = {
|
|
1876
1939
|
chain: {
|
1877
1940
|
channel: 'channel-27'
|
1878
1941
|
}
|
1879
|
-
}
|
1942
|
+
}]
|
1880
1943
|
}, {
|
1881
1944
|
description: 'The MNT stablecoin of Terra Classic.',
|
1882
1945
|
denom_units: [{
|
@@ -1900,7 +1963,8 @@ var ibc_assets = {
|
|
1900
1963
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
1901
1964
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
1902
1965
|
},
|
1903
|
-
|
1966
|
+
traces: [{
|
1967
|
+
type: 'ibc',
|
1904
1968
|
counterparty: {
|
1905
1969
|
channel: 'channel-20',
|
1906
1970
|
denom: 'umnt',
|
@@ -1909,7 +1973,7 @@ var ibc_assets = {
|
|
1909
1973
|
chain: {
|
1910
1974
|
channel: 'channel-27'
|
1911
1975
|
}
|
1912
|
-
}
|
1976
|
+
}]
|
1913
1977
|
}, {
|
1914
1978
|
description: 'The MYR stablecoin of Terra Classic.',
|
1915
1979
|
denom_units: [{
|
@@ -1933,7 +1997,8 @@ var ibc_assets = {
|
|
1933
1997
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
1934
1998
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
1935
1999
|
},
|
1936
|
-
|
2000
|
+
traces: [{
|
2001
|
+
type: 'ibc',
|
1937
2002
|
counterparty: {
|
1938
2003
|
channel: 'channel-20',
|
1939
2004
|
denom: 'umyr',
|
@@ -1942,7 +2007,7 @@ var ibc_assets = {
|
|
1942
2007
|
chain: {
|
1943
2008
|
channel: 'channel-27'
|
1944
2009
|
}
|
1945
|
-
}
|
2010
|
+
}]
|
1946
2011
|
}, {
|
1947
2012
|
description: 'The NOK stablecoin of Terra Classic.',
|
1948
2013
|
denom_units: [{
|
@@ -1966,7 +2031,8 @@ var ibc_assets = {
|
|
1966
2031
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
1967
2032
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
1968
2033
|
},
|
1969
|
-
|
2034
|
+
traces: [{
|
2035
|
+
type: 'ibc',
|
1970
2036
|
counterparty: {
|
1971
2037
|
channel: 'channel-20',
|
1972
2038
|
denom: 'unok',
|
@@ -1975,7 +2041,7 @@ var ibc_assets = {
|
|
1975
2041
|
chain: {
|
1976
2042
|
channel: 'channel-27'
|
1977
2043
|
}
|
1978
|
-
}
|
2044
|
+
}]
|
1979
2045
|
}, {
|
1980
2046
|
description: 'The PHP stablecoin of Terra Classic.',
|
1981
2047
|
denom_units: [{
|
@@ -1999,7 +2065,8 @@ var ibc_assets = {
|
|
1999
2065
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
2000
2066
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
2001
2067
|
},
|
2002
|
-
|
2068
|
+
traces: [{
|
2069
|
+
type: 'ibc',
|
2003
2070
|
counterparty: {
|
2004
2071
|
channel: 'channel-20',
|
2005
2072
|
denom: 'uphp',
|
@@ -2008,7 +2075,7 @@ var ibc_assets = {
|
|
2008
2075
|
chain: {
|
2009
2076
|
channel: 'channel-27'
|
2010
2077
|
}
|
2011
|
-
}
|
2078
|
+
}]
|
2012
2079
|
}, {
|
2013
2080
|
description: 'The SDR stablecoin of Terra Classic.',
|
2014
2081
|
denom_units: [{
|
@@ -2032,7 +2099,8 @@ var ibc_assets = {
|
|
2032
2099
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
2033
2100
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
2034
2101
|
},
|
2035
|
-
|
2102
|
+
traces: [{
|
2103
|
+
type: 'ibc',
|
2036
2104
|
counterparty: {
|
2037
2105
|
channel: 'channel-20',
|
2038
2106
|
denom: 'usdr',
|
@@ -2041,7 +2109,7 @@ var ibc_assets = {
|
|
2041
2109
|
chain: {
|
2042
2110
|
channel: 'channel-27'
|
2043
2111
|
}
|
2044
|
-
}
|
2112
|
+
}]
|
2045
2113
|
}, {
|
2046
2114
|
description: 'The SEK stablecoin of Terra Classic.',
|
2047
2115
|
denom_units: [{
|
@@ -2065,7 +2133,8 @@ var ibc_assets = {
|
|
2065
2133
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
2066
2134
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
2067
2135
|
},
|
2068
|
-
|
2136
|
+
traces: [{
|
2137
|
+
type: 'ibc',
|
2069
2138
|
counterparty: {
|
2070
2139
|
channel: 'channel-20',
|
2071
2140
|
denom: 'usek',
|
@@ -2074,7 +2143,7 @@ var ibc_assets = {
|
|
2074
2143
|
chain: {
|
2075
2144
|
channel: 'channel-27'
|
2076
2145
|
}
|
2077
|
-
}
|
2146
|
+
}]
|
2078
2147
|
}, {
|
2079
2148
|
description: 'The SGD stablecoin of Terra Classic.',
|
2080
2149
|
denom_units: [{
|
@@ -2098,7 +2167,8 @@ var ibc_assets = {
|
|
2098
2167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
2099
2168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
2100
2169
|
},
|
2101
|
-
|
2170
|
+
traces: [{
|
2171
|
+
type: 'ibc',
|
2102
2172
|
counterparty: {
|
2103
2173
|
channel: 'channel-20',
|
2104
2174
|
denom: 'usgd',
|
@@ -2107,7 +2177,7 @@ var ibc_assets = {
|
|
2107
2177
|
chain: {
|
2108
2178
|
channel: 'channel-27'
|
2109
2179
|
}
|
2110
|
-
}
|
2180
|
+
}]
|
2111
2181
|
}, {
|
2112
2182
|
description: 'The THB stablecoin of Terra Classic.',
|
2113
2183
|
denom_units: [{
|
@@ -2131,7 +2201,8 @@ var ibc_assets = {
|
|
2131
2201
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
2132
2202
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
2133
2203
|
},
|
2134
|
-
|
2204
|
+
traces: [{
|
2205
|
+
type: 'ibc',
|
2135
2206
|
counterparty: {
|
2136
2207
|
channel: 'channel-20',
|
2137
2208
|
denom: 'uthb',
|
@@ -2140,7 +2211,7 @@ var ibc_assets = {
|
|
2140
2211
|
chain: {
|
2141
2212
|
channel: 'channel-27'
|
2142
2213
|
}
|
2143
|
-
}
|
2214
|
+
}]
|
2144
2215
|
}, {
|
2145
2216
|
description: 'The TWD stablecoin of Terra Classic.',
|
2146
2217
|
denom_units: [{
|
@@ -2164,7 +2235,8 @@ var ibc_assets = {
|
|
2164
2235
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
2165
2236
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
2166
2237
|
},
|
2167
|
-
|
2238
|
+
traces: [{
|
2239
|
+
type: 'ibc',
|
2168
2240
|
counterparty: {
|
2169
2241
|
channel: 'channel-20',
|
2170
2242
|
denom: 'utwd',
|
@@ -2173,8 +2245,7 @@ var ibc_assets = {
|
|
2173
2245
|
chain: {
|
2174
2246
|
channel: 'channel-27'
|
2175
2247
|
}
|
2176
|
-
}
|
2248
|
+
}]
|
2177
2249
|
}]
|
2178
2250
|
};
|
2179
|
-
|
2180
|
-
exports["default"] = _default;
|
2251
|
+
export default asset_list;
|