@chain-registry/osmosis 0.5.3 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/README.md +2 -2
- package/{module/ibc_assets.js → main/asset_list.js} +921 -244
- package/main/index.js +22 -4
- package/main/testnet.js +90 -0
- package/main/testnet_assets.js +52 -0
- package/{main/ibc_assets.js → module/asset_list.js} +914 -251
- package/module/index.js +7 -3
- package/module/testnet.js +83 -0
- package/module/testnet_assets.js +45 -0
- package/package.json +5 -5
- package/types/asset_list.d.ts +3 -0
- package/types/index.d.ts +9 -5
- package/types/testnet.d.ts +3 -0
- package/types/testnet_assets.d.ts +3 -0
- package/types/ibc_assets.d.ts +0 -3
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var ibc_assets = {
|
|
1
|
+
const asset_list = {
|
|
8
2
|
chain_name: '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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
2046
|
+
type: 'ibc',
|
|
1955
2047
|
counterparty: {
|
|
1956
2048
|
channel: 'channel-0',
|
|
1957
2049
|
denom: 'udarc',
|
|
@@ -1960,7 +2052,36 @@ var ibc_assets = {
|
|
|
1960
2052
|
chain: {
|
|
1961
2053
|
channel: 'channel-171'
|
|
1962
2054
|
}
|
|
1963
|
-
}
|
|
2055
|
+
}]
|
|
2056
|
+
}, {
|
|
2057
|
+
description: 'The native staking and governance token of the Kujira chain.',
|
|
2058
|
+
denom_units: [{
|
|
2059
|
+
denom: 'ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE',
|
|
2060
|
+
exponent: 0,
|
|
2061
|
+
aliases: ['ukuji']
|
|
2062
|
+
}, {
|
|
2063
|
+
denom: 'kuji',
|
|
2064
|
+
exponent: 6
|
|
2065
|
+
}],
|
|
2066
|
+
base: 'ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE',
|
|
2067
|
+
name: 'Kuji',
|
|
2068
|
+
display: 'kuji',
|
|
2069
|
+
symbol: 'KUJI',
|
|
2070
|
+
coingecko_id: 'kujira',
|
|
2071
|
+
logo_URIs: {
|
|
2072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png'
|
|
2073
|
+
},
|
|
2074
|
+
traces: [{
|
|
2075
|
+
type: 'ibc',
|
|
2076
|
+
counterparty: {
|
|
2077
|
+
channel: 'channel-3',
|
|
2078
|
+
denom: 'ukuji',
|
|
2079
|
+
chain_name: 'kujira'
|
|
2080
|
+
},
|
|
2081
|
+
chain: {
|
|
2082
|
+
channel: 'channel-259'
|
|
2083
|
+
}
|
|
2084
|
+
}]
|
|
1964
2085
|
}, {
|
|
1965
2086
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
1966
2087
|
denom_units: [{
|
|
@@ -1980,7 +2101,8 @@ var ibc_assets = {
|
|
|
1980
2101
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
1981
2102
|
},
|
|
1982
2103
|
coingecko_id: 'likecoin',
|
|
1983
|
-
|
|
2104
|
+
traces: [{
|
|
2105
|
+
type: 'ibc',
|
|
1984
2106
|
counterparty: {
|
|
1985
2107
|
channel: 'channel-3',
|
|
1986
2108
|
denom: 'nanolike',
|
|
@@ -1989,7 +2111,7 @@ var ibc_assets = {
|
|
|
1989
2111
|
chain: {
|
|
1990
2112
|
channel: 'channel-53'
|
|
1991
2113
|
}
|
|
1992
|
-
}
|
|
2114
|
+
}]
|
|
1993
2115
|
}, {
|
|
1994
2116
|
description: 'The native token of Lumen Network',
|
|
1995
2117
|
denom_units: [{
|
|
@@ -2007,7 +2129,8 @@ var ibc_assets = {
|
|
|
2007
2129
|
logo_URIs: {
|
|
2008
2130
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png'
|
|
2009
2131
|
},
|
|
2010
|
-
|
|
2132
|
+
traces: [{
|
|
2133
|
+
type: 'ibc',
|
|
2011
2134
|
counterparty: {
|
|
2012
2135
|
channel: 'channel-3',
|
|
2013
2136
|
denom: 'ulumen',
|
|
@@ -2016,7 +2139,7 @@ var ibc_assets = {
|
|
|
2016
2139
|
chain: {
|
|
2017
2140
|
channel: 'channel-286'
|
|
2018
2141
|
}
|
|
2019
|
-
}
|
|
2142
|
+
}]
|
|
2020
2143
|
}, {
|
|
2021
2144
|
description: 'Native token of the Lum Network',
|
|
2022
2145
|
denom_units: [{
|
|
@@ -2036,7 +2159,8 @@ var ibc_assets = {
|
|
|
2036
2159
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg'
|
|
2037
2160
|
},
|
|
2038
2161
|
coingecko_id: 'lum-network',
|
|
2039
|
-
|
|
2162
|
+
traces: [{
|
|
2163
|
+
type: 'ibc',
|
|
2040
2164
|
counterparty: {
|
|
2041
2165
|
channel: 'channel-3',
|
|
2042
2166
|
denom: 'ulum',
|
|
@@ -2045,7 +2169,7 @@ var ibc_assets = {
|
|
|
2045
2169
|
chain: {
|
|
2046
2170
|
channel: 'channel-115'
|
|
2047
2171
|
}
|
|
2048
|
-
}
|
|
2172
|
+
}]
|
|
2049
2173
|
}, {
|
|
2050
2174
|
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
|
|
2051
2175
|
denom_units: [{
|
|
@@ -2064,7 +2188,8 @@ var ibc_assets = {
|
|
|
2064
2188
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
2065
2189
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
2066
2190
|
},
|
|
2067
|
-
|
|
2191
|
+
traces: [{
|
|
2192
|
+
type: 'ibc',
|
|
2068
2193
|
counterparty: {
|
|
2069
2194
|
channel: 'channel-1',
|
|
2070
2195
|
denom: 'umeme',
|
|
@@ -2073,7 +2198,7 @@ var ibc_assets = {
|
|
|
2073
2198
|
chain: {
|
|
2074
2199
|
channel: 'channel-238'
|
|
2075
2200
|
}
|
|
2076
|
-
}
|
|
2201
|
+
}]
|
|
2077
2202
|
}, {
|
|
2078
2203
|
description: 'TICK coin is the token for the Microtick Price Discovery & Oracle App',
|
|
2079
2204
|
denom_units: [{
|
|
@@ -2092,7 +2217,8 @@ var ibc_assets = {
|
|
|
2092
2217
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
2093
2218
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
2094
2219
|
},
|
|
2095
|
-
|
|
2220
|
+
traces: [{
|
|
2221
|
+
type: 'ibc',
|
|
2096
2222
|
counterparty: {
|
|
2097
2223
|
channel: 'channel-16',
|
|
2098
2224
|
denom: 'utick',
|
|
@@ -2101,36 +2227,37 @@ var ibc_assets = {
|
|
|
2101
2227
|
chain: {
|
|
2102
2228
|
channel: 'channel-39'
|
|
2103
2229
|
}
|
|
2104
|
-
}
|
|
2230
|
+
}]
|
|
2105
2231
|
}, {
|
|
2106
2232
|
description: 'The native token of Oraichain',
|
|
2107
2233
|
denom_units: [{
|
|
2108
|
-
denom: 'ibc/
|
|
2234
|
+
denom: 'ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D',
|
|
2109
2235
|
exponent: 0,
|
|
2110
|
-
aliases: ['
|
|
2236
|
+
aliases: ['orai']
|
|
2111
2237
|
}, {
|
|
2112
|
-
denom: '
|
|
2238
|
+
denom: 'ORAI',
|
|
2113
2239
|
exponent: 6
|
|
2114
2240
|
}],
|
|
2115
|
-
base: 'ibc/
|
|
2241
|
+
base: 'ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D',
|
|
2116
2242
|
name: 'Oraichain',
|
|
2117
|
-
display: '
|
|
2243
|
+
display: 'ORAI',
|
|
2118
2244
|
symbol: 'ORAI',
|
|
2119
2245
|
logo_URIs: {
|
|
2120
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2121
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg'
|
|
2246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2247
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2122
2248
|
},
|
|
2123
2249
|
coingecko_id: 'oraichain-token',
|
|
2124
|
-
|
|
2250
|
+
traces: [{
|
|
2251
|
+
type: 'ibc',
|
|
2125
2252
|
counterparty: {
|
|
2126
2253
|
channel: 'channel-13',
|
|
2127
|
-
denom: '
|
|
2254
|
+
denom: 'orai',
|
|
2128
2255
|
chain_name: 'oraichain'
|
|
2129
2256
|
},
|
|
2130
2257
|
chain: {
|
|
2131
2258
|
channel: 'channel-216'
|
|
2132
2259
|
}
|
|
2133
|
-
}
|
|
2260
|
+
}]
|
|
2134
2261
|
}, {
|
|
2135
2262
|
description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
|
|
2136
2263
|
denom_units: [{
|
|
@@ -2149,7 +2276,8 @@ var ibc_assets = {
|
|
|
2149
2276
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png'
|
|
2150
2277
|
},
|
|
2151
2278
|
coingecko_id: 'medibloc',
|
|
2152
|
-
|
|
2279
|
+
traces: [{
|
|
2280
|
+
type: 'ibc',
|
|
2153
2281
|
counterparty: {
|
|
2154
2282
|
channel: 'channel-1',
|
|
2155
2283
|
denom: 'umed',
|
|
@@ -2158,7 +2286,7 @@ var ibc_assets = {
|
|
|
2158
2286
|
chain: {
|
|
2159
2287
|
channel: 'channel-82'
|
|
2160
2288
|
}
|
|
2161
|
-
}
|
|
2289
|
+
}]
|
|
2162
2290
|
}, {
|
|
2163
2291
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
2164
2292
|
denom_units: [{
|
|
@@ -2178,7 +2306,8 @@ var ibc_assets = {
|
|
|
2178
2306
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
2179
2307
|
},
|
|
2180
2308
|
coingecko_id: 'persistence',
|
|
2181
|
-
|
|
2309
|
+
traces: [{
|
|
2310
|
+
type: 'ibc',
|
|
2182
2311
|
counterparty: {
|
|
2183
2312
|
channel: 'channel-6',
|
|
2184
2313
|
denom: 'uxprt',
|
|
@@ -2187,7 +2316,7 @@ var ibc_assets = {
|
|
|
2187
2316
|
chain: {
|
|
2188
2317
|
channel: 'channel-4'
|
|
2189
2318
|
}
|
|
2190
|
-
}
|
|
2319
|
+
}]
|
|
2191
2320
|
}, {
|
|
2192
2321
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
2193
2322
|
denom_units: [{
|
|
@@ -2203,6 +2332,17 @@ var ibc_assets = {
|
|
|
2203
2332
|
display: 'pstake',
|
|
2204
2333
|
symbol: 'PSTAKE',
|
|
2205
2334
|
ibc: {
|
|
2335
|
+
source_channel: 'channel-24',
|
|
2336
|
+
dst_channel: 'channel-38',
|
|
2337
|
+
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
|
2338
|
+
},
|
|
2339
|
+
logo_URIs: {
|
|
2340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
2341
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2342
|
+
},
|
|
2343
|
+
coingecko_id: 'pstake-finance',
|
|
2344
|
+
traces: [{
|
|
2345
|
+
type: 'ibc',
|
|
2206
2346
|
counterparty: {
|
|
2207
2347
|
channel: 'channel-6',
|
|
2208
2348
|
denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
|
|
@@ -2211,12 +2351,7 @@ var ibc_assets = {
|
|
|
2211
2351
|
chain: {
|
|
2212
2352
|
channel: 'channel-4'
|
|
2213
2353
|
}
|
|
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'
|
|
2354
|
+
}]
|
|
2220
2355
|
}, {
|
|
2221
2356
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
2222
2357
|
denom_units: [{
|
|
@@ -2237,7 +2372,8 @@ var ibc_assets = {
|
|
|
2237
2372
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg'
|
|
2238
2373
|
},
|
|
2239
2374
|
coingecko_id: 'provenance-blockchain',
|
|
2240
|
-
|
|
2375
|
+
traces: [{
|
|
2376
|
+
type: 'ibc',
|
|
2241
2377
|
counterparty: {
|
|
2242
2378
|
channel: 'channel-7',
|
|
2243
2379
|
denom: 'nhash',
|
|
@@ -2246,7 +2382,7 @@ var ibc_assets = {
|
|
|
2246
2382
|
chain: {
|
|
2247
2383
|
channel: 'channel-222'
|
|
2248
2384
|
}
|
|
2249
|
-
}
|
|
2385
|
+
}]
|
|
2250
2386
|
}, {
|
|
2251
2387
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
2252
2388
|
denom_units: [{
|
|
@@ -2265,7 +2401,8 @@ var ibc_assets = {
|
|
|
2265
2401
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png'
|
|
2266
2402
|
},
|
|
2267
2403
|
coingecko_id: 'regen',
|
|
2268
|
-
|
|
2404
|
+
traces: [{
|
|
2405
|
+
type: 'ibc',
|
|
2269
2406
|
counterparty: {
|
|
2270
2407
|
channel: 'channel-1',
|
|
2271
2408
|
denom: 'uregen',
|
|
@@ -2274,7 +2411,7 @@ var ibc_assets = {
|
|
|
2274
2411
|
chain: {
|
|
2275
2412
|
channel: 'channel-8'
|
|
2276
2413
|
}
|
|
2277
|
-
}
|
|
2414
|
+
}]
|
|
2278
2415
|
}, {
|
|
2279
2416
|
description: 'Native token of Rizon Chain',
|
|
2280
2417
|
denom_units: [{
|
|
@@ -2294,7 +2431,8 @@ var ibc_assets = {
|
|
|
2294
2431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
2295
2432
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
2296
2433
|
},
|
|
2297
|
-
|
|
2434
|
+
traces: [{
|
|
2435
|
+
type: 'ibc',
|
|
2298
2436
|
counterparty: {
|
|
2299
2437
|
channel: 'channel-1',
|
|
2300
2438
|
denom: 'uatolo',
|
|
@@ -2303,7 +2441,7 @@ var ibc_assets = {
|
|
|
2303
2441
|
chain: {
|
|
2304
2442
|
channel: 'channel-221'
|
|
2305
2443
|
}
|
|
2306
|
-
}
|
|
2444
|
+
}]
|
|
2307
2445
|
}, {
|
|
2308
2446
|
description: 'The native token of Secret Network',
|
|
2309
2447
|
denom_units: [{
|
|
@@ -2323,7 +2461,8 @@ var ibc_assets = {
|
|
|
2323
2461
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2324
2462
|
},
|
|
2325
2463
|
coingecko_id: 'secret',
|
|
2326
|
-
|
|
2464
|
+
traces: [{
|
|
2465
|
+
type: 'ibc',
|
|
2327
2466
|
counterparty: {
|
|
2328
2467
|
channel: 'channel-1',
|
|
2329
2468
|
denom: 'uscrt',
|
|
@@ -2332,7 +2471,7 @@ var ibc_assets = {
|
|
|
2332
2471
|
chain: {
|
|
2333
2472
|
channel: 'channel-88'
|
|
2334
2473
|
}
|
|
2335
|
-
}
|
|
2474
|
+
}]
|
|
2336
2475
|
}, {
|
|
2337
2476
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
2338
2477
|
denom_units: [{
|
|
@@ -2351,7 +2490,8 @@ var ibc_assets = {
|
|
|
2351
2490
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png'
|
|
2352
2491
|
},
|
|
2353
2492
|
coingecko_id: 'sentinel',
|
|
2354
|
-
|
|
2493
|
+
traces: [{
|
|
2494
|
+
type: 'ibc',
|
|
2355
2495
|
counterparty: {
|
|
2356
2496
|
channel: 'channel-0',
|
|
2357
2497
|
denom: 'udvpn',
|
|
@@ -2360,7 +2500,7 @@ var ibc_assets = {
|
|
|
2360
2500
|
chain: {
|
|
2361
2501
|
channel: 'channel-2'
|
|
2362
2502
|
}
|
|
2363
|
-
}
|
|
2503
|
+
}]
|
|
2364
2504
|
}, {
|
|
2365
2505
|
description: 'The native token of Shentu',
|
|
2366
2506
|
denom_units: [{
|
|
@@ -2379,7 +2519,8 @@ var ibc_assets = {
|
|
|
2379
2519
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png'
|
|
2380
2520
|
},
|
|
2381
2521
|
coingecko_id: 'certik',
|
|
2382
|
-
|
|
2522
|
+
traces: [{
|
|
2523
|
+
type: 'ibc',
|
|
2383
2524
|
counterparty: {
|
|
2384
2525
|
channel: 'channel-8',
|
|
2385
2526
|
denom: 'uctk',
|
|
@@ -2388,7 +2529,7 @@ var ibc_assets = {
|
|
|
2388
2529
|
chain: {
|
|
2389
2530
|
channel: 'channel-146'
|
|
2390
2531
|
}
|
|
2391
|
-
}
|
|
2532
|
+
}]
|
|
2392
2533
|
}, {
|
|
2393
2534
|
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
2535
|
denom_units: [{
|
|
@@ -2405,7 +2546,8 @@ var ibc_assets = {
|
|
|
2405
2546
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
|
2406
2547
|
},
|
|
2407
2548
|
coingecko_id: 'sifchain',
|
|
2408
|
-
|
|
2549
|
+
traces: [{
|
|
2550
|
+
type: 'ibc',
|
|
2409
2551
|
counterparty: {
|
|
2410
2552
|
channel: 'channel-17',
|
|
2411
2553
|
denom: 'rowan',
|
|
@@ -2414,7 +2556,7 @@ var ibc_assets = {
|
|
|
2414
2556
|
chain: {
|
|
2415
2557
|
channel: 'channel-47'
|
|
2416
2558
|
}
|
|
2417
|
-
}
|
|
2559
|
+
}]
|
|
2418
2560
|
}, {
|
|
2419
2561
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
2420
2562
|
denom_units: [{
|
|
@@ -2438,7 +2580,8 @@ var ibc_assets = {
|
|
|
2438
2580
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
2439
2581
|
},
|
|
2440
2582
|
coingecko_id: 'sommelier',
|
|
2441
|
-
|
|
2583
|
+
traces: [{
|
|
2584
|
+
type: 'ibc',
|
|
2442
2585
|
counterparty: {
|
|
2443
2586
|
channel: 'channel-0',
|
|
2444
2587
|
denom: 'usomm',
|
|
@@ -2447,7 +2590,7 @@ var ibc_assets = {
|
|
|
2447
2590
|
chain: {
|
|
2448
2591
|
channel: 'channel-165'
|
|
2449
2592
|
}
|
|
2450
|
-
}
|
|
2593
|
+
}]
|
|
2451
2594
|
}, {
|
|
2452
2595
|
description: 'The native token of Stargaze',
|
|
2453
2596
|
denom_units: [{
|
|
@@ -2466,7 +2609,8 @@ var ibc_assets = {
|
|
|
2466
2609
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
2467
2610
|
},
|
|
2468
2611
|
coingecko_id: 'stargaze',
|
|
2469
|
-
|
|
2612
|
+
traces: [{
|
|
2613
|
+
type: 'ibc',
|
|
2470
2614
|
counterparty: {
|
|
2471
2615
|
channel: 'channel-0',
|
|
2472
2616
|
denom: 'ustars',
|
|
@@ -2475,7 +2619,7 @@ var ibc_assets = {
|
|
|
2475
2619
|
chain: {
|
|
2476
2620
|
channel: 'channel-75'
|
|
2477
2621
|
}
|
|
2478
|
-
}
|
|
2622
|
+
}]
|
|
2479
2623
|
}, {
|
|
2480
2624
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
2481
2625
|
denom_units: [{
|
|
@@ -2495,7 +2639,8 @@ var ibc_assets = {
|
|
|
2495
2639
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
2496
2640
|
},
|
|
2497
2641
|
coingecko_id: 'starname',
|
|
2498
|
-
|
|
2642
|
+
traces: [{
|
|
2643
|
+
type: 'ibc',
|
|
2499
2644
|
counterparty: {
|
|
2500
2645
|
channel: 'channel-2',
|
|
2501
2646
|
denom: 'uiov',
|
|
@@ -2504,7 +2649,7 @@ var ibc_assets = {
|
|
|
2504
2649
|
chain: {
|
|
2505
2650
|
channel: 'channel-15'
|
|
2506
2651
|
}
|
|
2507
|
-
}
|
|
2652
|
+
}]
|
|
2508
2653
|
}, {
|
|
2509
2654
|
description: 'The native staking token of Terra Classic.',
|
|
2510
2655
|
denom_units: [{
|
|
@@ -2529,7 +2674,8 @@ var ibc_assets = {
|
|
|
2529
2674
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
|
2530
2675
|
},
|
|
2531
2676
|
coingecko_id: 'terra-luna',
|
|
2532
|
-
|
|
2677
|
+
traces: [{
|
|
2678
|
+
type: 'ibc',
|
|
2533
2679
|
counterparty: {
|
|
2534
2680
|
channel: 'channel-1',
|
|
2535
2681
|
denom: 'uluna',
|
|
@@ -2538,7 +2684,7 @@ var ibc_assets = {
|
|
|
2538
2684
|
chain: {
|
|
2539
2685
|
channel: 'channel-72'
|
|
2540
2686
|
}
|
|
2541
|
-
}
|
|
2687
|
+
}]
|
|
2542
2688
|
}, {
|
|
2543
2689
|
description: 'The USD stablecoin of Terra Classic.',
|
|
2544
2690
|
denom_units: [{
|
|
@@ -2563,7 +2709,8 @@ var ibc_assets = {
|
|
|
2563
2709
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
|
2564
2710
|
},
|
|
2565
2711
|
coingecko_id: 'terrausd',
|
|
2566
|
-
|
|
2712
|
+
traces: [{
|
|
2713
|
+
type: 'ibc',
|
|
2567
2714
|
counterparty: {
|
|
2568
2715
|
channel: 'channel-1',
|
|
2569
2716
|
denom: 'uusd',
|
|
@@ -2572,7 +2719,7 @@ var ibc_assets = {
|
|
|
2572
2719
|
chain: {
|
|
2573
2720
|
channel: 'channel-72'
|
|
2574
2721
|
}
|
|
2575
|
-
}
|
|
2722
|
+
}]
|
|
2576
2723
|
}, {
|
|
2577
2724
|
description: 'The KRW stablecoin of Terra Classic.',
|
|
2578
2725
|
denom_units: [{
|
|
@@ -2597,7 +2744,8 @@ var ibc_assets = {
|
|
|
2597
2744
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
|
2598
2745
|
},
|
|
2599
2746
|
coingecko_id: 'terrakrw',
|
|
2600
|
-
|
|
2747
|
+
traces: [{
|
|
2748
|
+
type: 'ibc',
|
|
2601
2749
|
counterparty: {
|
|
2602
2750
|
channel: 'channel-1',
|
|
2603
2751
|
denom: 'ukrw',
|
|
@@ -2606,7 +2754,7 @@ var ibc_assets = {
|
|
|
2606
2754
|
chain: {
|
|
2607
2755
|
channel: 'channel-72'
|
|
2608
2756
|
}
|
|
2609
|
-
}
|
|
2757
|
+
}]
|
|
2610
2758
|
}, {
|
|
2611
2759
|
description: 'The AUD stablecoin of Terra Classic.',
|
|
2612
2760
|
denom_units: [{
|
|
@@ -2630,7 +2778,8 @@ var ibc_assets = {
|
|
|
2630
2778
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
|
2631
2779
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
|
2632
2780
|
},
|
|
2633
|
-
|
|
2781
|
+
traces: [{
|
|
2782
|
+
type: 'ibc',
|
|
2634
2783
|
counterparty: {
|
|
2635
2784
|
channel: 'channel-1',
|
|
2636
2785
|
denom: 'uaud',
|
|
@@ -2639,7 +2788,7 @@ var ibc_assets = {
|
|
|
2639
2788
|
chain: {
|
|
2640
2789
|
channel: 'channel-72'
|
|
2641
2790
|
}
|
|
2642
|
-
}
|
|
2791
|
+
}]
|
|
2643
2792
|
}, {
|
|
2644
2793
|
description: 'The CAD stablecoin of Terra Classic.',
|
|
2645
2794
|
denom_units: [{
|
|
@@ -2663,7 +2812,8 @@ var ibc_assets = {
|
|
|
2663
2812
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
|
2664
2813
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
|
2665
2814
|
},
|
|
2666
|
-
|
|
2815
|
+
traces: [{
|
|
2816
|
+
type: 'ibc',
|
|
2667
2817
|
counterparty: {
|
|
2668
2818
|
channel: 'channel-1',
|
|
2669
2819
|
denom: 'ucad',
|
|
@@ -2672,7 +2822,7 @@ var ibc_assets = {
|
|
|
2672
2822
|
chain: {
|
|
2673
2823
|
channel: 'channel-72'
|
|
2674
2824
|
}
|
|
2675
|
-
}
|
|
2825
|
+
}]
|
|
2676
2826
|
}, {
|
|
2677
2827
|
description: 'The CHF stablecoin of Terra Classic.',
|
|
2678
2828
|
denom_units: [{
|
|
@@ -2696,7 +2846,8 @@ var ibc_assets = {
|
|
|
2696
2846
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
|
2697
2847
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
|
2698
2848
|
},
|
|
2699
|
-
|
|
2849
|
+
traces: [{
|
|
2850
|
+
type: 'ibc',
|
|
2700
2851
|
counterparty: {
|
|
2701
2852
|
channel: 'channel-1',
|
|
2702
2853
|
denom: 'uchf',
|
|
@@ -2705,7 +2856,7 @@ var ibc_assets = {
|
|
|
2705
2856
|
chain: {
|
|
2706
2857
|
channel: 'channel-72'
|
|
2707
2858
|
}
|
|
2708
|
-
}
|
|
2859
|
+
}]
|
|
2709
2860
|
}, {
|
|
2710
2861
|
description: 'The CNY stablecoin of Terra Classic.',
|
|
2711
2862
|
denom_units: [{
|
|
@@ -2729,7 +2880,8 @@ var ibc_assets = {
|
|
|
2729
2880
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
|
2730
2881
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
|
2731
2882
|
},
|
|
2732
|
-
|
|
2883
|
+
traces: [{
|
|
2884
|
+
type: 'ibc',
|
|
2733
2885
|
counterparty: {
|
|
2734
2886
|
channel: 'channel-1',
|
|
2735
2887
|
denom: 'ucny',
|
|
@@ -2738,7 +2890,7 @@ var ibc_assets = {
|
|
|
2738
2890
|
chain: {
|
|
2739
2891
|
channel: 'channel-72'
|
|
2740
2892
|
}
|
|
2741
|
-
}
|
|
2893
|
+
}]
|
|
2742
2894
|
}, {
|
|
2743
2895
|
description: 'The DKK stablecoin of Terra Classic.',
|
|
2744
2896
|
denom_units: [{
|
|
@@ -2762,7 +2914,8 @@ var ibc_assets = {
|
|
|
2762
2914
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
|
2763
2915
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
|
2764
2916
|
},
|
|
2765
|
-
|
|
2917
|
+
traces: [{
|
|
2918
|
+
type: 'ibc',
|
|
2766
2919
|
counterparty: {
|
|
2767
2920
|
channel: 'channel-1',
|
|
2768
2921
|
denom: 'udkk',
|
|
@@ -2771,7 +2924,7 @@ var ibc_assets = {
|
|
|
2771
2924
|
chain: {
|
|
2772
2925
|
channel: 'channel-72'
|
|
2773
2926
|
}
|
|
2774
|
-
}
|
|
2927
|
+
}]
|
|
2775
2928
|
}, {
|
|
2776
2929
|
description: 'The EUR stablecoin of Terra Classic.',
|
|
2777
2930
|
denom_units: [{
|
|
@@ -2795,7 +2948,8 @@ var ibc_assets = {
|
|
|
2795
2948
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
|
2796
2949
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
|
2797
2950
|
},
|
|
2798
|
-
|
|
2951
|
+
traces: [{
|
|
2952
|
+
type: 'ibc',
|
|
2799
2953
|
counterparty: {
|
|
2800
2954
|
channel: 'channel-1',
|
|
2801
2955
|
denom: 'ueur',
|
|
@@ -2804,7 +2958,7 @@ var ibc_assets = {
|
|
|
2804
2958
|
chain: {
|
|
2805
2959
|
channel: 'channel-72'
|
|
2806
2960
|
}
|
|
2807
|
-
}
|
|
2961
|
+
}]
|
|
2808
2962
|
}, {
|
|
2809
2963
|
description: 'The GBP stablecoin of Terra Classic.',
|
|
2810
2964
|
denom_units: [{
|
|
@@ -2828,7 +2982,8 @@ var ibc_assets = {
|
|
|
2828
2982
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
|
2829
2983
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
|
2830
2984
|
},
|
|
2831
|
-
|
|
2985
|
+
traces: [{
|
|
2986
|
+
type: 'ibc',
|
|
2832
2987
|
counterparty: {
|
|
2833
2988
|
channel: 'channel-1',
|
|
2834
2989
|
denom: 'ugbp',
|
|
@@ -2837,7 +2992,7 @@ var ibc_assets = {
|
|
|
2837
2992
|
chain: {
|
|
2838
2993
|
channel: 'channel-72'
|
|
2839
2994
|
}
|
|
2840
|
-
}
|
|
2995
|
+
}]
|
|
2841
2996
|
}, {
|
|
2842
2997
|
description: 'The HKD stablecoin of Terra Classic.',
|
|
2843
2998
|
denom_units: [{
|
|
@@ -2861,7 +3016,8 @@ var ibc_assets = {
|
|
|
2861
3016
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
|
2862
3017
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
|
2863
3018
|
},
|
|
2864
|
-
|
|
3019
|
+
traces: [{
|
|
3020
|
+
type: 'ibc',
|
|
2865
3021
|
counterparty: {
|
|
2866
3022
|
channel: 'channel-1',
|
|
2867
3023
|
denom: 'uhkd',
|
|
@@ -2870,7 +3026,7 @@ var ibc_assets = {
|
|
|
2870
3026
|
chain: {
|
|
2871
3027
|
channel: 'channel-72'
|
|
2872
3028
|
}
|
|
2873
|
-
}
|
|
3029
|
+
}]
|
|
2874
3030
|
}, {
|
|
2875
3031
|
description: 'The IDR stablecoin of Terra Classic.',
|
|
2876
3032
|
denom_units: [{
|
|
@@ -2894,7 +3050,8 @@ var ibc_assets = {
|
|
|
2894
3050
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
|
2895
3051
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
|
2896
3052
|
},
|
|
2897
|
-
|
|
3053
|
+
traces: [{
|
|
3054
|
+
type: 'ibc',
|
|
2898
3055
|
counterparty: {
|
|
2899
3056
|
channel: 'channel-1',
|
|
2900
3057
|
denom: 'uidr',
|
|
@@ -2903,7 +3060,7 @@ var ibc_assets = {
|
|
|
2903
3060
|
chain: {
|
|
2904
3061
|
channel: 'channel-72'
|
|
2905
3062
|
}
|
|
2906
|
-
}
|
|
3063
|
+
}]
|
|
2907
3064
|
}, {
|
|
2908
3065
|
description: 'The INR stablecoin of Terra Classic.',
|
|
2909
3066
|
denom_units: [{
|
|
@@ -2927,7 +3084,8 @@ var ibc_assets = {
|
|
|
2927
3084
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
|
2928
3085
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
|
2929
3086
|
},
|
|
2930
|
-
|
|
3087
|
+
traces: [{
|
|
3088
|
+
type: 'ibc',
|
|
2931
3089
|
counterparty: {
|
|
2932
3090
|
channel: 'channel-1',
|
|
2933
3091
|
denom: 'uinr',
|
|
@@ -2936,7 +3094,7 @@ var ibc_assets = {
|
|
|
2936
3094
|
chain: {
|
|
2937
3095
|
channel: 'channel-72'
|
|
2938
3096
|
}
|
|
2939
|
-
}
|
|
3097
|
+
}]
|
|
2940
3098
|
}, {
|
|
2941
3099
|
description: 'The JPY stablecoin of Terra Classic.',
|
|
2942
3100
|
denom_units: [{
|
|
@@ -2960,7 +3118,8 @@ var ibc_assets = {
|
|
|
2960
3118
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
|
2961
3119
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
|
2962
3120
|
},
|
|
2963
|
-
|
|
3121
|
+
traces: [{
|
|
3122
|
+
type: 'ibc',
|
|
2964
3123
|
counterparty: {
|
|
2965
3124
|
channel: 'channel-1',
|
|
2966
3125
|
denom: 'ujpy',
|
|
@@ -2969,7 +3128,7 @@ var ibc_assets = {
|
|
|
2969
3128
|
chain: {
|
|
2970
3129
|
channel: 'channel-72'
|
|
2971
3130
|
}
|
|
2972
|
-
}
|
|
3131
|
+
}]
|
|
2973
3132
|
}, {
|
|
2974
3133
|
description: 'The MNT stablecoin of Terra Classic.',
|
|
2975
3134
|
denom_units: [{
|
|
@@ -2993,7 +3152,8 @@ var ibc_assets = {
|
|
|
2993
3152
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
|
2994
3153
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
|
2995
3154
|
},
|
|
2996
|
-
|
|
3155
|
+
traces: [{
|
|
3156
|
+
type: 'ibc',
|
|
2997
3157
|
counterparty: {
|
|
2998
3158
|
channel: 'channel-1',
|
|
2999
3159
|
denom: 'umnt',
|
|
@@ -3002,7 +3162,7 @@ var ibc_assets = {
|
|
|
3002
3162
|
chain: {
|
|
3003
3163
|
channel: 'channel-72'
|
|
3004
3164
|
}
|
|
3005
|
-
}
|
|
3165
|
+
}]
|
|
3006
3166
|
}, {
|
|
3007
3167
|
description: 'The MYR stablecoin of Terra Classic.',
|
|
3008
3168
|
denom_units: [{
|
|
@@ -3026,7 +3186,8 @@ var ibc_assets = {
|
|
|
3026
3186
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
|
3027
3187
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
|
3028
3188
|
},
|
|
3029
|
-
|
|
3189
|
+
traces: [{
|
|
3190
|
+
type: 'ibc',
|
|
3030
3191
|
counterparty: {
|
|
3031
3192
|
channel: 'channel-1',
|
|
3032
3193
|
denom: 'umyr',
|
|
@@ -3035,7 +3196,7 @@ var ibc_assets = {
|
|
|
3035
3196
|
chain: {
|
|
3036
3197
|
channel: 'channel-72'
|
|
3037
3198
|
}
|
|
3038
|
-
}
|
|
3199
|
+
}]
|
|
3039
3200
|
}, {
|
|
3040
3201
|
description: 'The NOK stablecoin of Terra Classic.',
|
|
3041
3202
|
denom_units: [{
|
|
@@ -3059,7 +3220,8 @@ var ibc_assets = {
|
|
|
3059
3220
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
|
3060
3221
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
|
3061
3222
|
},
|
|
3062
|
-
|
|
3223
|
+
traces: [{
|
|
3224
|
+
type: 'ibc',
|
|
3063
3225
|
counterparty: {
|
|
3064
3226
|
channel: 'channel-1',
|
|
3065
3227
|
denom: 'unok',
|
|
@@ -3068,7 +3230,7 @@ var ibc_assets = {
|
|
|
3068
3230
|
chain: {
|
|
3069
3231
|
channel: 'channel-72'
|
|
3070
3232
|
}
|
|
3071
|
-
}
|
|
3233
|
+
}]
|
|
3072
3234
|
}, {
|
|
3073
3235
|
description: 'The PHP stablecoin of Terra Classic.',
|
|
3074
3236
|
denom_units: [{
|
|
@@ -3092,7 +3254,8 @@ var ibc_assets = {
|
|
|
3092
3254
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
|
3093
3255
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
|
3094
3256
|
},
|
|
3095
|
-
|
|
3257
|
+
traces: [{
|
|
3258
|
+
type: 'ibc',
|
|
3096
3259
|
counterparty: {
|
|
3097
3260
|
channel: 'channel-1',
|
|
3098
3261
|
denom: 'uphp',
|
|
@@ -3101,7 +3264,7 @@ var ibc_assets = {
|
|
|
3101
3264
|
chain: {
|
|
3102
3265
|
channel: 'channel-72'
|
|
3103
3266
|
}
|
|
3104
|
-
}
|
|
3267
|
+
}]
|
|
3105
3268
|
}, {
|
|
3106
3269
|
description: 'The SDR stablecoin of Terra Classic.',
|
|
3107
3270
|
denom_units: [{
|
|
@@ -3125,7 +3288,8 @@ var ibc_assets = {
|
|
|
3125
3288
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
|
3126
3289
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
|
3127
3290
|
},
|
|
3128
|
-
|
|
3291
|
+
traces: [{
|
|
3292
|
+
type: 'ibc',
|
|
3129
3293
|
counterparty: {
|
|
3130
3294
|
channel: 'channel-1',
|
|
3131
3295
|
denom: 'usdr',
|
|
@@ -3134,7 +3298,7 @@ var ibc_assets = {
|
|
|
3134
3298
|
chain: {
|
|
3135
3299
|
channel: 'channel-72'
|
|
3136
3300
|
}
|
|
3137
|
-
}
|
|
3301
|
+
}]
|
|
3138
3302
|
}, {
|
|
3139
3303
|
description: 'The SEK stablecoin of Terra Classic.',
|
|
3140
3304
|
denom_units: [{
|
|
@@ -3158,7 +3322,8 @@ var ibc_assets = {
|
|
|
3158
3322
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
|
3159
3323
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
|
3160
3324
|
},
|
|
3161
|
-
|
|
3325
|
+
traces: [{
|
|
3326
|
+
type: 'ibc',
|
|
3162
3327
|
counterparty: {
|
|
3163
3328
|
channel: 'channel-1',
|
|
3164
3329
|
denom: 'usek',
|
|
@@ -3167,7 +3332,7 @@ var ibc_assets = {
|
|
|
3167
3332
|
chain: {
|
|
3168
3333
|
channel: 'channel-72'
|
|
3169
3334
|
}
|
|
3170
|
-
}
|
|
3335
|
+
}]
|
|
3171
3336
|
}, {
|
|
3172
3337
|
description: 'The SGD stablecoin of Terra Classic.',
|
|
3173
3338
|
denom_units: [{
|
|
@@ -3191,7 +3356,8 @@ var ibc_assets = {
|
|
|
3191
3356
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
|
3192
3357
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
|
3193
3358
|
},
|
|
3194
|
-
|
|
3359
|
+
traces: [{
|
|
3360
|
+
type: 'ibc',
|
|
3195
3361
|
counterparty: {
|
|
3196
3362
|
channel: 'channel-1',
|
|
3197
3363
|
denom: 'usgd',
|
|
@@ -3200,7 +3366,7 @@ var ibc_assets = {
|
|
|
3200
3366
|
chain: {
|
|
3201
3367
|
channel: 'channel-72'
|
|
3202
3368
|
}
|
|
3203
|
-
}
|
|
3369
|
+
}]
|
|
3204
3370
|
}, {
|
|
3205
3371
|
description: 'The THB stablecoin of Terra Classic.',
|
|
3206
3372
|
denom_units: [{
|
|
@@ -3224,7 +3390,8 @@ var ibc_assets = {
|
|
|
3224
3390
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
|
3225
3391
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
|
3226
3392
|
},
|
|
3227
|
-
|
|
3393
|
+
traces: [{
|
|
3394
|
+
type: 'ibc',
|
|
3228
3395
|
counterparty: {
|
|
3229
3396
|
channel: 'channel-1',
|
|
3230
3397
|
denom: 'uthb',
|
|
@@ -3233,7 +3400,7 @@ var ibc_assets = {
|
|
|
3233
3400
|
chain: {
|
|
3234
3401
|
channel: 'channel-72'
|
|
3235
3402
|
}
|
|
3236
|
-
}
|
|
3403
|
+
}]
|
|
3237
3404
|
}, {
|
|
3238
3405
|
description: 'The TWD stablecoin of Terra Classic.',
|
|
3239
3406
|
denom_units: [{
|
|
@@ -3257,7 +3424,8 @@ var ibc_assets = {
|
|
|
3257
3424
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
|
3258
3425
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
|
3259
3426
|
},
|
|
3260
|
-
|
|
3427
|
+
traces: [{
|
|
3428
|
+
type: 'ibc',
|
|
3261
3429
|
counterparty: {
|
|
3262
3430
|
channel: 'channel-1',
|
|
3263
3431
|
denom: 'utwd',
|
|
@@ -3266,7 +3434,7 @@ var ibc_assets = {
|
|
|
3266
3434
|
chain: {
|
|
3267
3435
|
channel: 'channel-72'
|
|
3268
3436
|
}
|
|
3269
|
-
}
|
|
3437
|
+
}]
|
|
3270
3438
|
}, {
|
|
3271
3439
|
description: 'The native token of Tgrade',
|
|
3272
3440
|
denom_units: [{
|
|
@@ -3287,7 +3455,8 @@ var ibc_assets = {
|
|
|
3287
3455
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3288
3456
|
},
|
|
3289
3457
|
coingecko_id: 'tgrade',
|
|
3290
|
-
|
|
3458
|
+
traces: [{
|
|
3459
|
+
type: 'ibc',
|
|
3291
3460
|
counterparty: {
|
|
3292
3461
|
channel: 'channel-0',
|
|
3293
3462
|
denom: 'utgd',
|
|
@@ -3296,7 +3465,7 @@ var ibc_assets = {
|
|
|
3296
3465
|
chain: {
|
|
3297
3466
|
channel: 'channel-263'
|
|
3298
3467
|
}
|
|
3299
|
-
}
|
|
3468
|
+
}]
|
|
3300
3469
|
}, {
|
|
3301
3470
|
description: 'The native token of Umee',
|
|
3302
3471
|
denom_units: [{
|
|
@@ -3315,7 +3484,8 @@ var ibc_assets = {
|
|
|
3315
3484
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png'
|
|
3316
3485
|
},
|
|
3317
3486
|
coingecko_id: 'umee',
|
|
3318
|
-
|
|
3487
|
+
traces: [{
|
|
3488
|
+
type: 'ibc',
|
|
3319
3489
|
counterparty: {
|
|
3320
3490
|
channel: 'channel-0',
|
|
3321
3491
|
denom: 'uumee',
|
|
@@ -3324,7 +3494,7 @@ var ibc_assets = {
|
|
|
3324
3494
|
chain: {
|
|
3325
3495
|
channel: 'channel-184'
|
|
3326
3496
|
}
|
|
3327
|
-
}
|
|
3497
|
+
}]
|
|
3328
3498
|
}, {
|
|
3329
3499
|
description: 'The native token of Vidulum',
|
|
3330
3500
|
denom_units: [{
|
|
@@ -3345,7 +3515,8 @@ var ibc_assets = {
|
|
|
3345
3515
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png'
|
|
3346
3516
|
},
|
|
3347
3517
|
coingecko_id: 'vidulum',
|
|
3348
|
-
|
|
3518
|
+
traces: [{
|
|
3519
|
+
type: 'ibc',
|
|
3349
3520
|
counterparty: {
|
|
3350
3521
|
channel: 'channel-0',
|
|
3351
3522
|
denom: 'uvdl',
|
|
@@ -3354,8 +3525,500 @@ var ibc_assets = {
|
|
|
3354
3525
|
chain: {
|
|
3355
3526
|
channel: 'channel-124'
|
|
3356
3527
|
}
|
|
3357
|
-
}
|
|
3528
|
+
}]
|
|
3529
|
+
}, {
|
|
3530
|
+
description: 'The native token cw20 for Neta on Juno Chain',
|
|
3531
|
+
type_asset: 'cw20',
|
|
3532
|
+
address: 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
3533
|
+
denom_units: [{
|
|
3534
|
+
denom: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
3535
|
+
exponent: 0,
|
|
3536
|
+
aliases: ['cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr']
|
|
3537
|
+
}, {
|
|
3538
|
+
denom: 'neta',
|
|
3539
|
+
exponent: 6
|
|
3540
|
+
}],
|
|
3541
|
+
base: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
3542
|
+
name: 'Neta',
|
|
3543
|
+
display: 'neta',
|
|
3544
|
+
symbol: 'NETA',
|
|
3545
|
+
logo_URIs: {
|
|
3546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
|
|
3547
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
3548
|
+
},
|
|
3549
|
+
coingecko_id: 'neta',
|
|
3550
|
+
traces: [{
|
|
3551
|
+
type: 'ibc',
|
|
3552
|
+
counterparty: {
|
|
3553
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3554
|
+
channel: 'channel-47',
|
|
3555
|
+
denom: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
3556
|
+
chain_name: 'juno'
|
|
3557
|
+
},
|
|
3558
|
+
chain: {
|
|
3559
|
+
port: 'transfer',
|
|
3560
|
+
channel: 'channel-169'
|
|
3561
|
+
}
|
|
3562
|
+
}]
|
|
3563
|
+
}, {
|
|
3564
|
+
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
3565
|
+
type_asset: 'cw20',
|
|
3566
|
+
address: 'juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
3567
|
+
denom_units: [{
|
|
3568
|
+
denom: 'ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6',
|
|
3569
|
+
exponent: 0,
|
|
3570
|
+
aliases: ['cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl']
|
|
3571
|
+
}, {
|
|
3572
|
+
denom: 'marble',
|
|
3573
|
+
exponent: 3
|
|
3574
|
+
}],
|
|
3575
|
+
base: 'ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6',
|
|
3576
|
+
name: 'Marble',
|
|
3577
|
+
display: 'marble',
|
|
3578
|
+
symbol: 'MARBLE',
|
|
3579
|
+
logo_URIs: {
|
|
3580
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
|
|
3581
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
3582
|
+
},
|
|
3583
|
+
coingecko_id: 'marble',
|
|
3584
|
+
traces: [{
|
|
3585
|
+
type: 'ibc',
|
|
3586
|
+
counterparty: {
|
|
3587
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3588
|
+
channel: 'channel-47',
|
|
3589
|
+
denom: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
3590
|
+
chain_name: 'juno'
|
|
3591
|
+
},
|
|
3592
|
+
chain: {
|
|
3593
|
+
port: 'transfer',
|
|
3594
|
+
channel: 'channel-169'
|
|
3595
|
+
}
|
|
3596
|
+
}]
|
|
3597
|
+
}, {
|
|
3598
|
+
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
|
3599
|
+
type_asset: 'cw20',
|
|
3600
|
+
address: 'juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
3601
|
+
denom_units: [{
|
|
3602
|
+
denom: 'ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B',
|
|
3603
|
+
exponent: 0,
|
|
3604
|
+
aliases: ['cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z']
|
|
3605
|
+
}, {
|
|
3606
|
+
denom: 'hope',
|
|
3607
|
+
exponent: 6
|
|
3608
|
+
}],
|
|
3609
|
+
base: 'ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B',
|
|
3610
|
+
name: 'Hope Galaxy',
|
|
3611
|
+
display: 'hope',
|
|
3612
|
+
symbol: 'HOPE',
|
|
3613
|
+
logo_URIs: {
|
|
3614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
|
|
3615
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
3616
|
+
},
|
|
3617
|
+
coingecko_id: 'hope-galaxy',
|
|
3618
|
+
traces: [{
|
|
3619
|
+
type: 'ibc',
|
|
3620
|
+
counterparty: {
|
|
3621
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3622
|
+
channel: 'channel-47',
|
|
3623
|
+
denom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
3624
|
+
chain_name: 'juno'
|
|
3625
|
+
},
|
|
3626
|
+
chain: {
|
|
3627
|
+
port: 'transfer',
|
|
3628
|
+
channel: 'channel-169'
|
|
3629
|
+
}
|
|
3630
|
+
}]
|
|
3631
|
+
}, {
|
|
3632
|
+
description: 'Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem',
|
|
3633
|
+
type_asset: 'cw20',
|
|
3634
|
+
address: 'juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
3635
|
+
denom_units: [{
|
|
3636
|
+
denom: 'ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788',
|
|
3637
|
+
exponent: 0,
|
|
3638
|
+
aliases: ['cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa']
|
|
3639
|
+
}, {
|
|
3640
|
+
denom: 'rac',
|
|
3641
|
+
exponent: 6
|
|
3642
|
+
}],
|
|
3643
|
+
base: 'ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788',
|
|
3644
|
+
name: 'Racoon',
|
|
3645
|
+
display: 'rac',
|
|
3646
|
+
symbol: 'RAC',
|
|
3647
|
+
logo_URIs: {
|
|
3648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
|
3649
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
3650
|
+
},
|
|
3651
|
+
coingecko_id: 'racoon',
|
|
3652
|
+
traces: [{
|
|
3653
|
+
type: 'ibc',
|
|
3654
|
+
counterparty: {
|
|
3655
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3656
|
+
channel: 'channel-47',
|
|
3657
|
+
denom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
3658
|
+
chain_name: 'juno'
|
|
3659
|
+
},
|
|
3660
|
+
chain: {
|
|
3661
|
+
port: 'transfer',
|
|
3662
|
+
channel: 'channel-169'
|
|
3663
|
+
}
|
|
3664
|
+
}]
|
|
3665
|
+
}, {
|
|
3666
|
+
description: 'The native token of Marble DEX on Juno Chain',
|
|
3667
|
+
type_asset: 'cw20',
|
|
3668
|
+
address: 'juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
3669
|
+
denom_units: [{
|
|
3670
|
+
denom: 'ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3',
|
|
3671
|
+
exponent: 0,
|
|
3672
|
+
aliases: ['cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq']
|
|
3673
|
+
}, {
|
|
3674
|
+
denom: 'block',
|
|
3675
|
+
exponent: 6
|
|
3676
|
+
}],
|
|
3677
|
+
base: 'ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3',
|
|
3678
|
+
name: 'Block',
|
|
3679
|
+
display: 'block',
|
|
3680
|
+
symbol: 'BLOCK',
|
|
3681
|
+
logo_URIs: {
|
|
3682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
|
3683
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
3684
|
+
},
|
|
3685
|
+
traces: [{
|
|
3686
|
+
type: 'ibc',
|
|
3687
|
+
counterparty: {
|
|
3688
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3689
|
+
channel: 'channel-47',
|
|
3690
|
+
denom: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
3691
|
+
chain_name: 'juno'
|
|
3692
|
+
},
|
|
3693
|
+
chain: {
|
|
3694
|
+
port: 'transfer',
|
|
3695
|
+
channel: 'channel-169'
|
|
3696
|
+
}
|
|
3697
|
+
}]
|
|
3698
|
+
}, {
|
|
3699
|
+
description: 'The DAO token to build consensus among Hong Kong People',
|
|
3700
|
+
type_asset: 'cw20',
|
|
3701
|
+
address: 'juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
3702
|
+
denom_units: [{
|
|
3703
|
+
denom: 'ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB',
|
|
3704
|
+
exponent: 0,
|
|
3705
|
+
aliases: ['cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49']
|
|
3706
|
+
}],
|
|
3707
|
+
base: 'ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB',
|
|
3708
|
+
name: 'DHK',
|
|
3709
|
+
display: 'dhk',
|
|
3710
|
+
symbol: 'DHK',
|
|
3711
|
+
logo_URIs: {
|
|
3712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
|
3713
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3714
|
+
},
|
|
3715
|
+
traces: [{
|
|
3716
|
+
type: 'ibc',
|
|
3717
|
+
counterparty: {
|
|
3718
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3719
|
+
channel: 'channel-47',
|
|
3720
|
+
denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
3721
|
+
chain_name: 'juno'
|
|
3722
|
+
},
|
|
3723
|
+
chain: {
|
|
3724
|
+
port: 'transfer',
|
|
3725
|
+
channel: 'channel-169'
|
|
3726
|
+
}
|
|
3727
|
+
}]
|
|
3728
|
+
}, {
|
|
3729
|
+
description: 'Token governance for Junoswap',
|
|
3730
|
+
type_asset: 'cw20',
|
|
3731
|
+
address: 'juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
3732
|
+
denom_units: [{
|
|
3733
|
+
denom: 'ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC',
|
|
3734
|
+
exponent: 0,
|
|
3735
|
+
aliases: ['cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g']
|
|
3736
|
+
}, {
|
|
3737
|
+
denom: 'raw',
|
|
3738
|
+
exponent: 6
|
|
3739
|
+
}],
|
|
3740
|
+
base: 'ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC',
|
|
3741
|
+
name: 'JunoSwap',
|
|
3742
|
+
display: 'raw',
|
|
3743
|
+
symbol: 'RAW',
|
|
3744
|
+
logo_URIs: {
|
|
3745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
|
3746
|
+
},
|
|
3747
|
+
coingecko_id: 'junoswap-raw-dao',
|
|
3748
|
+
traces: [{
|
|
3749
|
+
type: 'ibc',
|
|
3750
|
+
counterparty: {
|
|
3751
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3752
|
+
channel: 'channel-47',
|
|
3753
|
+
denom: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
3754
|
+
chain_name: 'juno'
|
|
3755
|
+
},
|
|
3756
|
+
chain: {
|
|
3757
|
+
port: 'transfer',
|
|
3758
|
+
channel: 'channel-169'
|
|
3759
|
+
}
|
|
3760
|
+
}]
|
|
3761
|
+
}, {
|
|
3762
|
+
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
3763
|
+
type_asset: 'cw20',
|
|
3764
|
+
address: 'juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
3765
|
+
denom_units: [{
|
|
3766
|
+
denom: 'ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7',
|
|
3767
|
+
exponent: 0,
|
|
3768
|
+
aliases: ['cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w']
|
|
3769
|
+
}, {
|
|
3770
|
+
denom: 'asvt',
|
|
3771
|
+
exponent: 6
|
|
3772
|
+
}],
|
|
3773
|
+
base: 'ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7',
|
|
3774
|
+
name: 'Another.Software Validator Token',
|
|
3775
|
+
display: 'asvt',
|
|
3776
|
+
symbol: 'ASVT',
|
|
3777
|
+
logo_URIs: {
|
|
3778
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
3779
|
+
},
|
|
3780
|
+
traces: [{
|
|
3781
|
+
type: 'ibc',
|
|
3782
|
+
counterparty: {
|
|
3783
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3784
|
+
channel: 'channel-47',
|
|
3785
|
+
denom: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
3786
|
+
chain_name: 'juno'
|
|
3787
|
+
},
|
|
3788
|
+
chain: {
|
|
3789
|
+
port: 'transfer',
|
|
3790
|
+
channel: 'channel-169'
|
|
3791
|
+
}
|
|
3792
|
+
}]
|
|
3793
|
+
}, {
|
|
3794
|
+
description: 'IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.',
|
|
3795
|
+
type_asset: 'cw20',
|
|
3796
|
+
address: 'juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
3797
|
+
denom_units: [{
|
|
3798
|
+
denom: 'ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A',
|
|
3799
|
+
exponent: 0,
|
|
3800
|
+
aliases: ['cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k']
|
|
3801
|
+
}, {
|
|
3802
|
+
denom: 'hns',
|
|
3803
|
+
exponent: 6
|
|
3804
|
+
}],
|
|
3805
|
+
base: 'ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A',
|
|
3806
|
+
name: 'IBC HNS (Handshake)',
|
|
3807
|
+
display: 'hns',
|
|
3808
|
+
symbol: 'HNS',
|
|
3809
|
+
logo_URIs: {
|
|
3810
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
|
3811
|
+
},
|
|
3812
|
+
traces: [{
|
|
3813
|
+
type: 'ibc',
|
|
3814
|
+
counterparty: {
|
|
3815
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3816
|
+
channel: 'channel-47',
|
|
3817
|
+
denom: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
3818
|
+
chain_name: 'juno'
|
|
3819
|
+
},
|
|
3820
|
+
chain: {
|
|
3821
|
+
port: 'transfer',
|
|
3822
|
+
channel: 'channel-169'
|
|
3823
|
+
}
|
|
3824
|
+
}]
|
|
3825
|
+
}, {
|
|
3826
|
+
description: 'DAO dedicated to building tools on the Juno Network',
|
|
3827
|
+
type_asset: 'cw20',
|
|
3828
|
+
address: 'juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
3829
|
+
denom_units: [{
|
|
3830
|
+
denom: 'ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484',
|
|
3831
|
+
exponent: 0,
|
|
3832
|
+
aliases: ['cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3']
|
|
3833
|
+
}, {
|
|
3834
|
+
denom: 'joe',
|
|
3835
|
+
exponent: 6
|
|
3836
|
+
}],
|
|
3837
|
+
base: 'ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484',
|
|
3838
|
+
name: 'JoeDAO',
|
|
3839
|
+
display: 'joe',
|
|
3840
|
+
symbol: 'JOE',
|
|
3841
|
+
logo_URIs: {
|
|
3842
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
3843
|
+
},
|
|
3844
|
+
traces: [{
|
|
3845
|
+
type: 'ibc',
|
|
3846
|
+
counterparty: {
|
|
3847
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3848
|
+
channel: 'channel-47',
|
|
3849
|
+
denom: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
3850
|
+
chain_name: 'juno'
|
|
3851
|
+
},
|
|
3852
|
+
chain: {
|
|
3853
|
+
port: 'transfer',
|
|
3854
|
+
channel: 'channel-169'
|
|
3855
|
+
}
|
|
3856
|
+
}]
|
|
3857
|
+
}, {
|
|
3858
|
+
description: 'Governance Token for Digital Land Acquisition DAO',
|
|
3859
|
+
type_asset: 'cw20',
|
|
3860
|
+
address: 'juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
3861
|
+
denom_units: [{
|
|
3862
|
+
denom: 'ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8',
|
|
3863
|
+
exponent: 0,
|
|
3864
|
+
aliases: ['cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr']
|
|
3865
|
+
}, {
|
|
3866
|
+
denom: 'dla',
|
|
3867
|
+
exponent: 6
|
|
3868
|
+
}],
|
|
3869
|
+
base: 'ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8',
|
|
3870
|
+
name: 'Digital Land Acquisition DAO',
|
|
3871
|
+
display: 'dla',
|
|
3872
|
+
symbol: 'DLA',
|
|
3873
|
+
logo_URIs: {
|
|
3874
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
|
3875
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
3876
|
+
},
|
|
3877
|
+
traces: [{
|
|
3878
|
+
type: 'ibc',
|
|
3879
|
+
counterparty: {
|
|
3880
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3881
|
+
channel: 'channel-47',
|
|
3882
|
+
denom: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
3883
|
+
chain_name: 'juno'
|
|
3884
|
+
},
|
|
3885
|
+
chain: {
|
|
3886
|
+
port: 'transfer',
|
|
3887
|
+
channel: 'channel-169'
|
|
3888
|
+
}
|
|
3889
|
+
}]
|
|
3890
|
+
}, {
|
|
3891
|
+
description: 'DeFi gaming platform built on Juno',
|
|
3892
|
+
type_asset: 'cw20',
|
|
3893
|
+
address: 'juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
3894
|
+
denom_units: [{
|
|
3895
|
+
denom: 'ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E',
|
|
3896
|
+
exponent: 0,
|
|
3897
|
+
aliases: ['cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se']
|
|
3898
|
+
}, {
|
|
3899
|
+
denom: 'glto',
|
|
3900
|
+
exponent: 6
|
|
3901
|
+
}],
|
|
3902
|
+
base: 'ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E',
|
|
3903
|
+
name: 'Gelotto',
|
|
3904
|
+
display: 'glto',
|
|
3905
|
+
symbol: 'GLTO',
|
|
3906
|
+
logo_URIs: {
|
|
3907
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
3908
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
3909
|
+
},
|
|
3910
|
+
traces: [{
|
|
3911
|
+
type: 'ibc',
|
|
3912
|
+
counterparty: {
|
|
3913
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3914
|
+
channel: 'channel-47',
|
|
3915
|
+
denom: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
3916
|
+
chain_name: 'juno'
|
|
3917
|
+
},
|
|
3918
|
+
chain: {
|
|
3919
|
+
port: 'transfer',
|
|
3920
|
+
channel: 'channel-169'
|
|
3921
|
+
}
|
|
3922
|
+
}]
|
|
3923
|
+
}, {
|
|
3924
|
+
description: 'Gelotto Year 1 Grand Prize Token',
|
|
3925
|
+
type_asset: 'cw20',
|
|
3926
|
+
address: 'juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
3927
|
+
denom_units: [{
|
|
3928
|
+
denom: 'ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8',
|
|
3929
|
+
exponent: 0,
|
|
3930
|
+
aliases: ['cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh']
|
|
3931
|
+
}, {
|
|
3932
|
+
denom: 'gkey',
|
|
3933
|
+
exponent: 6
|
|
3934
|
+
}],
|
|
3935
|
+
base: 'ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8',
|
|
3936
|
+
name: 'GKey',
|
|
3937
|
+
display: 'gkey',
|
|
3938
|
+
symbol: 'GKEY',
|
|
3939
|
+
logo_URIs: {
|
|
3940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
|
3941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
3942
|
+
},
|
|
3943
|
+
traces: [{
|
|
3944
|
+
type: 'ibc',
|
|
3945
|
+
counterparty: {
|
|
3946
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3947
|
+
channel: 'channel-47',
|
|
3948
|
+
denom: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
3949
|
+
chain_name: 'juno'
|
|
3950
|
+
},
|
|
3951
|
+
chain: {
|
|
3952
|
+
port: 'transfer',
|
|
3953
|
+
channel: 'channel-169'
|
|
3954
|
+
}
|
|
3955
|
+
}]
|
|
3956
|
+
}, {
|
|
3957
|
+
description: 'The native token cw20 for BlackHole on Juno Chain',
|
|
3958
|
+
type_asset: 'cw20',
|
|
3959
|
+
address: 'juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
|
3960
|
+
denom_units: [{
|
|
3961
|
+
denom: 'ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D',
|
|
3962
|
+
exponent: 0,
|
|
3963
|
+
aliases: ['cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m']
|
|
3964
|
+
}, {
|
|
3965
|
+
denom: 'hole',
|
|
3966
|
+
exponent: 6
|
|
3967
|
+
}],
|
|
3968
|
+
base: 'ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D',
|
|
3969
|
+
name: 'BlackHole',
|
|
3970
|
+
display: 'hole',
|
|
3971
|
+
symbol: 'HOLE',
|
|
3972
|
+
logo_URIs: {
|
|
3973
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
|
3974
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
3975
|
+
},
|
|
3976
|
+
traces: [{
|
|
3977
|
+
type: 'ibc',
|
|
3978
|
+
counterparty: {
|
|
3979
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3980
|
+
channel: 'channel-47',
|
|
3981
|
+
denom: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
|
3982
|
+
chain_name: 'juno'
|
|
3983
|
+
},
|
|
3984
|
+
chain: {
|
|
3985
|
+
port: 'transfer',
|
|
3986
|
+
channel: 'channel-169'
|
|
3987
|
+
}
|
|
3988
|
+
}]
|
|
3989
|
+
}, {
|
|
3990
|
+
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
3991
|
+
type_asset: 'cw20',
|
|
3992
|
+
address: 'ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy',
|
|
3993
|
+
denom_units: [{
|
|
3994
|
+
denom: 'ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121',
|
|
3995
|
+
exponent: 0,
|
|
3996
|
+
aliases: ['cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy']
|
|
3997
|
+
}, {
|
|
3998
|
+
denom: 'lvn',
|
|
3999
|
+
exponent: 6
|
|
4000
|
+
}],
|
|
4001
|
+
base: 'ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121',
|
|
4002
|
+
name: 'LVN',
|
|
4003
|
+
display: 'lvn',
|
|
4004
|
+
symbol: 'LVN',
|
|
4005
|
+
logo_URIs: {
|
|
4006
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
4007
|
+
},
|
|
4008
|
+
coingecko_id: 'lvn',
|
|
4009
|
+
traces: [{
|
|
4010
|
+
type: 'ibc',
|
|
4011
|
+
counterparty: {
|
|
4012
|
+
port: 'wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha',
|
|
4013
|
+
channel: 'channel-18',
|
|
4014
|
+
denom: 'cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy',
|
|
4015
|
+
chain_name: 'kichain'
|
|
4016
|
+
},
|
|
4017
|
+
chain: {
|
|
4018
|
+
port: 'transfer',
|
|
4019
|
+
channel: 'channel-261'
|
|
4020
|
+
}
|
|
4021
|
+
}]
|
|
3358
4022
|
}]
|
|
3359
4023
|
};
|
|
3360
|
-
|
|
3361
|
-
exports["default"] = _default;
|
|
4024
|
+
export default asset_list;
|