@chain-registry/osmosis 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/README.md +2 -2
- package/{module/ibc_assets.js → main/asset_list.js} +890 -242
- package/main/index.js +9 -9
- package/{main/ibc_assets.js → module/asset_list.js} +883 -249
- package/module/index.js +3 -3
- package/package.json +5 -5
- package/types/asset_list.d.ts +3 -0
- package/types/index.d.ts +3 -3
- 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: 'osmosis',
|
|
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
|
+
transition: [{
|
|
23
|
+
type: 'ibc',
|
|
29
24
|
counterparty: {
|
|
30
25
|
channel: 'channel-9',
|
|
31
26
|
denom: 'uakt',
|
|
@@ -34,7 +29,7 @@ var ibc_assets = {
|
|
|
34
29
|
chain: {
|
|
35
30
|
channel: 'channel-1'
|
|
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
|
+
transition: [{
|
|
52
|
+
type: 'ibc',
|
|
57
53
|
counterparty: {
|
|
58
54
|
channel: 'channel-0',
|
|
59
55
|
denom: 'umntl',
|
|
@@ -62,7 +58,7 @@ var ibc_assets = {
|
|
|
62
58
|
chain: {
|
|
63
59
|
channel: 'channel-232'
|
|
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
|
+
transition: [{
|
|
82
|
+
type: 'ibc',
|
|
86
83
|
counterparty: {
|
|
87
84
|
channel: 'channel-3',
|
|
88
85
|
denom: 'uaxl',
|
|
@@ -91,7 +88,7 @@ var ibc_assets = {
|
|
|
91
88
|
chain: {
|
|
92
89
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
112
|
+
type: 'ibc',
|
|
115
113
|
counterparty: {
|
|
116
114
|
channel: 'channel-3',
|
|
117
115
|
denom: 'uusdc',
|
|
@@ -120,7 +118,7 @@ var ibc_assets = {
|
|
|
120
118
|
chain: {
|
|
121
119
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
142
|
+
type: 'ibc',
|
|
144
143
|
counterparty: {
|
|
145
144
|
channel: 'channel-3',
|
|
146
145
|
denom: 'frax-wei',
|
|
@@ -149,7 +148,7 @@ var ibc_assets = {
|
|
|
149
148
|
chain: {
|
|
150
149
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
172
|
+
type: 'ibc',
|
|
173
173
|
counterparty: {
|
|
174
174
|
channel: 'channel-3',
|
|
175
175
|
denom: 'dai-wei',
|
|
@@ -178,7 +178,7 @@ var ibc_assets = {
|
|
|
178
178
|
chain: {
|
|
179
179
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
202
|
+
type: 'ibc',
|
|
202
203
|
counterparty: {
|
|
203
204
|
channel: 'channel-3',
|
|
204
205
|
denom: 'uusdt',
|
|
@@ -207,7 +208,7 @@ var ibc_assets = {
|
|
|
207
208
|
chain: {
|
|
208
209
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
231
|
+
type: 'ibc',
|
|
230
232
|
counterparty: {
|
|
231
233
|
channel: 'channel-3',
|
|
232
234
|
denom: 'weth-wei',
|
|
@@ -235,7 +237,7 @@ var ibc_assets = {
|
|
|
235
237
|
chain: {
|
|
236
238
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
260
|
+
type: 'ibc',
|
|
258
261
|
counterparty: {
|
|
259
262
|
channel: 'channel-3',
|
|
260
263
|
denom: 'wbtc-satoshi',
|
|
@@ -263,7 +266,7 @@ var ibc_assets = {
|
|
|
263
266
|
chain: {
|
|
264
267
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
289
|
+
type: 'ibc',
|
|
286
290
|
counterparty: {
|
|
287
291
|
channel: 'channel-3',
|
|
288
292
|
denom: 'aave-wei',
|
|
@@ -291,7 +295,7 @@ var ibc_assets = {
|
|
|
291
295
|
chain: {
|
|
292
296
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
318
|
+
type: 'ibc',
|
|
314
319
|
counterparty: {
|
|
315
320
|
channel: 'channel-3',
|
|
316
321
|
denom: 'ape-wei',
|
|
@@ -319,7 +324,7 @@ var ibc_assets = {
|
|
|
319
324
|
chain: {
|
|
320
325
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
349
|
+
type: 'ibc',
|
|
344
350
|
counterparty: {
|
|
345
351
|
channel: 'channel-3',
|
|
346
352
|
denom: 'axs-wei',
|
|
@@ -349,7 +355,7 @@ var ibc_assets = {
|
|
|
349
355
|
chain: {
|
|
350
356
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
379
|
+
type: 'ibc',
|
|
373
380
|
counterparty: {
|
|
374
381
|
channel: 'channel-3',
|
|
375
382
|
denom: 'link-wei',
|
|
@@ -378,7 +385,7 @@ var ibc_assets = {
|
|
|
378
385
|
chain: {
|
|
379
386
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
408
|
+
type: 'ibc',
|
|
401
409
|
counterparty: {
|
|
402
410
|
channel: 'channel-3',
|
|
403
411
|
denom: 'mkr-wei',
|
|
@@ -406,7 +414,7 @@ var ibc_assets = {
|
|
|
406
414
|
chain: {
|
|
407
415
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
437
|
+
type: 'ibc',
|
|
429
438
|
counterparty: {
|
|
430
439
|
channel: 'channel-3',
|
|
431
440
|
denom: 'rai-wei',
|
|
@@ -434,7 +443,7 @@ var ibc_assets = {
|
|
|
434
443
|
chain: {
|
|
435
444
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
466
|
+
type: 'ibc',
|
|
457
467
|
counterparty: {
|
|
458
468
|
channel: 'channel-3',
|
|
459
469
|
denom: 'shib-wei',
|
|
@@ -462,7 +472,7 @@ var ibc_assets = {
|
|
|
462
472
|
chain: {
|
|
463
473
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
495
|
+
type: 'ibc',
|
|
485
496
|
counterparty: {
|
|
486
497
|
channel: 'channel-3',
|
|
487
498
|
denom: 'steth-wei',
|
|
@@ -490,7 +501,7 @@ var ibc_assets = {
|
|
|
490
501
|
chain: {
|
|
491
502
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
524
|
+
type: 'ibc',
|
|
513
525
|
counterparty: {
|
|
514
526
|
channel: 'channel-3',
|
|
515
527
|
denom: 'uni-wei',
|
|
@@ -518,7 +530,7 @@ var ibc_assets = {
|
|
|
518
530
|
chain: {
|
|
519
531
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
553
|
+
type: 'ibc',
|
|
541
554
|
counterparty: {
|
|
542
555
|
channel: 'channel-3',
|
|
543
556
|
denom: 'xcn-wei',
|
|
@@ -546,7 +559,7 @@ var ibc_assets = {
|
|
|
546
559
|
chain: {
|
|
547
560
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
583
|
+
type: 'ibc',
|
|
570
584
|
counterparty: {
|
|
571
585
|
channel: 'channel-3',
|
|
572
586
|
denom: 'dot-planck',
|
|
@@ -575,7 +589,7 @@ var ibc_assets = {
|
|
|
575
589
|
chain: {
|
|
576
590
|
channel: 'channel-208'
|
|
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
|
+
transition: [{
|
|
613
|
+
type: 'ibc',
|
|
599
614
|
counterparty: {
|
|
600
615
|
channel: 'channel-3',
|
|
601
616
|
denom: 'wglmr-wei',
|
|
@@ -604,7 +619,7 @@ var ibc_assets = {
|
|
|
604
619
|
chain: {
|
|
605
620
|
channel: 'channel-208'
|
|
606
621
|
}
|
|
607
|
-
}
|
|
622
|
+
}]
|
|
608
623
|
}, {
|
|
609
624
|
description: 'The native token of BandChain',
|
|
610
625
|
denom_units: [{
|
|
@@ -624,7 +639,8 @@ var ibc_assets = {
|
|
|
624
639
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
625
640
|
},
|
|
626
641
|
coingecko_id: 'band-protocol',
|
|
627
|
-
|
|
642
|
+
transition: [{
|
|
643
|
+
type: 'ibc',
|
|
628
644
|
counterparty: {
|
|
629
645
|
channel: 'channel-83',
|
|
630
646
|
denom: 'uband',
|
|
@@ -633,7 +649,7 @@ var ibc_assets = {
|
|
|
633
649
|
chain: {
|
|
634
650
|
channel: 'channel-148'
|
|
635
651
|
}
|
|
636
|
-
}
|
|
652
|
+
}]
|
|
637
653
|
}, {
|
|
638
654
|
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.',
|
|
639
655
|
denom_units: [{
|
|
@@ -653,7 +669,8 @@ var ibc_assets = {
|
|
|
653
669
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
654
670
|
},
|
|
655
671
|
coingecko_id: 'bitcanna',
|
|
656
|
-
|
|
672
|
+
transition: [{
|
|
673
|
+
type: 'ibc',
|
|
657
674
|
counterparty: {
|
|
658
675
|
channel: 'channel-1',
|
|
659
676
|
denom: 'ubcna',
|
|
@@ -662,7 +679,7 @@ var ibc_assets = {
|
|
|
662
679
|
chain: {
|
|
663
680
|
channel: 'channel-51'
|
|
664
681
|
}
|
|
665
|
-
}
|
|
682
|
+
}]
|
|
666
683
|
}, {
|
|
667
684
|
description: 'BitSong Native Token',
|
|
668
685
|
denom_units: [{
|
|
@@ -683,7 +700,8 @@ var ibc_assets = {
|
|
|
683
700
|
},
|
|
684
701
|
type_asset: 'sdk.coin',
|
|
685
702
|
coingecko_id: 'bitsong',
|
|
686
|
-
|
|
703
|
+
transition: [{
|
|
704
|
+
type: 'ibc',
|
|
687
705
|
counterparty: {
|
|
688
706
|
channel: 'channel-0',
|
|
689
707
|
denom: 'ubtsg',
|
|
@@ -692,7 +710,7 @@ var ibc_assets = {
|
|
|
692
710
|
chain: {
|
|
693
711
|
channel: 'channel-73'
|
|
694
712
|
}
|
|
695
|
-
}
|
|
713
|
+
}]
|
|
696
714
|
}, {
|
|
697
715
|
description: 'Adam Clay a BitSong Music FanToken',
|
|
698
716
|
denom_units: [{
|
|
@@ -710,7 +728,8 @@ var ibc_assets = {
|
|
|
710
728
|
logo_URIs: {
|
|
711
729
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
|
712
730
|
},
|
|
713
|
-
|
|
731
|
+
transition: [{
|
|
732
|
+
type: 'ibc',
|
|
714
733
|
counterparty: {
|
|
715
734
|
channel: 'channel-0',
|
|
716
735
|
denom: 'ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09',
|
|
@@ -719,7 +738,7 @@ var ibc_assets = {
|
|
|
719
738
|
chain: {
|
|
720
739
|
channel: 'channel-73'
|
|
721
740
|
}
|
|
722
|
-
}
|
|
741
|
+
}]
|
|
723
742
|
}, {
|
|
724
743
|
description: 'Nicola Fasano a BitSong Music FanToken',
|
|
725
744
|
denom_units: [{
|
|
@@ -737,7 +756,8 @@ var ibc_assets = {
|
|
|
737
756
|
logo_URIs: {
|
|
738
757
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
|
|
739
758
|
},
|
|
740
|
-
|
|
759
|
+
transition: [{
|
|
760
|
+
type: 'ibc',
|
|
741
761
|
counterparty: {
|
|
742
762
|
channel: 'channel-0',
|
|
743
763
|
denom: 'ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7',
|
|
@@ -746,7 +766,7 @@ var ibc_assets = {
|
|
|
746
766
|
chain: {
|
|
747
767
|
channel: 'channel-73'
|
|
748
768
|
}
|
|
749
|
-
}
|
|
769
|
+
}]
|
|
750
770
|
}, {
|
|
751
771
|
description: 'Delta 9 a BitSong Music FanToken',
|
|
752
772
|
denom_units: [{
|
|
@@ -764,7 +784,8 @@ var ibc_assets = {
|
|
|
764
784
|
logo_URIs: {
|
|
765
785
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
|
|
766
786
|
},
|
|
767
|
-
|
|
787
|
+
transition: [{
|
|
788
|
+
type: 'ibc',
|
|
768
789
|
counterparty: {
|
|
769
790
|
channel: 'channel-0',
|
|
770
791
|
denom: 'ft575B10B0CEE2C164D9ED6A96313496F164A9607C',
|
|
@@ -773,7 +794,7 @@ var ibc_assets = {
|
|
|
773
794
|
chain: {
|
|
774
795
|
channel: 'channel-73'
|
|
775
796
|
}
|
|
776
|
-
}
|
|
797
|
+
}]
|
|
777
798
|
}, {
|
|
778
799
|
description: 'FONTI a BitSong Music FanToken',
|
|
779
800
|
denom_units: [{
|
|
@@ -791,7 +812,8 @@ var ibc_assets = {
|
|
|
791
812
|
logo_URIs: {
|
|
792
813
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
|
|
793
814
|
},
|
|
794
|
-
|
|
815
|
+
transition: [{
|
|
816
|
+
type: 'ibc',
|
|
795
817
|
counterparty: {
|
|
796
818
|
channel: 'channel-0',
|
|
797
819
|
denom: 'ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305',
|
|
@@ -800,7 +822,7 @@ var ibc_assets = {
|
|
|
800
822
|
chain: {
|
|
801
823
|
channel: 'channel-73'
|
|
802
824
|
}
|
|
803
|
-
}
|
|
825
|
+
}]
|
|
804
826
|
}, {
|
|
805
827
|
description: 'BlackJack a BitSong Music FanToken',
|
|
806
828
|
denom_units: [{
|
|
@@ -818,7 +840,8 @@ var ibc_assets = {
|
|
|
818
840
|
logo_URIs: {
|
|
819
841
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
|
|
820
842
|
},
|
|
821
|
-
|
|
843
|
+
transition: [{
|
|
844
|
+
type: 'ibc',
|
|
822
845
|
counterparty: {
|
|
823
846
|
channel: 'channel-0',
|
|
824
847
|
denom: 'ft52EEB0EE509AC546ED92EAC8591F731F213DDD16',
|
|
@@ -827,7 +850,7 @@ var ibc_assets = {
|
|
|
827
850
|
chain: {
|
|
828
851
|
channel: 'channel-73'
|
|
829
852
|
}
|
|
830
|
-
}
|
|
853
|
+
}]
|
|
831
854
|
}, {
|
|
832
855
|
description: 'Rawanne a BitSong Music FanToken',
|
|
833
856
|
denom_units: [{
|
|
@@ -845,7 +868,8 @@ var ibc_assets = {
|
|
|
845
868
|
logo_URIs: {
|
|
846
869
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
|
|
847
870
|
},
|
|
848
|
-
|
|
871
|
+
transition: [{
|
|
872
|
+
type: 'ibc',
|
|
849
873
|
counterparty: {
|
|
850
874
|
channel: 'channel-0',
|
|
851
875
|
denom: 'ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A',
|
|
@@ -854,7 +878,7 @@ var ibc_assets = {
|
|
|
854
878
|
chain: {
|
|
855
879
|
channel: 'channel-73'
|
|
856
880
|
}
|
|
857
|
-
}
|
|
881
|
+
}]
|
|
858
882
|
}, {
|
|
859
883
|
description: 'Enmoda a BitSong Music FanToken',
|
|
860
884
|
denom_units: [{
|
|
@@ -872,7 +896,8 @@ var ibc_assets = {
|
|
|
872
896
|
logo_URIs: {
|
|
873
897
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
|
|
874
898
|
},
|
|
875
|
-
|
|
899
|
+
transition: [{
|
|
900
|
+
type: 'ibc',
|
|
876
901
|
counterparty: {
|
|
877
902
|
channel: 'channel-0',
|
|
878
903
|
denom: 'ft85AE1716C5E39EA6D64BBD7898C3899A7B500626',
|
|
@@ -881,7 +906,7 @@ var ibc_assets = {
|
|
|
881
906
|
chain: {
|
|
882
907
|
channel: 'channel-73'
|
|
883
908
|
}
|
|
884
|
-
}
|
|
909
|
+
}]
|
|
885
910
|
}, {
|
|
886
911
|
description: '404Deep Records a BitSong Music FanToken',
|
|
887
912
|
denom_units: [{
|
|
@@ -899,7 +924,8 @@ var ibc_assets = {
|
|
|
899
924
|
logo_URIs: {
|
|
900
925
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
|
901
926
|
},
|
|
902
|
-
|
|
927
|
+
transition: [{
|
|
928
|
+
type: 'ibc',
|
|
903
929
|
counterparty: {
|
|
904
930
|
channel: 'channel-0',
|
|
905
931
|
denom: 'ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A',
|
|
@@ -908,7 +934,7 @@ var ibc_assets = {
|
|
|
908
934
|
chain: {
|
|
909
935
|
channel: 'channel-73'
|
|
910
936
|
}
|
|
911
|
-
}
|
|
937
|
+
}]
|
|
912
938
|
}, {
|
|
913
939
|
description: 'N43 a BitSong Music FanToken',
|
|
914
940
|
denom_units: [{
|
|
@@ -926,7 +952,8 @@ var ibc_assets = {
|
|
|
926
952
|
logo_URIs: {
|
|
927
953
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
|
|
928
954
|
},
|
|
929
|
-
|
|
955
|
+
transition: [{
|
|
956
|
+
type: 'ibc',
|
|
930
957
|
counterparty: {
|
|
931
958
|
channel: 'channel-0',
|
|
932
959
|
denom: 'ft387C1C279D962ED80C09C1D592A92C4275FD7C5D',
|
|
@@ -935,7 +962,7 @@ var ibc_assets = {
|
|
|
935
962
|
chain: {
|
|
936
963
|
channel: 'channel-73'
|
|
937
964
|
}
|
|
938
|
-
}
|
|
965
|
+
}]
|
|
939
966
|
}, {
|
|
940
967
|
description: 'Puro Lobo a BitSong Music FanToken',
|
|
941
968
|
denom_units: [{
|
|
@@ -953,7 +980,8 @@ var ibc_assets = {
|
|
|
953
980
|
logo_URIs: {
|
|
954
981
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
|
|
955
982
|
},
|
|
956
|
-
|
|
983
|
+
transition: [{
|
|
984
|
+
type: 'ibc',
|
|
957
985
|
counterparty: {
|
|
958
986
|
channel: 'channel-0',
|
|
959
987
|
denom: 'ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB',
|
|
@@ -962,7 +990,7 @@ var ibc_assets = {
|
|
|
962
990
|
chain: {
|
|
963
991
|
channel: 'channel-73'
|
|
964
992
|
}
|
|
965
|
-
}
|
|
993
|
+
}]
|
|
966
994
|
}, {
|
|
967
995
|
description: 'Vibranium a BitSong Music FanToken',
|
|
968
996
|
denom_units: [{
|
|
@@ -980,7 +1008,8 @@ var ibc_assets = {
|
|
|
980
1008
|
logo_URIs: {
|
|
981
1009
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
|
|
982
1010
|
},
|
|
983
|
-
|
|
1011
|
+
transition: [{
|
|
1012
|
+
type: 'ibc',
|
|
984
1013
|
counterparty: {
|
|
985
1014
|
channel: 'channel-0',
|
|
986
1015
|
denom: 'ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B',
|
|
@@ -989,7 +1018,7 @@ var ibc_assets = {
|
|
|
989
1018
|
chain: {
|
|
990
1019
|
channel: 'channel-73'
|
|
991
1020
|
}
|
|
992
|
-
}
|
|
1021
|
+
}]
|
|
993
1022
|
}, {
|
|
994
1023
|
description: 'Karina a BitSong Music FanToken',
|
|
995
1024
|
denom_units: [{
|
|
@@ -1007,7 +1036,8 @@ var ibc_assets = {
|
|
|
1007
1036
|
logo_URIs: {
|
|
1008
1037
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
|
|
1009
1038
|
},
|
|
1010
|
-
|
|
1039
|
+
transition: [{
|
|
1040
|
+
type: 'ibc',
|
|
1011
1041
|
counterparty: {
|
|
1012
1042
|
channel: 'channel-0',
|
|
1013
1043
|
denom: 'ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE',
|
|
@@ -1016,7 +1046,7 @@ var ibc_assets = {
|
|
|
1016
1046
|
chain: {
|
|
1017
1047
|
channel: 'channel-73'
|
|
1018
1048
|
}
|
|
1019
|
-
}
|
|
1049
|
+
}]
|
|
1020
1050
|
}, {
|
|
1021
1051
|
description: 'Luca Testa a BitSong Music FanToken',
|
|
1022
1052
|
denom_units: [{
|
|
@@ -1034,7 +1064,8 @@ var ibc_assets = {
|
|
|
1034
1064
|
logo_URIs: {
|
|
1035
1065
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
|
|
1036
1066
|
},
|
|
1037
|
-
|
|
1067
|
+
transition: [{
|
|
1068
|
+
type: 'ibc',
|
|
1038
1069
|
counterparty: {
|
|
1039
1070
|
channel: 'channel-0',
|
|
1040
1071
|
denom: 'ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12',
|
|
@@ -1043,7 +1074,7 @@ var ibc_assets = {
|
|
|
1043
1074
|
chain: {
|
|
1044
1075
|
channel: 'channel-73'
|
|
1045
1076
|
}
|
|
1046
|
-
}
|
|
1077
|
+
}]
|
|
1047
1078
|
}, {
|
|
1048
1079
|
description: 'Carolina Marquez a BitSong Music FanToken',
|
|
1049
1080
|
denom_units: [{
|
|
@@ -1061,7 +1092,8 @@ var ibc_assets = {
|
|
|
1061
1092
|
logo_URIs: {
|
|
1062
1093
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
|
|
1063
1094
|
},
|
|
1064
|
-
|
|
1095
|
+
transition: [{
|
|
1096
|
+
type: 'ibc',
|
|
1065
1097
|
counterparty: {
|
|
1066
1098
|
channel: 'channel-0',
|
|
1067
1099
|
denom: 'ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3',
|
|
@@ -1070,7 +1102,7 @@ var ibc_assets = {
|
|
|
1070
1102
|
chain: {
|
|
1071
1103
|
channel: 'channel-73'
|
|
1072
1104
|
}
|
|
1073
|
-
}
|
|
1105
|
+
}]
|
|
1074
1106
|
}, {
|
|
1075
1107
|
description: 'The staking token of Bostrom',
|
|
1076
1108
|
denom_units: [{
|
|
@@ -1086,7 +1118,8 @@ var ibc_assets = {
|
|
|
1086
1118
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png'
|
|
1087
1119
|
},
|
|
1088
1120
|
coingecko_id: 'bostrom',
|
|
1089
|
-
|
|
1121
|
+
transition: [{
|
|
1122
|
+
type: 'ibc',
|
|
1090
1123
|
counterparty: {
|
|
1091
1124
|
channel: 'channel-2',
|
|
1092
1125
|
denom: 'boot',
|
|
@@ -1095,7 +1128,7 @@ var ibc_assets = {
|
|
|
1095
1128
|
chain: {
|
|
1096
1129
|
channel: 'channel-95'
|
|
1097
1130
|
}
|
|
1098
|
-
}
|
|
1131
|
+
}]
|
|
1099
1132
|
}, {
|
|
1100
1133
|
description: 'The native token of Carbon',
|
|
1101
1134
|
denom_units: [{
|
|
@@ -1116,7 +1149,8 @@ var ibc_assets = {
|
|
|
1116
1149
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg'
|
|
1117
1150
|
},
|
|
1118
1151
|
coingecko_id: 'switcheo',
|
|
1119
|
-
|
|
1152
|
+
transition: [{
|
|
1153
|
+
type: 'ibc',
|
|
1120
1154
|
counterparty: {
|
|
1121
1155
|
channel: 'channel-0',
|
|
1122
1156
|
denom: 'swth',
|
|
@@ -1125,7 +1159,7 @@ var ibc_assets = {
|
|
|
1125
1159
|
chain: {
|
|
1126
1160
|
channel: 'channel-188'
|
|
1127
1161
|
}
|
|
1128
|
-
}
|
|
1162
|
+
}]
|
|
1129
1163
|
}, {
|
|
1130
1164
|
description: 'The native token of Cerberus Chain',
|
|
1131
1165
|
denom_units: [{
|
|
@@ -1144,7 +1178,8 @@ var ibc_assets = {
|
|
|
1144
1178
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png'
|
|
1145
1179
|
},
|
|
1146
1180
|
coingecko_id: 'cerberus-2',
|
|
1147
|
-
|
|
1181
|
+
transition: [{
|
|
1182
|
+
type: 'ibc',
|
|
1148
1183
|
counterparty: {
|
|
1149
1184
|
channel: 'channel-1',
|
|
1150
1185
|
denom: 'ucrbrus',
|
|
@@ -1153,7 +1188,7 @@ var ibc_assets = {
|
|
|
1153
1188
|
chain: {
|
|
1154
1189
|
channel: 'channel-212'
|
|
1155
1190
|
}
|
|
1156
|
-
}
|
|
1191
|
+
}]
|
|
1157
1192
|
}, {
|
|
1158
1193
|
description: 'Native token for the cheqd network',
|
|
1159
1194
|
denom_units: [{
|
|
@@ -1173,7 +1208,8 @@ var ibc_assets = {
|
|
|
1173
1208
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
|
|
1174
1209
|
},
|
|
1175
1210
|
coingecko_id: 'cheqd-network',
|
|
1176
|
-
|
|
1211
|
+
transition: [{
|
|
1212
|
+
type: 'ibc',
|
|
1177
1213
|
counterparty: {
|
|
1178
1214
|
channel: 'channel-0',
|
|
1179
1215
|
denom: 'ncheq',
|
|
@@ -1182,7 +1218,7 @@ var ibc_assets = {
|
|
|
1182
1218
|
chain: {
|
|
1183
1219
|
channel: 'channel-108'
|
|
1184
1220
|
}
|
|
1185
|
-
}
|
|
1221
|
+
}]
|
|
1186
1222
|
}, {
|
|
1187
1223
|
description: 'The native token of Chihuahua Chain',
|
|
1188
1224
|
denom_units: [{
|
|
@@ -1201,7 +1237,8 @@ var ibc_assets = {
|
|
|
1201
1237
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png'
|
|
1202
1238
|
},
|
|
1203
1239
|
coingecko_id: 'chihuahua-token',
|
|
1204
|
-
|
|
1240
|
+
transition: [{
|
|
1241
|
+
type: 'ibc',
|
|
1205
1242
|
counterparty: {
|
|
1206
1243
|
channel: 'channel-7',
|
|
1207
1244
|
denom: 'uhuahua',
|
|
@@ -1210,7 +1247,7 @@ var ibc_assets = {
|
|
|
1210
1247
|
chain: {
|
|
1211
1248
|
channel: 'channel-113'
|
|
1212
1249
|
}
|
|
1213
|
-
}
|
|
1250
|
+
}]
|
|
1214
1251
|
}, {
|
|
1215
1252
|
description: 'Native Token of Comdex Protocol',
|
|
1216
1253
|
denom_units: [{
|
|
@@ -1229,7 +1266,8 @@ var ibc_assets = {
|
|
|
1229
1266
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
|
1230
1267
|
},
|
|
1231
1268
|
coingecko_id: 'comdex',
|
|
1232
|
-
|
|
1269
|
+
transition: [{
|
|
1270
|
+
type: 'ibc',
|
|
1233
1271
|
counterparty: {
|
|
1234
1272
|
channel: 'channel-1',
|
|
1235
1273
|
denom: 'ucmdx',
|
|
@@ -1238,7 +1276,7 @@ var ibc_assets = {
|
|
|
1238
1276
|
chain: {
|
|
1239
1277
|
channel: 'channel-87'
|
|
1240
1278
|
}
|
|
1241
|
-
}
|
|
1279
|
+
}]
|
|
1242
1280
|
}, {
|
|
1243
1281
|
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
1244
1282
|
denom_units: [{
|
|
@@ -1258,7 +1296,8 @@ var ibc_assets = {
|
|
|
1258
1296
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1259
1297
|
},
|
|
1260
1298
|
coingecko_id: 'cosmos',
|
|
1261
|
-
|
|
1299
|
+
transition: [{
|
|
1300
|
+
type: 'ibc',
|
|
1262
1301
|
counterparty: {
|
|
1263
1302
|
channel: 'channel-141',
|
|
1264
1303
|
denom: 'uatom',
|
|
@@ -1267,7 +1306,7 @@ var ibc_assets = {
|
|
|
1267
1306
|
chain: {
|
|
1268
1307
|
channel: 'channel-0'
|
|
1269
1308
|
}
|
|
1270
|
-
}
|
|
1309
|
+
}]
|
|
1271
1310
|
}, {
|
|
1272
1311
|
description: 'The native token of Crescent',
|
|
1273
1312
|
denom_units: [{
|
|
@@ -1288,7 +1327,8 @@ var ibc_assets = {
|
|
|
1288
1327
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
1289
1328
|
},
|
|
1290
1329
|
coingecko_id: 'crescent-network',
|
|
1291
|
-
|
|
1330
|
+
transition: [{
|
|
1331
|
+
type: 'ibc',
|
|
1292
1332
|
counterparty: {
|
|
1293
1333
|
channel: 'channel-9',
|
|
1294
1334
|
denom: 'ucre',
|
|
@@ -1297,7 +1337,7 @@ var ibc_assets = {
|
|
|
1297
1337
|
chain: {
|
|
1298
1338
|
channel: 'channel-297'
|
|
1299
1339
|
}
|
|
1300
|
-
}
|
|
1340
|
+
}]
|
|
1301
1341
|
}, {
|
|
1302
1342
|
description: 'The bonded token of Crescent',
|
|
1303
1343
|
denom_units: [{
|
|
@@ -1318,7 +1358,8 @@ var ibc_assets = {
|
|
|
1318
1358
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
1319
1359
|
},
|
|
1320
1360
|
coingecko_id: 'crescent-network',
|
|
1321
|
-
|
|
1361
|
+
transition: [{
|
|
1362
|
+
type: 'ibc',
|
|
1322
1363
|
counterparty: {
|
|
1323
1364
|
channel: 'channel-9',
|
|
1324
1365
|
denom: 'ubcre',
|
|
@@ -1327,7 +1368,7 @@ var ibc_assets = {
|
|
|
1327
1368
|
chain: {
|
|
1328
1369
|
channel: 'channel-297'
|
|
1329
1370
|
}
|
|
1330
|
-
}
|
|
1371
|
+
}]
|
|
1331
1372
|
}, {
|
|
1332
1373
|
description: 'CRO coin is the token for the Crypto.com platform.',
|
|
1333
1374
|
denom_units: [{
|
|
@@ -1346,7 +1387,8 @@ var ibc_assets = {
|
|
|
1346
1387
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
|
|
1347
1388
|
},
|
|
1348
1389
|
coingecko_id: 'crypto-com-chain',
|
|
1349
|
-
|
|
1390
|
+
transition: [{
|
|
1391
|
+
type: 'ibc',
|
|
1350
1392
|
counterparty: {
|
|
1351
1393
|
channel: 'channel-10',
|
|
1352
1394
|
denom: 'basecro',
|
|
@@ -1355,7 +1397,7 @@ var ibc_assets = {
|
|
|
1355
1397
|
chain: {
|
|
1356
1398
|
channel: 'channel-5'
|
|
1357
1399
|
}
|
|
1358
|
-
}
|
|
1400
|
+
}]
|
|
1359
1401
|
}, {
|
|
1360
1402
|
description: 'The native token of Decentr',
|
|
1361
1403
|
denom_units: [{
|
|
@@ -1376,7 +1418,8 @@ var ibc_assets = {
|
|
|
1376
1418
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
1377
1419
|
},
|
|
1378
1420
|
coingecko_id: 'decentr',
|
|
1379
|
-
|
|
1421
|
+
transition: [{
|
|
1422
|
+
type: 'ibc',
|
|
1380
1423
|
counterparty: {
|
|
1381
1424
|
channel: 'channel-1',
|
|
1382
1425
|
denom: 'udec',
|
|
@@ -1385,7 +1428,7 @@ var ibc_assets = {
|
|
|
1385
1428
|
chain: {
|
|
1386
1429
|
channel: 'channel-181'
|
|
1387
1430
|
}
|
|
1388
|
-
}
|
|
1431
|
+
}]
|
|
1389
1432
|
}, {
|
|
1390
1433
|
description: 'The native token of Desmos',
|
|
1391
1434
|
denom_units: [{
|
|
@@ -1406,7 +1449,8 @@ var ibc_assets = {
|
|
|
1406
1449
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
|
|
1407
1450
|
},
|
|
1408
1451
|
coingecko_id: 'desmos',
|
|
1409
|
-
|
|
1452
|
+
transition: [{
|
|
1453
|
+
type: 'ibc',
|
|
1410
1454
|
counterparty: {
|
|
1411
1455
|
channel: 'channel-2',
|
|
1412
1456
|
denom: 'udsm',
|
|
@@ -1415,7 +1459,7 @@ var ibc_assets = {
|
|
|
1415
1459
|
chain: {
|
|
1416
1460
|
channel: 'channel-135'
|
|
1417
1461
|
}
|
|
1418
|
-
}
|
|
1462
|
+
}]
|
|
1419
1463
|
}, {
|
|
1420
1464
|
description: 'Native token of Dig Chain',
|
|
1421
1465
|
denom_units: [{
|
|
@@ -1434,7 +1478,8 @@ var ibc_assets = {
|
|
|
1434
1478
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
1435
1479
|
},
|
|
1436
1480
|
coingecko_id: 'dig-chain',
|
|
1437
|
-
|
|
1481
|
+
transition: [{
|
|
1482
|
+
type: 'ibc',
|
|
1438
1483
|
counterparty: {
|
|
1439
1484
|
channel: 'channel-1',
|
|
1440
1485
|
denom: 'udig',
|
|
@@ -1443,7 +1488,7 @@ var ibc_assets = {
|
|
|
1443
1488
|
chain: {
|
|
1444
1489
|
channel: 'channel-128'
|
|
1445
1490
|
}
|
|
1446
|
-
}
|
|
1491
|
+
}]
|
|
1447
1492
|
}, {
|
|
1448
1493
|
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.',
|
|
1449
1494
|
denom_units: [{
|
|
@@ -1462,7 +1507,8 @@ var ibc_assets = {
|
|
|
1462
1507
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png'
|
|
1463
1508
|
},
|
|
1464
1509
|
coingecko_id: 'e-money',
|
|
1465
|
-
|
|
1510
|
+
transition: [{
|
|
1511
|
+
type: 'ibc',
|
|
1466
1512
|
counterparty: {
|
|
1467
1513
|
channel: 'channel-0',
|
|
1468
1514
|
denom: 'ungm',
|
|
@@ -1471,7 +1517,7 @@ var ibc_assets = {
|
|
|
1471
1517
|
chain: {
|
|
1472
1518
|
channel: 'channel-37'
|
|
1473
1519
|
}
|
|
1474
|
-
}
|
|
1520
|
+
}]
|
|
1475
1521
|
}, {
|
|
1476
1522
|
description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
|
|
1477
1523
|
denom_units: [{
|
|
@@ -1479,7 +1525,7 @@ var ibc_assets = {
|
|
|
1479
1525
|
exponent: 0,
|
|
1480
1526
|
aliases: ['eeur']
|
|
1481
1527
|
}, {
|
|
1482
|
-
denom: '
|
|
1528
|
+
denom: 'eur',
|
|
1483
1529
|
exponent: 6
|
|
1484
1530
|
}],
|
|
1485
1531
|
base: 'ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F',
|
|
@@ -1490,7 +1536,8 @@ var ibc_assets = {
|
|
|
1490
1536
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1491
1537
|
},
|
|
1492
1538
|
coingecko_id: 'e-money-eur',
|
|
1493
|
-
|
|
1539
|
+
transition: [{
|
|
1540
|
+
type: 'ibc',
|
|
1494
1541
|
counterparty: {
|
|
1495
1542
|
channel: 'channel-0',
|
|
1496
1543
|
denom: 'eeur',
|
|
@@ -1499,7 +1546,7 @@ var ibc_assets = {
|
|
|
1499
1546
|
chain: {
|
|
1500
1547
|
channel: 'channel-37'
|
|
1501
1548
|
}
|
|
1502
|
-
}
|
|
1549
|
+
}]
|
|
1503
1550
|
}, {
|
|
1504
1551
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1505
1552
|
denom_units: [{
|
|
@@ -1519,7 +1566,8 @@ var ibc_assets = {
|
|
|
1519
1566
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png'
|
|
1520
1567
|
},
|
|
1521
1568
|
coingecko_id: 'evmos',
|
|
1522
|
-
|
|
1569
|
+
transition: [{
|
|
1570
|
+
type: 'ibc',
|
|
1523
1571
|
counterparty: {
|
|
1524
1572
|
channel: 'channel-0',
|
|
1525
1573
|
denom: 'aevmos',
|
|
@@ -1528,7 +1576,7 @@ var ibc_assets = {
|
|
|
1528
1576
|
chain: {
|
|
1529
1577
|
channel: 'channel-204'
|
|
1530
1578
|
}
|
|
1531
|
-
}
|
|
1579
|
+
}]
|
|
1532
1580
|
}, {
|
|
1533
1581
|
description: 'The native staking and governance token of the Fetch Hub.',
|
|
1534
1582
|
denom_units: [{
|
|
@@ -1548,7 +1596,8 @@ var ibc_assets = {
|
|
|
1548
1596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
1549
1597
|
},
|
|
1550
1598
|
coingecko_id: 'fetch-ai',
|
|
1551
|
-
|
|
1599
|
+
transition: [{
|
|
1600
|
+
type: 'ibc',
|
|
1552
1601
|
counterparty: {
|
|
1553
1602
|
channel: 'channel-10',
|
|
1554
1603
|
denom: 'afet',
|
|
@@ -1557,7 +1606,7 @@ var ibc_assets = {
|
|
|
1557
1606
|
chain: {
|
|
1558
1607
|
channel: 'channel-229'
|
|
1559
1608
|
}
|
|
1560
|
-
}
|
|
1609
|
+
}]
|
|
1561
1610
|
}, {
|
|
1562
1611
|
description: 'The MOBX coin rewards the use of eco-friendly micromobility transportation.',
|
|
1563
1612
|
denom_units: [{
|
|
@@ -1576,7 +1625,8 @@ var ibc_assets = {
|
|
|
1576
1625
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
|
|
1577
1626
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png'
|
|
1578
1627
|
},
|
|
1579
|
-
|
|
1628
|
+
transition: [{
|
|
1629
|
+
type: 'ibc',
|
|
1580
1630
|
counterparty: {
|
|
1581
1631
|
channel: 'channel-10',
|
|
1582
1632
|
denom: 'nanomobx',
|
|
@@ -1585,7 +1635,7 @@ var ibc_assets = {
|
|
|
1585
1635
|
chain: {
|
|
1586
1636
|
channel: 'channel-229'
|
|
1587
1637
|
}
|
|
1588
|
-
}
|
|
1638
|
+
}]
|
|
1589
1639
|
}, {
|
|
1590
1640
|
description: 'GLX is the staking token of the Galaxy Chain',
|
|
1591
1641
|
denom_units: [{
|
|
@@ -1604,7 +1654,8 @@ var ibc_assets = {
|
|
|
1604
1654
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg',
|
|
1605
1655
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png'
|
|
1606
1656
|
},
|
|
1607
|
-
|
|
1657
|
+
transition: [{
|
|
1658
|
+
type: 'ibc',
|
|
1608
1659
|
counterparty: {
|
|
1609
1660
|
channel: 'channel-0',
|
|
1610
1661
|
denom: 'uglx',
|
|
@@ -1613,7 +1664,7 @@ var ibc_assets = {
|
|
|
1613
1664
|
chain: {
|
|
1614
1665
|
channel: 'channel-236'
|
|
1615
1666
|
}
|
|
1616
|
-
}
|
|
1667
|
+
}]
|
|
1617
1668
|
}, {
|
|
1618
1669
|
description: 'L1 coin is the GenesisL1 blockchain utility, governance and EVM token',
|
|
1619
1670
|
denom_units: [{
|
|
@@ -1632,7 +1683,8 @@ var ibc_assets = {
|
|
|
1632
1683
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg',
|
|
1633
1684
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png'
|
|
1634
1685
|
},
|
|
1635
|
-
|
|
1686
|
+
transition: [{
|
|
1687
|
+
type: 'ibc',
|
|
1636
1688
|
counterparty: {
|
|
1637
1689
|
channel: 'channel-1',
|
|
1638
1690
|
denom: 'el1',
|
|
@@ -1641,7 +1693,7 @@ var ibc_assets = {
|
|
|
1641
1693
|
chain: {
|
|
1642
1694
|
channel: 'channel-235'
|
|
1643
1695
|
}
|
|
1644
|
-
}
|
|
1696
|
+
}]
|
|
1645
1697
|
}, {
|
|
1646
1698
|
description: 'The native token of Gravity Bridge',
|
|
1647
1699
|
denom_units: [{
|
|
@@ -1662,7 +1714,8 @@ var ibc_assets = {
|
|
|
1662
1714
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg',
|
|
1663
1715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
1664
1716
|
},
|
|
1665
|
-
|
|
1717
|
+
transition: [{
|
|
1718
|
+
type: 'ibc',
|
|
1666
1719
|
counterparty: {
|
|
1667
1720
|
channel: 'channel-10',
|
|
1668
1721
|
denom: 'ugraviton',
|
|
@@ -1671,7 +1724,7 @@ var ibc_assets = {
|
|
|
1671
1724
|
chain: {
|
|
1672
1725
|
channel: 'channel-144'
|
|
1673
1726
|
}
|
|
1674
|
-
}
|
|
1727
|
+
}]
|
|
1675
1728
|
}, {
|
|
1676
1729
|
description: 'The native token of IXO Chain',
|
|
1677
1730
|
denom_units: [{
|
|
@@ -1690,7 +1743,8 @@ var ibc_assets = {
|
|
|
1690
1743
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png'
|
|
1691
1744
|
},
|
|
1692
1745
|
coingecko_id: 'ixo',
|
|
1693
|
-
|
|
1746
|
+
transition: [{
|
|
1747
|
+
type: 'ibc',
|
|
1694
1748
|
counterparty: {
|
|
1695
1749
|
channel: 'channel-4',
|
|
1696
1750
|
denom: 'uixo',
|
|
@@ -1699,7 +1753,7 @@ var ibc_assets = {
|
|
|
1699
1753
|
chain: {
|
|
1700
1754
|
channel: 'channel-38'
|
|
1701
1755
|
}
|
|
1702
|
-
}
|
|
1756
|
+
}]
|
|
1703
1757
|
}, {
|
|
1704
1758
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
1705
1759
|
denom_units: [{
|
|
@@ -1719,7 +1773,8 @@ var ibc_assets = {
|
|
|
1719
1773
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
1720
1774
|
},
|
|
1721
1775
|
coingecko_id: 'injective-protocol',
|
|
1722
|
-
|
|
1776
|
+
transition: [{
|
|
1777
|
+
type: 'ibc',
|
|
1723
1778
|
counterparty: {
|
|
1724
1779
|
channel: 'channel-8',
|
|
1725
1780
|
denom: 'uinj',
|
|
@@ -1728,7 +1783,7 @@ var ibc_assets = {
|
|
|
1728
1783
|
chain: {
|
|
1729
1784
|
channel: 'channel-122'
|
|
1730
1785
|
}
|
|
1731
|
-
}
|
|
1786
|
+
}]
|
|
1732
1787
|
}, {
|
|
1733
1788
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
1734
1789
|
denom_units: [{
|
|
@@ -1748,7 +1803,8 @@ var ibc_assets = {
|
|
|
1748
1803
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
1749
1804
|
},
|
|
1750
1805
|
coingecko_id: 'iris-network',
|
|
1751
|
-
|
|
1806
|
+
transition: [{
|
|
1807
|
+
type: 'ibc',
|
|
1752
1808
|
counterparty: {
|
|
1753
1809
|
channel: 'channel-3',
|
|
1754
1810
|
denom: 'uiris',
|
|
@@ -1757,7 +1813,7 @@ var ibc_assets = {
|
|
|
1757
1813
|
chain: {
|
|
1758
1814
|
channel: 'channel-6'
|
|
1759
1815
|
}
|
|
1760
|
-
}
|
|
1816
|
+
}]
|
|
1761
1817
|
}, {
|
|
1762
1818
|
description: 'The native token of JUNO Chain',
|
|
1763
1819
|
denom_units: [{
|
|
@@ -1777,7 +1833,8 @@ var ibc_assets = {
|
|
|
1777
1833
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
1778
1834
|
},
|
|
1779
1835
|
coingecko_id: 'juno-network',
|
|
1780
|
-
|
|
1836
|
+
transition: [{
|
|
1837
|
+
type: 'ibc',
|
|
1781
1838
|
counterparty: {
|
|
1782
1839
|
channel: 'channel-0',
|
|
1783
1840
|
denom: 'ujuno',
|
|
@@ -1786,7 +1843,7 @@ var ibc_assets = {
|
|
|
1786
1843
|
chain: {
|
|
1787
1844
|
channel: 'channel-42'
|
|
1788
1845
|
}
|
|
1789
|
-
}
|
|
1846
|
+
}]
|
|
1790
1847
|
}, {
|
|
1791
1848
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
1792
1849
|
type_asset: 'cw20',
|
|
@@ -1807,7 +1864,8 @@ var ibc_assets = {
|
|
|
1807
1864
|
png: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/neta.png'
|
|
1808
1865
|
},
|
|
1809
1866
|
coingecko_id: 'neta',
|
|
1810
|
-
|
|
1867
|
+
transition: [{
|
|
1868
|
+
type: 'ibc',
|
|
1811
1869
|
counterparty: {
|
|
1812
1870
|
channel: 'channel-0',
|
|
1813
1871
|
denom: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
@@ -1816,7 +1874,7 @@ var ibc_assets = {
|
|
|
1816
1874
|
chain: {
|
|
1817
1875
|
channel: 'channel-42'
|
|
1818
1876
|
}
|
|
1819
|
-
}
|
|
1877
|
+
}]
|
|
1820
1878
|
}, {
|
|
1821
1879
|
description: 'The native staking and governance token of Kava',
|
|
1822
1880
|
denom_units: [{
|
|
@@ -1835,7 +1893,8 @@ var ibc_assets = {
|
|
|
1835
1893
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png'
|
|
1836
1894
|
},
|
|
1837
1895
|
coingecko_id: 'kava',
|
|
1838
|
-
|
|
1896
|
+
transition: [{
|
|
1897
|
+
type: 'ibc',
|
|
1839
1898
|
counterparty: {
|
|
1840
1899
|
channel: 'channel-1',
|
|
1841
1900
|
denom: 'ukava',
|
|
@@ -1844,7 +1903,7 @@ var ibc_assets = {
|
|
|
1844
1903
|
chain: {
|
|
1845
1904
|
channel: 'channel-143'
|
|
1846
1905
|
}
|
|
1847
|
-
}
|
|
1906
|
+
}]
|
|
1848
1907
|
}, {
|
|
1849
1908
|
description: 'Governance token of Kava Lend Protocol',
|
|
1850
1909
|
denom_units: [{
|
|
@@ -1863,8 +1922,9 @@ var ibc_assets = {
|
|
|
1863
1922
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
1864
1923
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
1865
1924
|
},
|
|
1866
|
-
coingecko_id: '
|
|
1867
|
-
|
|
1925
|
+
coingecko_id: 'kava-lend',
|
|
1926
|
+
transition: [{
|
|
1927
|
+
type: 'ibc',
|
|
1868
1928
|
counterparty: {
|
|
1869
1929
|
channel: 'channel-1',
|
|
1870
1930
|
denom: 'hard',
|
|
@@ -1873,7 +1933,7 @@ var ibc_assets = {
|
|
|
1873
1933
|
chain: {
|
|
1874
1934
|
channel: 'channel-143'
|
|
1875
1935
|
}
|
|
1876
|
-
}
|
|
1936
|
+
}]
|
|
1877
1937
|
}, {
|
|
1878
1938
|
description: 'Governance token of Kava Swap Protocol',
|
|
1879
1939
|
denom_units: [{
|
|
@@ -1893,7 +1953,8 @@ var ibc_assets = {
|
|
|
1893
1953
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
1894
1954
|
},
|
|
1895
1955
|
coingecko_id: 'kava-swap',
|
|
1896
|
-
|
|
1956
|
+
transition: [{
|
|
1957
|
+
type: 'ibc',
|
|
1897
1958
|
counterparty: {
|
|
1898
1959
|
channel: 'channel-1',
|
|
1899
1960
|
denom: 'swp',
|
|
@@ -1902,7 +1963,36 @@ var ibc_assets = {
|
|
|
1902
1963
|
chain: {
|
|
1903
1964
|
channel: 'channel-143'
|
|
1904
1965
|
}
|
|
1905
|
-
}
|
|
1966
|
+
}]
|
|
1967
|
+
}, {
|
|
1968
|
+
description: 'The native stablecoin of Kava',
|
|
1969
|
+
denom_units: [{
|
|
1970
|
+
denom: 'ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE',
|
|
1971
|
+
exponent: 0,
|
|
1972
|
+
aliases: ['usdx']
|
|
1973
|
+
}, {
|
|
1974
|
+
denom: 'USDX',
|
|
1975
|
+
exponent: 6
|
|
1976
|
+
}],
|
|
1977
|
+
base: 'ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE',
|
|
1978
|
+
name: 'USDX',
|
|
1979
|
+
display: 'USDX',
|
|
1980
|
+
symbol: 'USDX',
|
|
1981
|
+
logo_URIs: {
|
|
1982
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png'
|
|
1983
|
+
},
|
|
1984
|
+
coingecko_id: 'usdx',
|
|
1985
|
+
transition: [{
|
|
1986
|
+
type: 'ibc',
|
|
1987
|
+
counterparty: {
|
|
1988
|
+
channel: 'channel-1',
|
|
1989
|
+
denom: 'usdx',
|
|
1990
|
+
chain_name: 'kava'
|
|
1991
|
+
},
|
|
1992
|
+
chain: {
|
|
1993
|
+
channel: 'channel-143'
|
|
1994
|
+
}
|
|
1995
|
+
}]
|
|
1906
1996
|
}, {
|
|
1907
1997
|
description: 'The native token of Ki Chain',
|
|
1908
1998
|
denom_units: [{
|
|
@@ -1922,7 +2012,8 @@ var ibc_assets = {
|
|
|
1922
2012
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
1923
2013
|
},
|
|
1924
2014
|
coingecko_id: 'ki',
|
|
1925
|
-
|
|
2015
|
+
transition: [{
|
|
2016
|
+
type: 'ibc',
|
|
1926
2017
|
counterparty: {
|
|
1927
2018
|
channel: 'channel-0',
|
|
1928
2019
|
denom: 'uxki',
|
|
@@ -1931,7 +2022,7 @@ var ibc_assets = {
|
|
|
1931
2022
|
chain: {
|
|
1932
2023
|
channel: 'channel-77'
|
|
1933
2024
|
}
|
|
1934
|
-
}
|
|
2025
|
+
}]
|
|
1935
2026
|
}, {
|
|
1936
2027
|
description: 'The native token of Konstellation Network',
|
|
1937
2028
|
denom_units: [{
|
|
@@ -1951,7 +2042,8 @@ var ibc_assets = {
|
|
|
1951
2042
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
1952
2043
|
},
|
|
1953
2044
|
coingecko_id: 'darcmatter-coin',
|
|
1954
|
-
|
|
2045
|
+
transition: [{
|
|
2046
|
+
type: 'ibc',
|
|
1955
2047
|
counterparty: {
|
|
1956
2048
|
channel: 'channel-0',
|
|
1957
2049
|
denom: 'udarc',
|
|
@@ -1960,7 +2052,7 @@ var ibc_assets = {
|
|
|
1960
2052
|
chain: {
|
|
1961
2053
|
channel: 'channel-171'
|
|
1962
2054
|
}
|
|
1963
|
-
}
|
|
2055
|
+
}]
|
|
1964
2056
|
}, {
|
|
1965
2057
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
1966
2058
|
denom_units: [{
|
|
@@ -1980,7 +2072,8 @@ var ibc_assets = {
|
|
|
1980
2072
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
1981
2073
|
},
|
|
1982
2074
|
coingecko_id: 'likecoin',
|
|
1983
|
-
|
|
2075
|
+
transition: [{
|
|
2076
|
+
type: 'ibc',
|
|
1984
2077
|
counterparty: {
|
|
1985
2078
|
channel: 'channel-3',
|
|
1986
2079
|
denom: 'nanolike',
|
|
@@ -1989,7 +2082,7 @@ var ibc_assets = {
|
|
|
1989
2082
|
chain: {
|
|
1990
2083
|
channel: 'channel-53'
|
|
1991
2084
|
}
|
|
1992
|
-
}
|
|
2085
|
+
}]
|
|
1993
2086
|
}, {
|
|
1994
2087
|
description: 'The native token of Lumen Network',
|
|
1995
2088
|
denom_units: [{
|
|
@@ -2007,7 +2100,8 @@ var ibc_assets = {
|
|
|
2007
2100
|
logo_URIs: {
|
|
2008
2101
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png'
|
|
2009
2102
|
},
|
|
2010
|
-
|
|
2103
|
+
transition: [{
|
|
2104
|
+
type: 'ibc',
|
|
2011
2105
|
counterparty: {
|
|
2012
2106
|
channel: 'channel-3',
|
|
2013
2107
|
denom: 'ulumen',
|
|
@@ -2016,7 +2110,7 @@ var ibc_assets = {
|
|
|
2016
2110
|
chain: {
|
|
2017
2111
|
channel: 'channel-286'
|
|
2018
2112
|
}
|
|
2019
|
-
}
|
|
2113
|
+
}]
|
|
2020
2114
|
}, {
|
|
2021
2115
|
description: 'Native token of the Lum Network',
|
|
2022
2116
|
denom_units: [{
|
|
@@ -2036,7 +2130,8 @@ var ibc_assets = {
|
|
|
2036
2130
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg'
|
|
2037
2131
|
},
|
|
2038
2132
|
coingecko_id: 'lum-network',
|
|
2039
|
-
|
|
2133
|
+
transition: [{
|
|
2134
|
+
type: 'ibc',
|
|
2040
2135
|
counterparty: {
|
|
2041
2136
|
channel: 'channel-3',
|
|
2042
2137
|
denom: 'ulum',
|
|
@@ -2045,7 +2140,7 @@ var ibc_assets = {
|
|
|
2045
2140
|
chain: {
|
|
2046
2141
|
channel: 'channel-115'
|
|
2047
2142
|
}
|
|
2048
|
-
}
|
|
2143
|
+
}]
|
|
2049
2144
|
}, {
|
|
2050
2145
|
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
|
|
2051
2146
|
denom_units: [{
|
|
@@ -2064,7 +2159,8 @@ var ibc_assets = {
|
|
|
2064
2159
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
2065
2160
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
2066
2161
|
},
|
|
2067
|
-
|
|
2162
|
+
transition: [{
|
|
2163
|
+
type: 'ibc',
|
|
2068
2164
|
counterparty: {
|
|
2069
2165
|
channel: 'channel-1',
|
|
2070
2166
|
denom: 'umeme',
|
|
@@ -2073,7 +2169,7 @@ var ibc_assets = {
|
|
|
2073
2169
|
chain: {
|
|
2074
2170
|
channel: 'channel-238'
|
|
2075
2171
|
}
|
|
2076
|
-
}
|
|
2172
|
+
}]
|
|
2077
2173
|
}, {
|
|
2078
2174
|
description: 'TICK coin is the token for the Microtick Price Discovery & Oracle App',
|
|
2079
2175
|
denom_units: [{
|
|
@@ -2092,7 +2188,8 @@ var ibc_assets = {
|
|
|
2092
2188
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
2093
2189
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
2094
2190
|
},
|
|
2095
|
-
|
|
2191
|
+
transition: [{
|
|
2192
|
+
type: 'ibc',
|
|
2096
2193
|
counterparty: {
|
|
2097
2194
|
channel: 'channel-16',
|
|
2098
2195
|
denom: 'utick',
|
|
@@ -2101,36 +2198,37 @@ var ibc_assets = {
|
|
|
2101
2198
|
chain: {
|
|
2102
2199
|
channel: 'channel-39'
|
|
2103
2200
|
}
|
|
2104
|
-
}
|
|
2201
|
+
}]
|
|
2105
2202
|
}, {
|
|
2106
2203
|
description: 'The native token of Oraichain',
|
|
2107
2204
|
denom_units: [{
|
|
2108
|
-
denom: 'ibc/
|
|
2205
|
+
denom: 'ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D',
|
|
2109
2206
|
exponent: 0,
|
|
2110
|
-
aliases: ['
|
|
2207
|
+
aliases: ['orai']
|
|
2111
2208
|
}, {
|
|
2112
|
-
denom: '
|
|
2209
|
+
denom: 'ORAI',
|
|
2113
2210
|
exponent: 6
|
|
2114
2211
|
}],
|
|
2115
|
-
base: 'ibc/
|
|
2212
|
+
base: 'ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D',
|
|
2116
2213
|
name: 'Oraichain',
|
|
2117
|
-
display: '
|
|
2214
|
+
display: 'ORAI',
|
|
2118
2215
|
symbol: 'ORAI',
|
|
2119
2216
|
logo_URIs: {
|
|
2120
2217
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2121
2218
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg'
|
|
2122
2219
|
},
|
|
2123
2220
|
coingecko_id: 'oraichain-token',
|
|
2124
|
-
|
|
2221
|
+
transition: [{
|
|
2222
|
+
type: 'ibc',
|
|
2125
2223
|
counterparty: {
|
|
2126
2224
|
channel: 'channel-13',
|
|
2127
|
-
denom: '
|
|
2225
|
+
denom: 'orai',
|
|
2128
2226
|
chain_name: 'oraichain'
|
|
2129
2227
|
},
|
|
2130
2228
|
chain: {
|
|
2131
2229
|
channel: 'channel-216'
|
|
2132
2230
|
}
|
|
2133
|
-
}
|
|
2231
|
+
}]
|
|
2134
2232
|
}, {
|
|
2135
2233
|
description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
|
|
2136
2234
|
denom_units: [{
|
|
@@ -2149,7 +2247,8 @@ var ibc_assets = {
|
|
|
2149
2247
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png'
|
|
2150
2248
|
},
|
|
2151
2249
|
coingecko_id: 'medibloc',
|
|
2152
|
-
|
|
2250
|
+
transition: [{
|
|
2251
|
+
type: 'ibc',
|
|
2153
2252
|
counterparty: {
|
|
2154
2253
|
channel: 'channel-1',
|
|
2155
2254
|
denom: 'umed',
|
|
@@ -2158,7 +2257,7 @@ var ibc_assets = {
|
|
|
2158
2257
|
chain: {
|
|
2159
2258
|
channel: 'channel-82'
|
|
2160
2259
|
}
|
|
2161
|
-
}
|
|
2260
|
+
}]
|
|
2162
2261
|
}, {
|
|
2163
2262
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
2164
2263
|
denom_units: [{
|
|
@@ -2178,7 +2277,8 @@ var ibc_assets = {
|
|
|
2178
2277
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
2179
2278
|
},
|
|
2180
2279
|
coingecko_id: 'persistence',
|
|
2181
|
-
|
|
2280
|
+
transition: [{
|
|
2281
|
+
type: 'ibc',
|
|
2182
2282
|
counterparty: {
|
|
2183
2283
|
channel: 'channel-6',
|
|
2184
2284
|
denom: 'uxprt',
|
|
@@ -2187,7 +2287,7 @@ var ibc_assets = {
|
|
|
2187
2287
|
chain: {
|
|
2188
2288
|
channel: 'channel-4'
|
|
2189
2289
|
}
|
|
2190
|
-
}
|
|
2290
|
+
}]
|
|
2191
2291
|
}, {
|
|
2192
2292
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
2193
2293
|
denom_units: [{
|
|
@@ -2203,6 +2303,17 @@ var ibc_assets = {
|
|
|
2203
2303
|
display: 'pstake',
|
|
2204
2304
|
symbol: 'PSTAKE',
|
|
2205
2305
|
ibc: {
|
|
2306
|
+
source_channel: 'channel-24',
|
|
2307
|
+
dst_channel: 'channel-38',
|
|
2308
|
+
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
|
2309
|
+
},
|
|
2310
|
+
logo_URIs: {
|
|
2311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
2312
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2313
|
+
},
|
|
2314
|
+
coingecko_id: 'pstake-finance',
|
|
2315
|
+
transition: [{
|
|
2316
|
+
type: 'ibc',
|
|
2206
2317
|
counterparty: {
|
|
2207
2318
|
channel: 'channel-6',
|
|
2208
2319
|
denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
|
|
@@ -2211,12 +2322,7 @@ var ibc_assets = {
|
|
|
2211
2322
|
chain: {
|
|
2212
2323
|
channel: 'channel-4'
|
|
2213
2324
|
}
|
|
2214
|
-
}
|
|
2215
|
-
logo_URIs: {
|
|
2216
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
2217
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2218
|
-
},
|
|
2219
|
-
coingecko_id: 'pstake-finance'
|
|
2325
|
+
}]
|
|
2220
2326
|
}, {
|
|
2221
2327
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
2222
2328
|
denom_units: [{
|
|
@@ -2237,7 +2343,8 @@ var ibc_assets = {
|
|
|
2237
2343
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg'
|
|
2238
2344
|
},
|
|
2239
2345
|
coingecko_id: 'provenance-blockchain',
|
|
2240
|
-
|
|
2346
|
+
transition: [{
|
|
2347
|
+
type: 'ibc',
|
|
2241
2348
|
counterparty: {
|
|
2242
2349
|
channel: 'channel-7',
|
|
2243
2350
|
denom: 'nhash',
|
|
@@ -2246,7 +2353,7 @@ var ibc_assets = {
|
|
|
2246
2353
|
chain: {
|
|
2247
2354
|
channel: 'channel-222'
|
|
2248
2355
|
}
|
|
2249
|
-
}
|
|
2356
|
+
}]
|
|
2250
2357
|
}, {
|
|
2251
2358
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
2252
2359
|
denom_units: [{
|
|
@@ -2265,7 +2372,8 @@ var ibc_assets = {
|
|
|
2265
2372
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png'
|
|
2266
2373
|
},
|
|
2267
2374
|
coingecko_id: 'regen',
|
|
2268
|
-
|
|
2375
|
+
transition: [{
|
|
2376
|
+
type: 'ibc',
|
|
2269
2377
|
counterparty: {
|
|
2270
2378
|
channel: 'channel-1',
|
|
2271
2379
|
denom: 'uregen',
|
|
@@ -2274,7 +2382,7 @@ var ibc_assets = {
|
|
|
2274
2382
|
chain: {
|
|
2275
2383
|
channel: 'channel-8'
|
|
2276
2384
|
}
|
|
2277
|
-
}
|
|
2385
|
+
}]
|
|
2278
2386
|
}, {
|
|
2279
2387
|
description: 'Native token of Rizon Chain',
|
|
2280
2388
|
denom_units: [{
|
|
@@ -2294,7 +2402,8 @@ var ibc_assets = {
|
|
|
2294
2402
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
2295
2403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
2296
2404
|
},
|
|
2297
|
-
|
|
2405
|
+
transition: [{
|
|
2406
|
+
type: 'ibc',
|
|
2298
2407
|
counterparty: {
|
|
2299
2408
|
channel: 'channel-1',
|
|
2300
2409
|
denom: 'uatolo',
|
|
@@ -2303,7 +2412,7 @@ var ibc_assets = {
|
|
|
2303
2412
|
chain: {
|
|
2304
2413
|
channel: 'channel-221'
|
|
2305
2414
|
}
|
|
2306
|
-
}
|
|
2415
|
+
}]
|
|
2307
2416
|
}, {
|
|
2308
2417
|
description: 'The native token of Secret Network',
|
|
2309
2418
|
denom_units: [{
|
|
@@ -2323,7 +2432,8 @@ var ibc_assets = {
|
|
|
2323
2432
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2324
2433
|
},
|
|
2325
2434
|
coingecko_id: 'secret',
|
|
2326
|
-
|
|
2435
|
+
transition: [{
|
|
2436
|
+
type: 'ibc',
|
|
2327
2437
|
counterparty: {
|
|
2328
2438
|
channel: 'channel-1',
|
|
2329
2439
|
denom: 'uscrt',
|
|
@@ -2332,7 +2442,7 @@ var ibc_assets = {
|
|
|
2332
2442
|
chain: {
|
|
2333
2443
|
channel: 'channel-88'
|
|
2334
2444
|
}
|
|
2335
|
-
}
|
|
2445
|
+
}]
|
|
2336
2446
|
}, {
|
|
2337
2447
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
2338
2448
|
denom_units: [{
|
|
@@ -2351,7 +2461,8 @@ var ibc_assets = {
|
|
|
2351
2461
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png'
|
|
2352
2462
|
},
|
|
2353
2463
|
coingecko_id: 'sentinel',
|
|
2354
|
-
|
|
2464
|
+
transition: [{
|
|
2465
|
+
type: 'ibc',
|
|
2355
2466
|
counterparty: {
|
|
2356
2467
|
channel: 'channel-0',
|
|
2357
2468
|
denom: 'udvpn',
|
|
@@ -2360,7 +2471,7 @@ var ibc_assets = {
|
|
|
2360
2471
|
chain: {
|
|
2361
2472
|
channel: 'channel-2'
|
|
2362
2473
|
}
|
|
2363
|
-
}
|
|
2474
|
+
}]
|
|
2364
2475
|
}, {
|
|
2365
2476
|
description: 'The native token of Shentu',
|
|
2366
2477
|
denom_units: [{
|
|
@@ -2379,7 +2490,8 @@ var ibc_assets = {
|
|
|
2379
2490
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png'
|
|
2380
2491
|
},
|
|
2381
2492
|
coingecko_id: 'certik',
|
|
2382
|
-
|
|
2493
|
+
transition: [{
|
|
2494
|
+
type: 'ibc',
|
|
2383
2495
|
counterparty: {
|
|
2384
2496
|
channel: 'channel-8',
|
|
2385
2497
|
denom: 'uctk',
|
|
@@ -2388,7 +2500,7 @@ var ibc_assets = {
|
|
|
2388
2500
|
chain: {
|
|
2389
2501
|
channel: 'channel-146'
|
|
2390
2502
|
}
|
|
2391
|
-
}
|
|
2503
|
+
}]
|
|
2392
2504
|
}, {
|
|
2393
2505
|
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.",
|
|
2394
2506
|
denom_units: [{
|
|
@@ -2405,7 +2517,8 @@ var ibc_assets = {
|
|
|
2405
2517
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
|
2406
2518
|
},
|
|
2407
2519
|
coingecko_id: 'sifchain',
|
|
2408
|
-
|
|
2520
|
+
transition: [{
|
|
2521
|
+
type: 'ibc',
|
|
2409
2522
|
counterparty: {
|
|
2410
2523
|
channel: 'channel-17',
|
|
2411
2524
|
denom: 'rowan',
|
|
@@ -2414,7 +2527,7 @@ var ibc_assets = {
|
|
|
2414
2527
|
chain: {
|
|
2415
2528
|
channel: 'channel-47'
|
|
2416
2529
|
}
|
|
2417
|
-
}
|
|
2530
|
+
}]
|
|
2418
2531
|
}, {
|
|
2419
2532
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
2420
2533
|
denom_units: [{
|
|
@@ -2438,7 +2551,8 @@ var ibc_assets = {
|
|
|
2438
2551
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
2439
2552
|
},
|
|
2440
2553
|
coingecko_id: 'sommelier',
|
|
2441
|
-
|
|
2554
|
+
transition: [{
|
|
2555
|
+
type: 'ibc',
|
|
2442
2556
|
counterparty: {
|
|
2443
2557
|
channel: 'channel-0',
|
|
2444
2558
|
denom: 'usomm',
|
|
@@ -2447,7 +2561,7 @@ var ibc_assets = {
|
|
|
2447
2561
|
chain: {
|
|
2448
2562
|
channel: 'channel-165'
|
|
2449
2563
|
}
|
|
2450
|
-
}
|
|
2564
|
+
}]
|
|
2451
2565
|
}, {
|
|
2452
2566
|
description: 'The native token of Stargaze',
|
|
2453
2567
|
denom_units: [{
|
|
@@ -2466,7 +2580,8 @@ var ibc_assets = {
|
|
|
2466
2580
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
2467
2581
|
},
|
|
2468
2582
|
coingecko_id: 'stargaze',
|
|
2469
|
-
|
|
2583
|
+
transition: [{
|
|
2584
|
+
type: 'ibc',
|
|
2470
2585
|
counterparty: {
|
|
2471
2586
|
channel: 'channel-0',
|
|
2472
2587
|
denom: 'ustars',
|
|
@@ -2475,7 +2590,7 @@ var ibc_assets = {
|
|
|
2475
2590
|
chain: {
|
|
2476
2591
|
channel: 'channel-75'
|
|
2477
2592
|
}
|
|
2478
|
-
}
|
|
2593
|
+
}]
|
|
2479
2594
|
}, {
|
|
2480
2595
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
2481
2596
|
denom_units: [{
|
|
@@ -2495,7 +2610,8 @@ var ibc_assets = {
|
|
|
2495
2610
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
2496
2611
|
},
|
|
2497
2612
|
coingecko_id: 'starname',
|
|
2498
|
-
|
|
2613
|
+
transition: [{
|
|
2614
|
+
type: 'ibc',
|
|
2499
2615
|
counterparty: {
|
|
2500
2616
|
channel: 'channel-2',
|
|
2501
2617
|
denom: 'uiov',
|
|
@@ -2504,7 +2620,7 @@ var ibc_assets = {
|
|
|
2504
2620
|
chain: {
|
|
2505
2621
|
channel: 'channel-15'
|
|
2506
2622
|
}
|
|
2507
|
-
}
|
|
2623
|
+
}]
|
|
2508
2624
|
}, {
|
|
2509
2625
|
description: 'The native staking token of Terra Classic.',
|
|
2510
2626
|
denom_units: [{
|
|
@@ -2529,7 +2645,8 @@ var ibc_assets = {
|
|
|
2529
2645
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
|
2530
2646
|
},
|
|
2531
2647
|
coingecko_id: 'terra-luna',
|
|
2532
|
-
|
|
2648
|
+
transition: [{
|
|
2649
|
+
type: 'ibc',
|
|
2533
2650
|
counterparty: {
|
|
2534
2651
|
channel: 'channel-1',
|
|
2535
2652
|
denom: 'uluna',
|
|
@@ -2538,7 +2655,7 @@ var ibc_assets = {
|
|
|
2538
2655
|
chain: {
|
|
2539
2656
|
channel: 'channel-72'
|
|
2540
2657
|
}
|
|
2541
|
-
}
|
|
2658
|
+
}]
|
|
2542
2659
|
}, {
|
|
2543
2660
|
description: 'The USD stablecoin of Terra Classic.',
|
|
2544
2661
|
denom_units: [{
|
|
@@ -2563,7 +2680,8 @@ var ibc_assets = {
|
|
|
2563
2680
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
|
2564
2681
|
},
|
|
2565
2682
|
coingecko_id: 'terrausd',
|
|
2566
|
-
|
|
2683
|
+
transition: [{
|
|
2684
|
+
type: 'ibc',
|
|
2567
2685
|
counterparty: {
|
|
2568
2686
|
channel: 'channel-1',
|
|
2569
2687
|
denom: 'uusd',
|
|
@@ -2572,7 +2690,7 @@ var ibc_assets = {
|
|
|
2572
2690
|
chain: {
|
|
2573
2691
|
channel: 'channel-72'
|
|
2574
2692
|
}
|
|
2575
|
-
}
|
|
2693
|
+
}]
|
|
2576
2694
|
}, {
|
|
2577
2695
|
description: 'The KRW stablecoin of Terra Classic.',
|
|
2578
2696
|
denom_units: [{
|
|
@@ -2597,7 +2715,8 @@ var ibc_assets = {
|
|
|
2597
2715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
|
2598
2716
|
},
|
|
2599
2717
|
coingecko_id: 'terrakrw',
|
|
2600
|
-
|
|
2718
|
+
transition: [{
|
|
2719
|
+
type: 'ibc',
|
|
2601
2720
|
counterparty: {
|
|
2602
2721
|
channel: 'channel-1',
|
|
2603
2722
|
denom: 'ukrw',
|
|
@@ -2606,7 +2725,7 @@ var ibc_assets = {
|
|
|
2606
2725
|
chain: {
|
|
2607
2726
|
channel: 'channel-72'
|
|
2608
2727
|
}
|
|
2609
|
-
}
|
|
2728
|
+
}]
|
|
2610
2729
|
}, {
|
|
2611
2730
|
description: 'The AUD stablecoin of Terra Classic.',
|
|
2612
2731
|
denom_units: [{
|
|
@@ -2630,7 +2749,8 @@ var ibc_assets = {
|
|
|
2630
2749
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
|
2631
2750
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
|
2632
2751
|
},
|
|
2633
|
-
|
|
2752
|
+
transition: [{
|
|
2753
|
+
type: 'ibc',
|
|
2634
2754
|
counterparty: {
|
|
2635
2755
|
channel: 'channel-1',
|
|
2636
2756
|
denom: 'uaud',
|
|
@@ -2639,7 +2759,7 @@ var ibc_assets = {
|
|
|
2639
2759
|
chain: {
|
|
2640
2760
|
channel: 'channel-72'
|
|
2641
2761
|
}
|
|
2642
|
-
}
|
|
2762
|
+
}]
|
|
2643
2763
|
}, {
|
|
2644
2764
|
description: 'The CAD stablecoin of Terra Classic.',
|
|
2645
2765
|
denom_units: [{
|
|
@@ -2663,7 +2783,8 @@ var ibc_assets = {
|
|
|
2663
2783
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
|
2664
2784
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
|
2665
2785
|
},
|
|
2666
|
-
|
|
2786
|
+
transition: [{
|
|
2787
|
+
type: 'ibc',
|
|
2667
2788
|
counterparty: {
|
|
2668
2789
|
channel: 'channel-1',
|
|
2669
2790
|
denom: 'ucad',
|
|
@@ -2672,7 +2793,7 @@ var ibc_assets = {
|
|
|
2672
2793
|
chain: {
|
|
2673
2794
|
channel: 'channel-72'
|
|
2674
2795
|
}
|
|
2675
|
-
}
|
|
2796
|
+
}]
|
|
2676
2797
|
}, {
|
|
2677
2798
|
description: 'The CHF stablecoin of Terra Classic.',
|
|
2678
2799
|
denom_units: [{
|
|
@@ -2696,7 +2817,8 @@ var ibc_assets = {
|
|
|
2696
2817
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
|
2697
2818
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
|
2698
2819
|
},
|
|
2699
|
-
|
|
2820
|
+
transition: [{
|
|
2821
|
+
type: 'ibc',
|
|
2700
2822
|
counterparty: {
|
|
2701
2823
|
channel: 'channel-1',
|
|
2702
2824
|
denom: 'uchf',
|
|
@@ -2705,7 +2827,7 @@ var ibc_assets = {
|
|
|
2705
2827
|
chain: {
|
|
2706
2828
|
channel: 'channel-72'
|
|
2707
2829
|
}
|
|
2708
|
-
}
|
|
2830
|
+
}]
|
|
2709
2831
|
}, {
|
|
2710
2832
|
description: 'The CNY stablecoin of Terra Classic.',
|
|
2711
2833
|
denom_units: [{
|
|
@@ -2729,7 +2851,8 @@ var ibc_assets = {
|
|
|
2729
2851
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
|
2730
2852
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
|
2731
2853
|
},
|
|
2732
|
-
|
|
2854
|
+
transition: [{
|
|
2855
|
+
type: 'ibc',
|
|
2733
2856
|
counterparty: {
|
|
2734
2857
|
channel: 'channel-1',
|
|
2735
2858
|
denom: 'ucny',
|
|
@@ -2738,7 +2861,7 @@ var ibc_assets = {
|
|
|
2738
2861
|
chain: {
|
|
2739
2862
|
channel: 'channel-72'
|
|
2740
2863
|
}
|
|
2741
|
-
}
|
|
2864
|
+
}]
|
|
2742
2865
|
}, {
|
|
2743
2866
|
description: 'The DKK stablecoin of Terra Classic.',
|
|
2744
2867
|
denom_units: [{
|
|
@@ -2762,7 +2885,8 @@ var ibc_assets = {
|
|
|
2762
2885
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
|
2763
2886
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
|
2764
2887
|
},
|
|
2765
|
-
|
|
2888
|
+
transition: [{
|
|
2889
|
+
type: 'ibc',
|
|
2766
2890
|
counterparty: {
|
|
2767
2891
|
channel: 'channel-1',
|
|
2768
2892
|
denom: 'udkk',
|
|
@@ -2771,7 +2895,7 @@ var ibc_assets = {
|
|
|
2771
2895
|
chain: {
|
|
2772
2896
|
channel: 'channel-72'
|
|
2773
2897
|
}
|
|
2774
|
-
}
|
|
2898
|
+
}]
|
|
2775
2899
|
}, {
|
|
2776
2900
|
description: 'The EUR stablecoin of Terra Classic.',
|
|
2777
2901
|
denom_units: [{
|
|
@@ -2795,7 +2919,8 @@ var ibc_assets = {
|
|
|
2795
2919
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
|
2796
2920
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
|
2797
2921
|
},
|
|
2798
|
-
|
|
2922
|
+
transition: [{
|
|
2923
|
+
type: 'ibc',
|
|
2799
2924
|
counterparty: {
|
|
2800
2925
|
channel: 'channel-1',
|
|
2801
2926
|
denom: 'ueur',
|
|
@@ -2804,7 +2929,7 @@ var ibc_assets = {
|
|
|
2804
2929
|
chain: {
|
|
2805
2930
|
channel: 'channel-72'
|
|
2806
2931
|
}
|
|
2807
|
-
}
|
|
2932
|
+
}]
|
|
2808
2933
|
}, {
|
|
2809
2934
|
description: 'The GBP stablecoin of Terra Classic.',
|
|
2810
2935
|
denom_units: [{
|
|
@@ -2828,7 +2953,8 @@ var ibc_assets = {
|
|
|
2828
2953
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
|
2829
2954
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
|
2830
2955
|
},
|
|
2831
|
-
|
|
2956
|
+
transition: [{
|
|
2957
|
+
type: 'ibc',
|
|
2832
2958
|
counterparty: {
|
|
2833
2959
|
channel: 'channel-1',
|
|
2834
2960
|
denom: 'ugbp',
|
|
@@ -2837,7 +2963,7 @@ var ibc_assets = {
|
|
|
2837
2963
|
chain: {
|
|
2838
2964
|
channel: 'channel-72'
|
|
2839
2965
|
}
|
|
2840
|
-
}
|
|
2966
|
+
}]
|
|
2841
2967
|
}, {
|
|
2842
2968
|
description: 'The HKD stablecoin of Terra Classic.',
|
|
2843
2969
|
denom_units: [{
|
|
@@ -2861,7 +2987,8 @@ var ibc_assets = {
|
|
|
2861
2987
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
|
2862
2988
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
|
2863
2989
|
},
|
|
2864
|
-
|
|
2990
|
+
transition: [{
|
|
2991
|
+
type: 'ibc',
|
|
2865
2992
|
counterparty: {
|
|
2866
2993
|
channel: 'channel-1',
|
|
2867
2994
|
denom: 'uhkd',
|
|
@@ -2870,7 +2997,7 @@ var ibc_assets = {
|
|
|
2870
2997
|
chain: {
|
|
2871
2998
|
channel: 'channel-72'
|
|
2872
2999
|
}
|
|
2873
|
-
}
|
|
3000
|
+
}]
|
|
2874
3001
|
}, {
|
|
2875
3002
|
description: 'The IDR stablecoin of Terra Classic.',
|
|
2876
3003
|
denom_units: [{
|
|
@@ -2894,7 +3021,8 @@ var ibc_assets = {
|
|
|
2894
3021
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
|
2895
3022
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
|
2896
3023
|
},
|
|
2897
|
-
|
|
3024
|
+
transition: [{
|
|
3025
|
+
type: 'ibc',
|
|
2898
3026
|
counterparty: {
|
|
2899
3027
|
channel: 'channel-1',
|
|
2900
3028
|
denom: 'uidr',
|
|
@@ -2903,7 +3031,7 @@ var ibc_assets = {
|
|
|
2903
3031
|
chain: {
|
|
2904
3032
|
channel: 'channel-72'
|
|
2905
3033
|
}
|
|
2906
|
-
}
|
|
3034
|
+
}]
|
|
2907
3035
|
}, {
|
|
2908
3036
|
description: 'The INR stablecoin of Terra Classic.',
|
|
2909
3037
|
denom_units: [{
|
|
@@ -2927,7 +3055,8 @@ var ibc_assets = {
|
|
|
2927
3055
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
|
2928
3056
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
|
2929
3057
|
},
|
|
2930
|
-
|
|
3058
|
+
transition: [{
|
|
3059
|
+
type: 'ibc',
|
|
2931
3060
|
counterparty: {
|
|
2932
3061
|
channel: 'channel-1',
|
|
2933
3062
|
denom: 'uinr',
|
|
@@ -2936,7 +3065,7 @@ var ibc_assets = {
|
|
|
2936
3065
|
chain: {
|
|
2937
3066
|
channel: 'channel-72'
|
|
2938
3067
|
}
|
|
2939
|
-
}
|
|
3068
|
+
}]
|
|
2940
3069
|
}, {
|
|
2941
3070
|
description: 'The JPY stablecoin of Terra Classic.',
|
|
2942
3071
|
denom_units: [{
|
|
@@ -2960,7 +3089,8 @@ var ibc_assets = {
|
|
|
2960
3089
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
|
2961
3090
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
|
2962
3091
|
},
|
|
2963
|
-
|
|
3092
|
+
transition: [{
|
|
3093
|
+
type: 'ibc',
|
|
2964
3094
|
counterparty: {
|
|
2965
3095
|
channel: 'channel-1',
|
|
2966
3096
|
denom: 'ujpy',
|
|
@@ -2969,7 +3099,7 @@ var ibc_assets = {
|
|
|
2969
3099
|
chain: {
|
|
2970
3100
|
channel: 'channel-72'
|
|
2971
3101
|
}
|
|
2972
|
-
}
|
|
3102
|
+
}]
|
|
2973
3103
|
}, {
|
|
2974
3104
|
description: 'The MNT stablecoin of Terra Classic.',
|
|
2975
3105
|
denom_units: [{
|
|
@@ -2993,7 +3123,8 @@ var ibc_assets = {
|
|
|
2993
3123
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
|
2994
3124
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
|
2995
3125
|
},
|
|
2996
|
-
|
|
3126
|
+
transition: [{
|
|
3127
|
+
type: 'ibc',
|
|
2997
3128
|
counterparty: {
|
|
2998
3129
|
channel: 'channel-1',
|
|
2999
3130
|
denom: 'umnt',
|
|
@@ -3002,7 +3133,7 @@ var ibc_assets = {
|
|
|
3002
3133
|
chain: {
|
|
3003
3134
|
channel: 'channel-72'
|
|
3004
3135
|
}
|
|
3005
|
-
}
|
|
3136
|
+
}]
|
|
3006
3137
|
}, {
|
|
3007
3138
|
description: 'The MYR stablecoin of Terra Classic.',
|
|
3008
3139
|
denom_units: [{
|
|
@@ -3026,7 +3157,8 @@ var ibc_assets = {
|
|
|
3026
3157
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
|
3027
3158
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
|
3028
3159
|
},
|
|
3029
|
-
|
|
3160
|
+
transition: [{
|
|
3161
|
+
type: 'ibc',
|
|
3030
3162
|
counterparty: {
|
|
3031
3163
|
channel: 'channel-1',
|
|
3032
3164
|
denom: 'umyr',
|
|
@@ -3035,7 +3167,7 @@ var ibc_assets = {
|
|
|
3035
3167
|
chain: {
|
|
3036
3168
|
channel: 'channel-72'
|
|
3037
3169
|
}
|
|
3038
|
-
}
|
|
3170
|
+
}]
|
|
3039
3171
|
}, {
|
|
3040
3172
|
description: 'The NOK stablecoin of Terra Classic.',
|
|
3041
3173
|
denom_units: [{
|
|
@@ -3059,7 +3191,8 @@ var ibc_assets = {
|
|
|
3059
3191
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
|
3060
3192
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
|
3061
3193
|
},
|
|
3062
|
-
|
|
3194
|
+
transition: [{
|
|
3195
|
+
type: 'ibc',
|
|
3063
3196
|
counterparty: {
|
|
3064
3197
|
channel: 'channel-1',
|
|
3065
3198
|
denom: 'unok',
|
|
@@ -3068,7 +3201,7 @@ var ibc_assets = {
|
|
|
3068
3201
|
chain: {
|
|
3069
3202
|
channel: 'channel-72'
|
|
3070
3203
|
}
|
|
3071
|
-
}
|
|
3204
|
+
}]
|
|
3072
3205
|
}, {
|
|
3073
3206
|
description: 'The PHP stablecoin of Terra Classic.',
|
|
3074
3207
|
denom_units: [{
|
|
@@ -3092,7 +3225,8 @@ var ibc_assets = {
|
|
|
3092
3225
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
|
3093
3226
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
|
3094
3227
|
},
|
|
3095
|
-
|
|
3228
|
+
transition: [{
|
|
3229
|
+
type: 'ibc',
|
|
3096
3230
|
counterparty: {
|
|
3097
3231
|
channel: 'channel-1',
|
|
3098
3232
|
denom: 'uphp',
|
|
@@ -3101,7 +3235,7 @@ var ibc_assets = {
|
|
|
3101
3235
|
chain: {
|
|
3102
3236
|
channel: 'channel-72'
|
|
3103
3237
|
}
|
|
3104
|
-
}
|
|
3238
|
+
}]
|
|
3105
3239
|
}, {
|
|
3106
3240
|
description: 'The SDR stablecoin of Terra Classic.',
|
|
3107
3241
|
denom_units: [{
|
|
@@ -3125,7 +3259,8 @@ var ibc_assets = {
|
|
|
3125
3259
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
|
3126
3260
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
|
3127
3261
|
},
|
|
3128
|
-
|
|
3262
|
+
transition: [{
|
|
3263
|
+
type: 'ibc',
|
|
3129
3264
|
counterparty: {
|
|
3130
3265
|
channel: 'channel-1',
|
|
3131
3266
|
denom: 'usdr',
|
|
@@ -3134,7 +3269,7 @@ var ibc_assets = {
|
|
|
3134
3269
|
chain: {
|
|
3135
3270
|
channel: 'channel-72'
|
|
3136
3271
|
}
|
|
3137
|
-
}
|
|
3272
|
+
}]
|
|
3138
3273
|
}, {
|
|
3139
3274
|
description: 'The SEK stablecoin of Terra Classic.',
|
|
3140
3275
|
denom_units: [{
|
|
@@ -3158,7 +3293,8 @@ var ibc_assets = {
|
|
|
3158
3293
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
|
3159
3294
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
|
3160
3295
|
},
|
|
3161
|
-
|
|
3296
|
+
transition: [{
|
|
3297
|
+
type: 'ibc',
|
|
3162
3298
|
counterparty: {
|
|
3163
3299
|
channel: 'channel-1',
|
|
3164
3300
|
denom: 'usek',
|
|
@@ -3167,7 +3303,7 @@ var ibc_assets = {
|
|
|
3167
3303
|
chain: {
|
|
3168
3304
|
channel: 'channel-72'
|
|
3169
3305
|
}
|
|
3170
|
-
}
|
|
3306
|
+
}]
|
|
3171
3307
|
}, {
|
|
3172
3308
|
description: 'The SGD stablecoin of Terra Classic.',
|
|
3173
3309
|
denom_units: [{
|
|
@@ -3191,7 +3327,8 @@ var ibc_assets = {
|
|
|
3191
3327
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
|
3192
3328
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
|
3193
3329
|
},
|
|
3194
|
-
|
|
3330
|
+
transition: [{
|
|
3331
|
+
type: 'ibc',
|
|
3195
3332
|
counterparty: {
|
|
3196
3333
|
channel: 'channel-1',
|
|
3197
3334
|
denom: 'usgd',
|
|
@@ -3200,7 +3337,7 @@ var ibc_assets = {
|
|
|
3200
3337
|
chain: {
|
|
3201
3338
|
channel: 'channel-72'
|
|
3202
3339
|
}
|
|
3203
|
-
}
|
|
3340
|
+
}]
|
|
3204
3341
|
}, {
|
|
3205
3342
|
description: 'The THB stablecoin of Terra Classic.',
|
|
3206
3343
|
denom_units: [{
|
|
@@ -3224,7 +3361,8 @@ var ibc_assets = {
|
|
|
3224
3361
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
|
3225
3362
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
|
3226
3363
|
},
|
|
3227
|
-
|
|
3364
|
+
transition: [{
|
|
3365
|
+
type: 'ibc',
|
|
3228
3366
|
counterparty: {
|
|
3229
3367
|
channel: 'channel-1',
|
|
3230
3368
|
denom: 'uthb',
|
|
@@ -3233,7 +3371,7 @@ var ibc_assets = {
|
|
|
3233
3371
|
chain: {
|
|
3234
3372
|
channel: 'channel-72'
|
|
3235
3373
|
}
|
|
3236
|
-
}
|
|
3374
|
+
}]
|
|
3237
3375
|
}, {
|
|
3238
3376
|
description: 'The TWD stablecoin of Terra Classic.',
|
|
3239
3377
|
denom_units: [{
|
|
@@ -3257,7 +3395,8 @@ var ibc_assets = {
|
|
|
3257
3395
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
|
3258
3396
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
|
3259
3397
|
},
|
|
3260
|
-
|
|
3398
|
+
transition: [{
|
|
3399
|
+
type: 'ibc',
|
|
3261
3400
|
counterparty: {
|
|
3262
3401
|
channel: 'channel-1',
|
|
3263
3402
|
denom: 'utwd',
|
|
@@ -3266,7 +3405,7 @@ var ibc_assets = {
|
|
|
3266
3405
|
chain: {
|
|
3267
3406
|
channel: 'channel-72'
|
|
3268
3407
|
}
|
|
3269
|
-
}
|
|
3408
|
+
}]
|
|
3270
3409
|
}, {
|
|
3271
3410
|
description: 'The native token of Tgrade',
|
|
3272
3411
|
denom_units: [{
|
|
@@ -3287,7 +3426,8 @@ var ibc_assets = {
|
|
|
3287
3426
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3288
3427
|
},
|
|
3289
3428
|
coingecko_id: 'tgrade',
|
|
3290
|
-
|
|
3429
|
+
transition: [{
|
|
3430
|
+
type: 'ibc',
|
|
3291
3431
|
counterparty: {
|
|
3292
3432
|
channel: 'channel-0',
|
|
3293
3433
|
denom: 'utgd',
|
|
@@ -3296,7 +3436,7 @@ var ibc_assets = {
|
|
|
3296
3436
|
chain: {
|
|
3297
3437
|
channel: 'channel-263'
|
|
3298
3438
|
}
|
|
3299
|
-
}
|
|
3439
|
+
}]
|
|
3300
3440
|
}, {
|
|
3301
3441
|
description: 'The native token of Umee',
|
|
3302
3442
|
denom_units: [{
|
|
@@ -3315,7 +3455,8 @@ var ibc_assets = {
|
|
|
3315
3455
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png'
|
|
3316
3456
|
},
|
|
3317
3457
|
coingecko_id: 'umee',
|
|
3318
|
-
|
|
3458
|
+
transition: [{
|
|
3459
|
+
type: 'ibc',
|
|
3319
3460
|
counterparty: {
|
|
3320
3461
|
channel: 'channel-0',
|
|
3321
3462
|
denom: 'uumee',
|
|
@@ -3324,7 +3465,7 @@ var ibc_assets = {
|
|
|
3324
3465
|
chain: {
|
|
3325
3466
|
channel: 'channel-184'
|
|
3326
3467
|
}
|
|
3327
|
-
}
|
|
3468
|
+
}]
|
|
3328
3469
|
}, {
|
|
3329
3470
|
description: 'The native token of Vidulum',
|
|
3330
3471
|
denom_units: [{
|
|
@@ -3345,7 +3486,8 @@ var ibc_assets = {
|
|
|
3345
3486
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png'
|
|
3346
3487
|
},
|
|
3347
3488
|
coingecko_id: 'vidulum',
|
|
3348
|
-
|
|
3489
|
+
transition: [{
|
|
3490
|
+
type: 'ibc',
|
|
3349
3491
|
counterparty: {
|
|
3350
3492
|
channel: 'channel-0',
|
|
3351
3493
|
denom: 'uvdl',
|
|
@@ -3354,8 +3496,500 @@ var ibc_assets = {
|
|
|
3354
3496
|
chain: {
|
|
3355
3497
|
channel: 'channel-124'
|
|
3356
3498
|
}
|
|
3357
|
-
}
|
|
3499
|
+
}]
|
|
3500
|
+
}, {
|
|
3501
|
+
description: 'The native token cw20 for Neta on Juno Chain',
|
|
3502
|
+
type_asset: 'cw20',
|
|
3503
|
+
address: 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
3504
|
+
denom_units: [{
|
|
3505
|
+
denom: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
3506
|
+
exponent: 0,
|
|
3507
|
+
aliases: ['cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr']
|
|
3508
|
+
}, {
|
|
3509
|
+
denom: 'neta',
|
|
3510
|
+
exponent: 6
|
|
3511
|
+
}],
|
|
3512
|
+
base: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
3513
|
+
name: 'Neta',
|
|
3514
|
+
display: 'neta',
|
|
3515
|
+
symbol: 'NETA',
|
|
3516
|
+
logo_URIs: {
|
|
3517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
|
|
3518
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
3519
|
+
},
|
|
3520
|
+
coingecko_id: 'neta',
|
|
3521
|
+
transition: [{
|
|
3522
|
+
type: 'ibc',
|
|
3523
|
+
counterparty: {
|
|
3524
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3525
|
+
channel: 'channel-47',
|
|
3526
|
+
denom: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
3527
|
+
chain_name: 'juno'
|
|
3528
|
+
},
|
|
3529
|
+
chain: {
|
|
3530
|
+
port: 'transfer',
|
|
3531
|
+
channel: 'channel-169'
|
|
3532
|
+
}
|
|
3533
|
+
}]
|
|
3534
|
+
}, {
|
|
3535
|
+
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
3536
|
+
type_asset: 'cw20',
|
|
3537
|
+
address: 'juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
3538
|
+
denom_units: [{
|
|
3539
|
+
denom: 'ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6',
|
|
3540
|
+
exponent: 0,
|
|
3541
|
+
aliases: ['cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl']
|
|
3542
|
+
}, {
|
|
3543
|
+
denom: 'marble',
|
|
3544
|
+
exponent: 3
|
|
3545
|
+
}],
|
|
3546
|
+
base: 'ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6',
|
|
3547
|
+
name: 'Marble',
|
|
3548
|
+
display: 'marble',
|
|
3549
|
+
symbol: 'MARBLE',
|
|
3550
|
+
logo_URIs: {
|
|
3551
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
|
|
3552
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
3553
|
+
},
|
|
3554
|
+
coingecko_id: 'marble',
|
|
3555
|
+
transition: [{
|
|
3556
|
+
type: 'ibc',
|
|
3557
|
+
counterparty: {
|
|
3558
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3559
|
+
channel: 'channel-47',
|
|
3560
|
+
denom: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
3561
|
+
chain_name: 'juno'
|
|
3562
|
+
},
|
|
3563
|
+
chain: {
|
|
3564
|
+
port: 'transfer',
|
|
3565
|
+
channel: 'channel-169'
|
|
3566
|
+
}
|
|
3567
|
+
}]
|
|
3568
|
+
}, {
|
|
3569
|
+
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
|
3570
|
+
type_asset: 'cw20',
|
|
3571
|
+
address: 'juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
3572
|
+
denom_units: [{
|
|
3573
|
+
denom: 'ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B',
|
|
3574
|
+
exponent: 0,
|
|
3575
|
+
aliases: ['cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z']
|
|
3576
|
+
}, {
|
|
3577
|
+
denom: 'hope',
|
|
3578
|
+
exponent: 6
|
|
3579
|
+
}],
|
|
3580
|
+
base: 'ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B',
|
|
3581
|
+
name: 'Hope Galaxy',
|
|
3582
|
+
display: 'hope',
|
|
3583
|
+
symbol: 'HOPE',
|
|
3584
|
+
logo_URIs: {
|
|
3585
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
|
|
3586
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
3587
|
+
},
|
|
3588
|
+
coingecko_id: 'hope-galaxy',
|
|
3589
|
+
transition: [{
|
|
3590
|
+
type: 'ibc',
|
|
3591
|
+
counterparty: {
|
|
3592
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3593
|
+
channel: 'channel-47',
|
|
3594
|
+
denom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
3595
|
+
chain_name: 'juno'
|
|
3596
|
+
},
|
|
3597
|
+
chain: {
|
|
3598
|
+
port: 'transfer',
|
|
3599
|
+
channel: 'channel-169'
|
|
3600
|
+
}
|
|
3601
|
+
}]
|
|
3602
|
+
}, {
|
|
3603
|
+
description: 'Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem',
|
|
3604
|
+
type_asset: 'cw20',
|
|
3605
|
+
address: 'juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
3606
|
+
denom_units: [{
|
|
3607
|
+
denom: 'ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788',
|
|
3608
|
+
exponent: 0,
|
|
3609
|
+
aliases: ['cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa']
|
|
3610
|
+
}, {
|
|
3611
|
+
denom: 'rac',
|
|
3612
|
+
exponent: 6
|
|
3613
|
+
}],
|
|
3614
|
+
base: 'ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788',
|
|
3615
|
+
name: 'Racoon',
|
|
3616
|
+
display: 'rac',
|
|
3617
|
+
symbol: 'RAC',
|
|
3618
|
+
logo_URIs: {
|
|
3619
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
|
3620
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
3621
|
+
},
|
|
3622
|
+
coingecko_id: 'racoon',
|
|
3623
|
+
transition: [{
|
|
3624
|
+
type: 'ibc',
|
|
3625
|
+
counterparty: {
|
|
3626
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3627
|
+
channel: 'channel-47',
|
|
3628
|
+
denom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
3629
|
+
chain_name: 'juno'
|
|
3630
|
+
},
|
|
3631
|
+
chain: {
|
|
3632
|
+
port: 'transfer',
|
|
3633
|
+
channel: 'channel-169'
|
|
3634
|
+
}
|
|
3635
|
+
}]
|
|
3636
|
+
}, {
|
|
3637
|
+
description: 'The native token of Marble DEX on Juno Chain',
|
|
3638
|
+
type_asset: 'cw20',
|
|
3639
|
+
address: 'juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
3640
|
+
denom_units: [{
|
|
3641
|
+
denom: 'ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3',
|
|
3642
|
+
exponent: 0,
|
|
3643
|
+
aliases: ['cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq']
|
|
3644
|
+
}, {
|
|
3645
|
+
denom: 'block',
|
|
3646
|
+
exponent: 6
|
|
3647
|
+
}],
|
|
3648
|
+
base: 'ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3',
|
|
3649
|
+
name: 'Block',
|
|
3650
|
+
display: 'block',
|
|
3651
|
+
symbol: 'BLOCK',
|
|
3652
|
+
logo_URIs: {
|
|
3653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
|
3654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
3655
|
+
},
|
|
3656
|
+
transition: [{
|
|
3657
|
+
type: 'ibc',
|
|
3658
|
+
counterparty: {
|
|
3659
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3660
|
+
channel: 'channel-47',
|
|
3661
|
+
denom: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
3662
|
+
chain_name: 'juno'
|
|
3663
|
+
},
|
|
3664
|
+
chain: {
|
|
3665
|
+
port: 'transfer',
|
|
3666
|
+
channel: 'channel-169'
|
|
3667
|
+
}
|
|
3668
|
+
}]
|
|
3669
|
+
}, {
|
|
3670
|
+
description: 'The DAO token to build consensus among Hong Kong People',
|
|
3671
|
+
type_asset: 'cw20',
|
|
3672
|
+
address: 'juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
3673
|
+
denom_units: [{
|
|
3674
|
+
denom: 'ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB',
|
|
3675
|
+
exponent: 0,
|
|
3676
|
+
aliases: ['cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49']
|
|
3677
|
+
}],
|
|
3678
|
+
base: 'ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB',
|
|
3679
|
+
name: 'DHK',
|
|
3680
|
+
display: 'dhk',
|
|
3681
|
+
symbol: 'DHK',
|
|
3682
|
+
logo_URIs: {
|
|
3683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
|
3684
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3685
|
+
},
|
|
3686
|
+
transition: [{
|
|
3687
|
+
type: 'ibc',
|
|
3688
|
+
counterparty: {
|
|
3689
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3690
|
+
channel: 'channel-47',
|
|
3691
|
+
denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
3692
|
+
chain_name: 'juno'
|
|
3693
|
+
},
|
|
3694
|
+
chain: {
|
|
3695
|
+
port: 'transfer',
|
|
3696
|
+
channel: 'channel-169'
|
|
3697
|
+
}
|
|
3698
|
+
}]
|
|
3699
|
+
}, {
|
|
3700
|
+
description: 'Token governance for Junoswap',
|
|
3701
|
+
type_asset: 'cw20',
|
|
3702
|
+
address: 'juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
3703
|
+
denom_units: [{
|
|
3704
|
+
denom: 'ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC',
|
|
3705
|
+
exponent: 0,
|
|
3706
|
+
aliases: ['cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g']
|
|
3707
|
+
}, {
|
|
3708
|
+
denom: 'raw',
|
|
3709
|
+
exponent: 6
|
|
3710
|
+
}],
|
|
3711
|
+
base: 'ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC',
|
|
3712
|
+
name: 'JunoSwap',
|
|
3713
|
+
display: 'raw',
|
|
3714
|
+
symbol: 'RAW',
|
|
3715
|
+
logo_URIs: {
|
|
3716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
|
3717
|
+
},
|
|
3718
|
+
coingecko_id: 'junoswap-raw-dao',
|
|
3719
|
+
transition: [{
|
|
3720
|
+
type: 'ibc',
|
|
3721
|
+
counterparty: {
|
|
3722
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3723
|
+
channel: 'channel-47',
|
|
3724
|
+
denom: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
3725
|
+
chain_name: 'juno'
|
|
3726
|
+
},
|
|
3727
|
+
chain: {
|
|
3728
|
+
port: 'transfer',
|
|
3729
|
+
channel: 'channel-169'
|
|
3730
|
+
}
|
|
3731
|
+
}]
|
|
3732
|
+
}, {
|
|
3733
|
+
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
3734
|
+
type_asset: 'cw20',
|
|
3735
|
+
address: 'juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
3736
|
+
denom_units: [{
|
|
3737
|
+
denom: 'ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7',
|
|
3738
|
+
exponent: 0,
|
|
3739
|
+
aliases: ['cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w']
|
|
3740
|
+
}, {
|
|
3741
|
+
denom: 'asvt',
|
|
3742
|
+
exponent: 6
|
|
3743
|
+
}],
|
|
3744
|
+
base: 'ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7',
|
|
3745
|
+
name: 'Another.Software Validator Token',
|
|
3746
|
+
display: 'asvt',
|
|
3747
|
+
symbol: 'ASVT',
|
|
3748
|
+
logo_URIs: {
|
|
3749
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
3750
|
+
},
|
|
3751
|
+
transition: [{
|
|
3752
|
+
type: 'ibc',
|
|
3753
|
+
counterparty: {
|
|
3754
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3755
|
+
channel: 'channel-47',
|
|
3756
|
+
denom: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
3757
|
+
chain_name: 'juno'
|
|
3758
|
+
},
|
|
3759
|
+
chain: {
|
|
3760
|
+
port: 'transfer',
|
|
3761
|
+
channel: 'channel-169'
|
|
3762
|
+
}
|
|
3763
|
+
}]
|
|
3764
|
+
}, {
|
|
3765
|
+
description: 'IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.',
|
|
3766
|
+
type_asset: 'cw20',
|
|
3767
|
+
address: 'juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
3768
|
+
denom_units: [{
|
|
3769
|
+
denom: 'ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A',
|
|
3770
|
+
exponent: 0,
|
|
3771
|
+
aliases: ['cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k']
|
|
3772
|
+
}, {
|
|
3773
|
+
denom: 'hns',
|
|
3774
|
+
exponent: 6
|
|
3775
|
+
}],
|
|
3776
|
+
base: 'ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A',
|
|
3777
|
+
name: 'IBC HNS (Handshake)',
|
|
3778
|
+
display: 'hns',
|
|
3779
|
+
symbol: 'HNS',
|
|
3780
|
+
logo_URIs: {
|
|
3781
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
|
3782
|
+
},
|
|
3783
|
+
transition: [{
|
|
3784
|
+
type: 'ibc',
|
|
3785
|
+
counterparty: {
|
|
3786
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3787
|
+
channel: 'channel-47',
|
|
3788
|
+
denom: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
3789
|
+
chain_name: 'juno'
|
|
3790
|
+
},
|
|
3791
|
+
chain: {
|
|
3792
|
+
port: 'transfer',
|
|
3793
|
+
channel: 'channel-169'
|
|
3794
|
+
}
|
|
3795
|
+
}]
|
|
3796
|
+
}, {
|
|
3797
|
+
description: 'DAO dedicated to building tools on the Juno Network',
|
|
3798
|
+
type_asset: 'cw20',
|
|
3799
|
+
address: 'juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
3800
|
+
denom_units: [{
|
|
3801
|
+
denom: 'ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484',
|
|
3802
|
+
exponent: 0,
|
|
3803
|
+
aliases: ['cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3']
|
|
3804
|
+
}, {
|
|
3805
|
+
denom: 'joe',
|
|
3806
|
+
exponent: 6
|
|
3807
|
+
}],
|
|
3808
|
+
base: 'ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484',
|
|
3809
|
+
name: 'JoeDAO',
|
|
3810
|
+
display: 'joe',
|
|
3811
|
+
symbol: 'JOE',
|
|
3812
|
+
logo_URIs: {
|
|
3813
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
3814
|
+
},
|
|
3815
|
+
transition: [{
|
|
3816
|
+
type: 'ibc',
|
|
3817
|
+
counterparty: {
|
|
3818
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3819
|
+
channel: 'channel-47',
|
|
3820
|
+
denom: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
3821
|
+
chain_name: 'juno'
|
|
3822
|
+
},
|
|
3823
|
+
chain: {
|
|
3824
|
+
port: 'transfer',
|
|
3825
|
+
channel: 'channel-169'
|
|
3826
|
+
}
|
|
3827
|
+
}]
|
|
3828
|
+
}, {
|
|
3829
|
+
description: 'Governance Token for Digital Land Acquisition DAO',
|
|
3830
|
+
type_asset: 'cw20',
|
|
3831
|
+
address: 'juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
3832
|
+
denom_units: [{
|
|
3833
|
+
denom: 'ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8',
|
|
3834
|
+
exponent: 0,
|
|
3835
|
+
aliases: ['cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr']
|
|
3836
|
+
}, {
|
|
3837
|
+
denom: 'dla',
|
|
3838
|
+
exponent: 6
|
|
3839
|
+
}],
|
|
3840
|
+
base: 'ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8',
|
|
3841
|
+
name: 'Digital Land Acquisition DAO',
|
|
3842
|
+
display: 'dla',
|
|
3843
|
+
symbol: 'DLA',
|
|
3844
|
+
logo_URIs: {
|
|
3845
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
|
3846
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
3847
|
+
},
|
|
3848
|
+
transition: [{
|
|
3849
|
+
type: 'ibc',
|
|
3850
|
+
counterparty: {
|
|
3851
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3852
|
+
channel: 'channel-47',
|
|
3853
|
+
denom: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
3854
|
+
chain_name: 'juno'
|
|
3855
|
+
},
|
|
3856
|
+
chain: {
|
|
3857
|
+
port: 'transfer',
|
|
3858
|
+
channel: 'channel-169'
|
|
3859
|
+
}
|
|
3860
|
+
}]
|
|
3861
|
+
}, {
|
|
3862
|
+
description: 'DeFi gaming platform built on Juno',
|
|
3863
|
+
type_asset: 'cw20',
|
|
3864
|
+
address: 'juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
3865
|
+
denom_units: [{
|
|
3866
|
+
denom: 'ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E',
|
|
3867
|
+
exponent: 0,
|
|
3868
|
+
aliases: ['cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se']
|
|
3869
|
+
}, {
|
|
3870
|
+
denom: 'glto',
|
|
3871
|
+
exponent: 6
|
|
3872
|
+
}],
|
|
3873
|
+
base: 'ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E',
|
|
3874
|
+
name: 'Gelotto',
|
|
3875
|
+
display: 'glto',
|
|
3876
|
+
symbol: 'GLTO',
|
|
3877
|
+
logo_URIs: {
|
|
3878
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
3879
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
3880
|
+
},
|
|
3881
|
+
transition: [{
|
|
3882
|
+
type: 'ibc',
|
|
3883
|
+
counterparty: {
|
|
3884
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3885
|
+
channel: 'channel-47',
|
|
3886
|
+
denom: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
3887
|
+
chain_name: 'juno'
|
|
3888
|
+
},
|
|
3889
|
+
chain: {
|
|
3890
|
+
port: 'transfer',
|
|
3891
|
+
channel: 'channel-169'
|
|
3892
|
+
}
|
|
3893
|
+
}]
|
|
3894
|
+
}, {
|
|
3895
|
+
description: 'Gelotto Year 1 Grand Prize Token',
|
|
3896
|
+
type_asset: 'cw20',
|
|
3897
|
+
address: 'juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
3898
|
+
denom_units: [{
|
|
3899
|
+
denom: 'ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8',
|
|
3900
|
+
exponent: 0,
|
|
3901
|
+
aliases: ['cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh']
|
|
3902
|
+
}, {
|
|
3903
|
+
denom: 'gkey',
|
|
3904
|
+
exponent: 6
|
|
3905
|
+
}],
|
|
3906
|
+
base: 'ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8',
|
|
3907
|
+
name: 'GKey',
|
|
3908
|
+
display: 'gkey',
|
|
3909
|
+
symbol: 'GKEY',
|
|
3910
|
+
logo_URIs: {
|
|
3911
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
|
3912
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
3913
|
+
},
|
|
3914
|
+
transition: [{
|
|
3915
|
+
type: 'ibc',
|
|
3916
|
+
counterparty: {
|
|
3917
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3918
|
+
channel: 'channel-47',
|
|
3919
|
+
denom: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
3920
|
+
chain_name: 'juno'
|
|
3921
|
+
},
|
|
3922
|
+
chain: {
|
|
3923
|
+
port: 'transfer',
|
|
3924
|
+
channel: 'channel-169'
|
|
3925
|
+
}
|
|
3926
|
+
}]
|
|
3927
|
+
}, {
|
|
3928
|
+
description: 'The native token cw20 for BlackHole on Juno Chain',
|
|
3929
|
+
type_asset: 'cw20',
|
|
3930
|
+
address: 'juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
|
3931
|
+
denom_units: [{
|
|
3932
|
+
denom: 'ibc/36ABCB2BD7197D778A8EFD4F97E5721CA4CF87F7D39EDD76EC238F2219B7A508',
|
|
3933
|
+
exponent: 0,
|
|
3934
|
+
aliases: ['cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca']
|
|
3935
|
+
}, {
|
|
3936
|
+
denom: 'blkh',
|
|
3937
|
+
exponent: 4
|
|
3938
|
+
}],
|
|
3939
|
+
base: 'ibc/36ABCB2BD7197D778A8EFD4F97E5721CA4CF87F7D39EDD76EC238F2219B7A508',
|
|
3940
|
+
name: 'Blackhole',
|
|
3941
|
+
display: 'blkh',
|
|
3942
|
+
symbol: 'BLKH',
|
|
3943
|
+
logo_URIs: {
|
|
3944
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png',
|
|
3945
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg'
|
|
3946
|
+
},
|
|
3947
|
+
transition: [{
|
|
3948
|
+
type: 'ibc',
|
|
3949
|
+
counterparty: {
|
|
3950
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3951
|
+
channel: 'channel-47',
|
|
3952
|
+
denom: 'cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
|
3953
|
+
chain_name: 'juno'
|
|
3954
|
+
},
|
|
3955
|
+
chain: {
|
|
3956
|
+
port: 'transfer',
|
|
3957
|
+
channel: 'channel-169'
|
|
3958
|
+
}
|
|
3959
|
+
}]
|
|
3960
|
+
}, {
|
|
3961
|
+
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
3962
|
+
type_asset: 'cw20',
|
|
3963
|
+
address: 'ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy',
|
|
3964
|
+
denom_units: [{
|
|
3965
|
+
denom: 'ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121',
|
|
3966
|
+
exponent: 0,
|
|
3967
|
+
aliases: ['cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy']
|
|
3968
|
+
}, {
|
|
3969
|
+
denom: 'lvn',
|
|
3970
|
+
exponent: 6
|
|
3971
|
+
}],
|
|
3972
|
+
base: 'ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121',
|
|
3973
|
+
name: 'LVN',
|
|
3974
|
+
display: 'lvn',
|
|
3975
|
+
symbol: 'LVN',
|
|
3976
|
+
logo_URIs: {
|
|
3977
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
3978
|
+
},
|
|
3979
|
+
coingecko_id: 'lvn',
|
|
3980
|
+
transition: [{
|
|
3981
|
+
type: 'ibc',
|
|
3982
|
+
counterparty: {
|
|
3983
|
+
port: 'wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha',
|
|
3984
|
+
channel: 'channel-18',
|
|
3985
|
+
denom: 'cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy',
|
|
3986
|
+
chain_name: 'kichain'
|
|
3987
|
+
},
|
|
3988
|
+
chain: {
|
|
3989
|
+
port: 'transfer',
|
|
3990
|
+
channel: 'channel-261'
|
|
3991
|
+
}
|
|
3992
|
+
}]
|
|
3358
3993
|
}]
|
|
3359
3994
|
};
|
|
3360
|
-
|
|
3361
|
-
exports["default"] = _default;
|
|
3995
|
+
export default asset_list;
|