@chain-registry/osmosis 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/README.md +2 -2
- package/{module/ibc_assets.js → main/asset_list.js} +890 -242
- package/main/index.js +9 -9
- package/{main/ibc_assets.js → module/asset_list.js} +883 -249
- package/module/index.js +3 -3
- package/package.json +5 -5
- package/types/asset_list.d.ts +3 -0
- package/types/index.d.ts +3 -3
- package/types/ibc_assets.d.ts +0 -3
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var asset_list = {
|
|
2
8
|
chain_name: 'osmosis',
|
|
3
9
|
assets: [{
|
|
4
10
|
description: "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
|
|
@@ -19,7 +25,8 @@ const ibc_assets = {
|
|
|
19
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
20
26
|
},
|
|
21
27
|
coingecko_id: 'akash-network',
|
|
22
|
-
|
|
28
|
+
transition: [{
|
|
29
|
+
type: 'ibc',
|
|
23
30
|
counterparty: {
|
|
24
31
|
channel: 'channel-9',
|
|
25
32
|
denom: 'uakt',
|
|
@@ -28,7 +35,7 @@ const ibc_assets = {
|
|
|
28
35
|
chain: {
|
|
29
36
|
channel: 'channel-1'
|
|
30
37
|
}
|
|
31
|
-
}
|
|
38
|
+
}]
|
|
32
39
|
}, {
|
|
33
40
|
description: 'The native token of Asset Mantle',
|
|
34
41
|
denom_units: [{
|
|
@@ -47,7 +54,8 @@ const ibc_assets = {
|
|
|
47
54
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png'
|
|
48
55
|
},
|
|
49
56
|
coingecko_id: 'assetmantle',
|
|
50
|
-
|
|
57
|
+
transition: [{
|
|
58
|
+
type: 'ibc',
|
|
51
59
|
counterparty: {
|
|
52
60
|
channel: 'channel-0',
|
|
53
61
|
denom: 'umntl',
|
|
@@ -56,7 +64,7 @@ const ibc_assets = {
|
|
|
56
64
|
chain: {
|
|
57
65
|
channel: 'channel-232'
|
|
58
66
|
}
|
|
59
|
-
}
|
|
67
|
+
}]
|
|
60
68
|
}, {
|
|
61
69
|
description: 'The native token of Axelar',
|
|
62
70
|
denom_units: [{
|
|
@@ -76,7 +84,8 @@ const ibc_assets = {
|
|
|
76
84
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
77
85
|
},
|
|
78
86
|
coingecko_id: 'axelar-network',
|
|
79
|
-
|
|
87
|
+
transition: [{
|
|
88
|
+
type: 'ibc',
|
|
80
89
|
counterparty: {
|
|
81
90
|
channel: 'channel-3',
|
|
82
91
|
denom: 'uaxl',
|
|
@@ -85,7 +94,7 @@ const ibc_assets = {
|
|
|
85
94
|
chain: {
|
|
86
95
|
channel: 'channel-208'
|
|
87
96
|
}
|
|
88
|
-
}
|
|
97
|
+
}]
|
|
89
98
|
}, {
|
|
90
99
|
description: "Circle's stablecoin on Axelar",
|
|
91
100
|
denom_units: [{
|
|
@@ -105,7 +114,8 @@ const ibc_assets = {
|
|
|
105
114
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
|
|
106
115
|
},
|
|
107
116
|
coingecko_id: 'usd-coin',
|
|
108
|
-
|
|
117
|
+
transition: [{
|
|
118
|
+
type: 'ibc',
|
|
109
119
|
counterparty: {
|
|
110
120
|
channel: 'channel-3',
|
|
111
121
|
denom: 'uusdc',
|
|
@@ -114,7 +124,7 @@ const ibc_assets = {
|
|
|
114
124
|
chain: {
|
|
115
125
|
channel: 'channel-208'
|
|
116
126
|
}
|
|
117
|
-
}
|
|
127
|
+
}]
|
|
118
128
|
}, {
|
|
119
129
|
description: "Frax's fractional-algorithmic stablecoin on Axelar",
|
|
120
130
|
denom_units: [{
|
|
@@ -134,7 +144,8 @@ const ibc_assets = {
|
|
|
134
144
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png'
|
|
135
145
|
},
|
|
136
146
|
coingecko_id: 'frax',
|
|
137
|
-
|
|
147
|
+
transition: [{
|
|
148
|
+
type: 'ibc',
|
|
138
149
|
counterparty: {
|
|
139
150
|
channel: 'channel-3',
|
|
140
151
|
denom: 'frax-wei',
|
|
@@ -143,7 +154,7 @@ const ibc_assets = {
|
|
|
143
154
|
chain: {
|
|
144
155
|
channel: 'channel-208'
|
|
145
156
|
}
|
|
146
|
-
}
|
|
157
|
+
}]
|
|
147
158
|
}, {
|
|
148
159
|
description: 'Dai stablecoin on Axelar',
|
|
149
160
|
denom_units: [{
|
|
@@ -163,7 +174,8 @@ const ibc_assets = {
|
|
|
163
174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png'
|
|
164
175
|
},
|
|
165
176
|
coingecko_id: 'dai',
|
|
166
|
-
|
|
177
|
+
transition: [{
|
|
178
|
+
type: 'ibc',
|
|
167
179
|
counterparty: {
|
|
168
180
|
channel: 'channel-3',
|
|
169
181
|
denom: 'dai-wei',
|
|
@@ -172,7 +184,7 @@ const ibc_assets = {
|
|
|
172
184
|
chain: {
|
|
173
185
|
channel: 'channel-208'
|
|
174
186
|
}
|
|
175
|
-
}
|
|
187
|
+
}]
|
|
176
188
|
}, {
|
|
177
189
|
description: "Tether's USD stablecoin on Axelar",
|
|
178
190
|
denom_units: [{
|
|
@@ -192,7 +204,8 @@ const ibc_assets = {
|
|
|
192
204
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png'
|
|
193
205
|
},
|
|
194
206
|
coingecko_id: 'tether',
|
|
195
|
-
|
|
207
|
+
transition: [{
|
|
208
|
+
type: 'ibc',
|
|
196
209
|
counterparty: {
|
|
197
210
|
channel: 'channel-3',
|
|
198
211
|
denom: 'uusdt',
|
|
@@ -201,7 +214,7 @@ const ibc_assets = {
|
|
|
201
214
|
chain: {
|
|
202
215
|
channel: 'channel-208'
|
|
203
216
|
}
|
|
204
|
-
}
|
|
217
|
+
}]
|
|
205
218
|
}, {
|
|
206
219
|
description: 'Wrapped Ether on Axelar',
|
|
207
220
|
denom_units: [{
|
|
@@ -220,7 +233,8 @@ const ibc_assets = {
|
|
|
220
233
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
221
234
|
},
|
|
222
235
|
coingecko_id: 'weth',
|
|
223
|
-
|
|
236
|
+
transition: [{
|
|
237
|
+
type: 'ibc',
|
|
224
238
|
counterparty: {
|
|
225
239
|
channel: 'channel-3',
|
|
226
240
|
denom: 'weth-wei',
|
|
@@ -229,7 +243,7 @@ const ibc_assets = {
|
|
|
229
243
|
chain: {
|
|
230
244
|
channel: 'channel-208'
|
|
231
245
|
}
|
|
232
|
-
}
|
|
246
|
+
}]
|
|
233
247
|
}, {
|
|
234
248
|
description: 'Wrapped Bitcoin on Axelar',
|
|
235
249
|
denom_units: [{
|
|
@@ -248,7 +262,8 @@ const ibc_assets = {
|
|
|
248
262
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
249
263
|
},
|
|
250
264
|
coingecko_id: 'wrapped-bitcoin',
|
|
251
|
-
|
|
265
|
+
transition: [{
|
|
266
|
+
type: 'ibc',
|
|
252
267
|
counterparty: {
|
|
253
268
|
channel: 'channel-3',
|
|
254
269
|
denom: 'wbtc-satoshi',
|
|
@@ -257,7 +272,7 @@ const ibc_assets = {
|
|
|
257
272
|
chain: {
|
|
258
273
|
channel: 'channel-208'
|
|
259
274
|
}
|
|
260
|
-
}
|
|
275
|
+
}]
|
|
261
276
|
}, {
|
|
262
277
|
description: 'Aave on Axelar',
|
|
263
278
|
denom_units: [{
|
|
@@ -276,7 +291,8 @@ const ibc_assets = {
|
|
|
276
291
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg'
|
|
277
292
|
},
|
|
278
293
|
coingecko_id: 'aave',
|
|
279
|
-
|
|
294
|
+
transition: [{
|
|
295
|
+
type: 'ibc',
|
|
280
296
|
counterparty: {
|
|
281
297
|
channel: 'channel-3',
|
|
282
298
|
denom: 'aave-wei',
|
|
@@ -285,7 +301,7 @@ const ibc_assets = {
|
|
|
285
301
|
chain: {
|
|
286
302
|
channel: 'channel-208'
|
|
287
303
|
}
|
|
288
|
-
}
|
|
304
|
+
}]
|
|
289
305
|
}, {
|
|
290
306
|
description: 'ApeCoin on Axelar',
|
|
291
307
|
denom_units: [{
|
|
@@ -304,7 +320,8 @@ const ibc_assets = {
|
|
|
304
320
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg'
|
|
305
321
|
},
|
|
306
322
|
coingecko_id: 'apecoin',
|
|
307
|
-
|
|
323
|
+
transition: [{
|
|
324
|
+
type: 'ibc',
|
|
308
325
|
counterparty: {
|
|
309
326
|
channel: 'channel-3',
|
|
310
327
|
denom: 'ape-wei',
|
|
@@ -313,7 +330,7 @@ const ibc_assets = {
|
|
|
313
330
|
chain: {
|
|
314
331
|
channel: 'channel-208'
|
|
315
332
|
}
|
|
316
|
-
}
|
|
333
|
+
}]
|
|
317
334
|
}, {
|
|
318
335
|
description: 'Axie Infinity Shard on Axelar',
|
|
319
336
|
type_asset: 'erc20',
|
|
@@ -334,7 +351,8 @@ const ibc_assets = {
|
|
|
334
351
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg'
|
|
335
352
|
},
|
|
336
353
|
coingecko_id: 'axie-infinity',
|
|
337
|
-
|
|
354
|
+
transition: [{
|
|
355
|
+
type: 'ibc',
|
|
338
356
|
counterparty: {
|
|
339
357
|
channel: 'channel-3',
|
|
340
358
|
denom: 'axs-wei',
|
|
@@ -343,7 +361,7 @@ const ibc_assets = {
|
|
|
343
361
|
chain: {
|
|
344
362
|
channel: 'channel-208'
|
|
345
363
|
}
|
|
346
|
-
}
|
|
364
|
+
}]
|
|
347
365
|
}, {
|
|
348
366
|
description: 'Chainlink on Axelar',
|
|
349
367
|
denom_units: [{
|
|
@@ -363,7 +381,8 @@ const ibc_assets = {
|
|
|
363
381
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
364
382
|
},
|
|
365
383
|
coingecko_id: 'chainlink',
|
|
366
|
-
|
|
384
|
+
transition: [{
|
|
385
|
+
type: 'ibc',
|
|
367
386
|
counterparty: {
|
|
368
387
|
channel: 'channel-3',
|
|
369
388
|
denom: 'link-wei',
|
|
@@ -372,7 +391,7 @@ const ibc_assets = {
|
|
|
372
391
|
chain: {
|
|
373
392
|
channel: 'channel-208'
|
|
374
393
|
}
|
|
375
|
-
}
|
|
394
|
+
}]
|
|
376
395
|
}, {
|
|
377
396
|
description: 'Maker on Axelar',
|
|
378
397
|
denom_units: [{
|
|
@@ -391,7 +410,8 @@ const ibc_assets = {
|
|
|
391
410
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg'
|
|
392
411
|
},
|
|
393
412
|
coingecko_id: 'maker',
|
|
394
|
-
|
|
413
|
+
transition: [{
|
|
414
|
+
type: 'ibc',
|
|
395
415
|
counterparty: {
|
|
396
416
|
channel: 'channel-3',
|
|
397
417
|
denom: 'mkr-wei',
|
|
@@ -400,7 +420,7 @@ const ibc_assets = {
|
|
|
400
420
|
chain: {
|
|
401
421
|
channel: 'channel-208'
|
|
402
422
|
}
|
|
403
|
-
}
|
|
423
|
+
}]
|
|
404
424
|
}, {
|
|
405
425
|
description: 'Rai Reflex Index on Axelar',
|
|
406
426
|
denom_units: [{
|
|
@@ -419,7 +439,8 @@ const ibc_assets = {
|
|
|
419
439
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg'
|
|
420
440
|
},
|
|
421
441
|
coingecko_id: 'rai',
|
|
422
|
-
|
|
442
|
+
transition: [{
|
|
443
|
+
type: 'ibc',
|
|
423
444
|
counterparty: {
|
|
424
445
|
channel: 'channel-3',
|
|
425
446
|
denom: 'rai-wei',
|
|
@@ -428,7 +449,7 @@ const ibc_assets = {
|
|
|
428
449
|
chain: {
|
|
429
450
|
channel: 'channel-208'
|
|
430
451
|
}
|
|
431
|
-
}
|
|
452
|
+
}]
|
|
432
453
|
}, {
|
|
433
454
|
description: 'Shiba Inu on Axelar',
|
|
434
455
|
denom_units: [{
|
|
@@ -447,7 +468,8 @@ const ibc_assets = {
|
|
|
447
468
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
448
469
|
},
|
|
449
470
|
coingecko_id: 'shiba-inu',
|
|
450
|
-
|
|
471
|
+
transition: [{
|
|
472
|
+
type: 'ibc',
|
|
451
473
|
counterparty: {
|
|
452
474
|
channel: 'channel-3',
|
|
453
475
|
denom: 'shib-wei',
|
|
@@ -456,7 +478,7 @@ const ibc_assets = {
|
|
|
456
478
|
chain: {
|
|
457
479
|
channel: 'channel-208'
|
|
458
480
|
}
|
|
459
|
-
}
|
|
481
|
+
}]
|
|
460
482
|
}, {
|
|
461
483
|
description: 'Lido Staked Ether on Axelar',
|
|
462
484
|
denom_units: [{
|
|
@@ -475,7 +497,8 @@ const ibc_assets = {
|
|
|
475
497
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg'
|
|
476
498
|
},
|
|
477
499
|
coingecko_id: 'staked-ether',
|
|
478
|
-
|
|
500
|
+
transition: [{
|
|
501
|
+
type: 'ibc',
|
|
479
502
|
counterparty: {
|
|
480
503
|
channel: 'channel-3',
|
|
481
504
|
denom: 'steth-wei',
|
|
@@ -484,7 +507,7 @@ const ibc_assets = {
|
|
|
484
507
|
chain: {
|
|
485
508
|
channel: 'channel-208'
|
|
486
509
|
}
|
|
487
|
-
}
|
|
510
|
+
}]
|
|
488
511
|
}, {
|
|
489
512
|
description: 'Uniswap on Axelar',
|
|
490
513
|
denom_units: [{
|
|
@@ -503,7 +526,8 @@ const ibc_assets = {
|
|
|
503
526
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
504
527
|
},
|
|
505
528
|
coingecko_id: 'uniswap',
|
|
506
|
-
|
|
529
|
+
transition: [{
|
|
530
|
+
type: 'ibc',
|
|
507
531
|
counterparty: {
|
|
508
532
|
channel: 'channel-3',
|
|
509
533
|
denom: 'uni-wei',
|
|
@@ -512,7 +536,7 @@ const ibc_assets = {
|
|
|
512
536
|
chain: {
|
|
513
537
|
channel: 'channel-208'
|
|
514
538
|
}
|
|
515
|
-
}
|
|
539
|
+
}]
|
|
516
540
|
}, {
|
|
517
541
|
description: 'Chain on Axelar',
|
|
518
542
|
denom_units: [{
|
|
@@ -531,7 +555,8 @@ const ibc_assets = {
|
|
|
531
555
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg'
|
|
532
556
|
},
|
|
533
557
|
coingecko_id: 'chain-2',
|
|
534
|
-
|
|
558
|
+
transition: [{
|
|
559
|
+
type: 'ibc',
|
|
535
560
|
counterparty: {
|
|
536
561
|
channel: 'channel-3',
|
|
537
562
|
denom: 'xcn-wei',
|
|
@@ -540,7 +565,7 @@ const ibc_assets = {
|
|
|
540
565
|
chain: {
|
|
541
566
|
channel: 'channel-208'
|
|
542
567
|
}
|
|
543
|
-
}
|
|
568
|
+
}]
|
|
544
569
|
}, {
|
|
545
570
|
description: 'Wrapped Polkadot on Axelar',
|
|
546
571
|
denom_units: [{
|
|
@@ -560,7 +585,8 @@ const ibc_assets = {
|
|
|
560
585
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
|
561
586
|
},
|
|
562
587
|
coingecko_id: 'polkadot',
|
|
563
|
-
|
|
588
|
+
transition: [{
|
|
589
|
+
type: 'ibc',
|
|
564
590
|
counterparty: {
|
|
565
591
|
channel: 'channel-3',
|
|
566
592
|
denom: 'dot-planck',
|
|
@@ -569,7 +595,7 @@ const ibc_assets = {
|
|
|
569
595
|
chain: {
|
|
570
596
|
channel: 'channel-208'
|
|
571
597
|
}
|
|
572
|
-
}
|
|
598
|
+
}]
|
|
573
599
|
}, {
|
|
574
600
|
description: 'Wrapped Moonbeam on Axelar',
|
|
575
601
|
denom_units: [{
|
|
@@ -589,7 +615,8 @@ const ibc_assets = {
|
|
|
589
615
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png'
|
|
590
616
|
},
|
|
591
617
|
coingecko_id: 'wrapped-moonbeam',
|
|
592
|
-
|
|
618
|
+
transition: [{
|
|
619
|
+
type: 'ibc',
|
|
593
620
|
counterparty: {
|
|
594
621
|
channel: 'channel-3',
|
|
595
622
|
denom: 'wglmr-wei',
|
|
@@ -598,7 +625,7 @@ const ibc_assets = {
|
|
|
598
625
|
chain: {
|
|
599
626
|
channel: 'channel-208'
|
|
600
627
|
}
|
|
601
|
-
}
|
|
628
|
+
}]
|
|
602
629
|
}, {
|
|
603
630
|
description: 'The native token of BandChain',
|
|
604
631
|
denom_units: [{
|
|
@@ -618,7 +645,8 @@ const ibc_assets = {
|
|
|
618
645
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg'
|
|
619
646
|
},
|
|
620
647
|
coingecko_id: 'band-protocol',
|
|
621
|
-
|
|
648
|
+
transition: [{
|
|
649
|
+
type: 'ibc',
|
|
622
650
|
counterparty: {
|
|
623
651
|
channel: 'channel-83',
|
|
624
652
|
denom: 'uband',
|
|
@@ -627,7 +655,7 @@ const ibc_assets = {
|
|
|
627
655
|
chain: {
|
|
628
656
|
channel: 'channel-148'
|
|
629
657
|
}
|
|
630
|
-
}
|
|
658
|
+
}]
|
|
631
659
|
}, {
|
|
632
660
|
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.',
|
|
633
661
|
denom_units: [{
|
|
@@ -647,7 +675,8 @@ const ibc_assets = {
|
|
|
647
675
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg'
|
|
648
676
|
},
|
|
649
677
|
coingecko_id: 'bitcanna',
|
|
650
|
-
|
|
678
|
+
transition: [{
|
|
679
|
+
type: 'ibc',
|
|
651
680
|
counterparty: {
|
|
652
681
|
channel: 'channel-1',
|
|
653
682
|
denom: 'ubcna',
|
|
@@ -656,7 +685,7 @@ const ibc_assets = {
|
|
|
656
685
|
chain: {
|
|
657
686
|
channel: 'channel-51'
|
|
658
687
|
}
|
|
659
|
-
}
|
|
688
|
+
}]
|
|
660
689
|
}, {
|
|
661
690
|
description: 'BitSong Native Token',
|
|
662
691
|
denom_units: [{
|
|
@@ -677,7 +706,8 @@ const ibc_assets = {
|
|
|
677
706
|
},
|
|
678
707
|
type_asset: 'sdk.coin',
|
|
679
708
|
coingecko_id: 'bitsong',
|
|
680
|
-
|
|
709
|
+
transition: [{
|
|
710
|
+
type: 'ibc',
|
|
681
711
|
counterparty: {
|
|
682
712
|
channel: 'channel-0',
|
|
683
713
|
denom: 'ubtsg',
|
|
@@ -686,7 +716,7 @@ const ibc_assets = {
|
|
|
686
716
|
chain: {
|
|
687
717
|
channel: 'channel-73'
|
|
688
718
|
}
|
|
689
|
-
}
|
|
719
|
+
}]
|
|
690
720
|
}, {
|
|
691
721
|
description: 'Adam Clay a BitSong Music FanToken',
|
|
692
722
|
denom_units: [{
|
|
@@ -704,7 +734,8 @@ const ibc_assets = {
|
|
|
704
734
|
logo_URIs: {
|
|
705
735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png'
|
|
706
736
|
},
|
|
707
|
-
|
|
737
|
+
transition: [{
|
|
738
|
+
type: 'ibc',
|
|
708
739
|
counterparty: {
|
|
709
740
|
channel: 'channel-0',
|
|
710
741
|
denom: 'ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09',
|
|
@@ -713,7 +744,7 @@ const ibc_assets = {
|
|
|
713
744
|
chain: {
|
|
714
745
|
channel: 'channel-73'
|
|
715
746
|
}
|
|
716
|
-
}
|
|
747
|
+
}]
|
|
717
748
|
}, {
|
|
718
749
|
description: 'Nicola Fasano a BitSong Music FanToken',
|
|
719
750
|
denom_units: [{
|
|
@@ -731,7 +762,8 @@ const ibc_assets = {
|
|
|
731
762
|
logo_URIs: {
|
|
732
763
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png'
|
|
733
764
|
},
|
|
734
|
-
|
|
765
|
+
transition: [{
|
|
766
|
+
type: 'ibc',
|
|
735
767
|
counterparty: {
|
|
736
768
|
channel: 'channel-0',
|
|
737
769
|
denom: 'ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7',
|
|
@@ -740,7 +772,7 @@ const ibc_assets = {
|
|
|
740
772
|
chain: {
|
|
741
773
|
channel: 'channel-73'
|
|
742
774
|
}
|
|
743
|
-
}
|
|
775
|
+
}]
|
|
744
776
|
}, {
|
|
745
777
|
description: 'Delta 9 a BitSong Music FanToken',
|
|
746
778
|
denom_units: [{
|
|
@@ -758,7 +790,8 @@ const ibc_assets = {
|
|
|
758
790
|
logo_URIs: {
|
|
759
791
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png'
|
|
760
792
|
},
|
|
761
|
-
|
|
793
|
+
transition: [{
|
|
794
|
+
type: 'ibc',
|
|
762
795
|
counterparty: {
|
|
763
796
|
channel: 'channel-0',
|
|
764
797
|
denom: 'ft575B10B0CEE2C164D9ED6A96313496F164A9607C',
|
|
@@ -767,7 +800,7 @@ const ibc_assets = {
|
|
|
767
800
|
chain: {
|
|
768
801
|
channel: 'channel-73'
|
|
769
802
|
}
|
|
770
|
-
}
|
|
803
|
+
}]
|
|
771
804
|
}, {
|
|
772
805
|
description: 'FONTI a BitSong Music FanToken',
|
|
773
806
|
denom_units: [{
|
|
@@ -785,7 +818,8 @@ const ibc_assets = {
|
|
|
785
818
|
logo_URIs: {
|
|
786
819
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png'
|
|
787
820
|
},
|
|
788
|
-
|
|
821
|
+
transition: [{
|
|
822
|
+
type: 'ibc',
|
|
789
823
|
counterparty: {
|
|
790
824
|
channel: 'channel-0',
|
|
791
825
|
denom: 'ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305',
|
|
@@ -794,7 +828,7 @@ const ibc_assets = {
|
|
|
794
828
|
chain: {
|
|
795
829
|
channel: 'channel-73'
|
|
796
830
|
}
|
|
797
|
-
}
|
|
831
|
+
}]
|
|
798
832
|
}, {
|
|
799
833
|
description: 'BlackJack a BitSong Music FanToken',
|
|
800
834
|
denom_units: [{
|
|
@@ -812,7 +846,8 @@ const ibc_assets = {
|
|
|
812
846
|
logo_URIs: {
|
|
813
847
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png'
|
|
814
848
|
},
|
|
815
|
-
|
|
849
|
+
transition: [{
|
|
850
|
+
type: 'ibc',
|
|
816
851
|
counterparty: {
|
|
817
852
|
channel: 'channel-0',
|
|
818
853
|
denom: 'ft52EEB0EE509AC546ED92EAC8591F731F213DDD16',
|
|
@@ -821,7 +856,7 @@ const ibc_assets = {
|
|
|
821
856
|
chain: {
|
|
822
857
|
channel: 'channel-73'
|
|
823
858
|
}
|
|
824
|
-
}
|
|
859
|
+
}]
|
|
825
860
|
}, {
|
|
826
861
|
description: 'Rawanne a BitSong Music FanToken',
|
|
827
862
|
denom_units: [{
|
|
@@ -839,7 +874,8 @@ const ibc_assets = {
|
|
|
839
874
|
logo_URIs: {
|
|
840
875
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png'
|
|
841
876
|
},
|
|
842
|
-
|
|
877
|
+
transition: [{
|
|
878
|
+
type: 'ibc',
|
|
843
879
|
counterparty: {
|
|
844
880
|
channel: 'channel-0',
|
|
845
881
|
denom: 'ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A',
|
|
@@ -848,7 +884,7 @@ const ibc_assets = {
|
|
|
848
884
|
chain: {
|
|
849
885
|
channel: 'channel-73'
|
|
850
886
|
}
|
|
851
|
-
}
|
|
887
|
+
}]
|
|
852
888
|
}, {
|
|
853
889
|
description: 'Enmoda a BitSong Music FanToken',
|
|
854
890
|
denom_units: [{
|
|
@@ -866,7 +902,8 @@ const ibc_assets = {
|
|
|
866
902
|
logo_URIs: {
|
|
867
903
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png'
|
|
868
904
|
},
|
|
869
|
-
|
|
905
|
+
transition: [{
|
|
906
|
+
type: 'ibc',
|
|
870
907
|
counterparty: {
|
|
871
908
|
channel: 'channel-0',
|
|
872
909
|
denom: 'ft85AE1716C5E39EA6D64BBD7898C3899A7B500626',
|
|
@@ -875,7 +912,7 @@ const ibc_assets = {
|
|
|
875
912
|
chain: {
|
|
876
913
|
channel: 'channel-73'
|
|
877
914
|
}
|
|
878
|
-
}
|
|
915
|
+
}]
|
|
879
916
|
}, {
|
|
880
917
|
description: '404Deep Records a BitSong Music FanToken',
|
|
881
918
|
denom_units: [{
|
|
@@ -893,7 +930,8 @@ const ibc_assets = {
|
|
|
893
930
|
logo_URIs: {
|
|
894
931
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png'
|
|
895
932
|
},
|
|
896
|
-
|
|
933
|
+
transition: [{
|
|
934
|
+
type: 'ibc',
|
|
897
935
|
counterparty: {
|
|
898
936
|
channel: 'channel-0',
|
|
899
937
|
denom: 'ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A',
|
|
@@ -902,7 +940,7 @@ const ibc_assets = {
|
|
|
902
940
|
chain: {
|
|
903
941
|
channel: 'channel-73'
|
|
904
942
|
}
|
|
905
|
-
}
|
|
943
|
+
}]
|
|
906
944
|
}, {
|
|
907
945
|
description: 'N43 a BitSong Music FanToken',
|
|
908
946
|
denom_units: [{
|
|
@@ -920,7 +958,8 @@ const ibc_assets = {
|
|
|
920
958
|
logo_URIs: {
|
|
921
959
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png'
|
|
922
960
|
},
|
|
923
|
-
|
|
961
|
+
transition: [{
|
|
962
|
+
type: 'ibc',
|
|
924
963
|
counterparty: {
|
|
925
964
|
channel: 'channel-0',
|
|
926
965
|
denom: 'ft387C1C279D962ED80C09C1D592A92C4275FD7C5D',
|
|
@@ -929,7 +968,7 @@ const ibc_assets = {
|
|
|
929
968
|
chain: {
|
|
930
969
|
channel: 'channel-73'
|
|
931
970
|
}
|
|
932
|
-
}
|
|
971
|
+
}]
|
|
933
972
|
}, {
|
|
934
973
|
description: 'Puro Lobo a BitSong Music FanToken',
|
|
935
974
|
denom_units: [{
|
|
@@ -947,7 +986,8 @@ const ibc_assets = {
|
|
|
947
986
|
logo_URIs: {
|
|
948
987
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png'
|
|
949
988
|
},
|
|
950
|
-
|
|
989
|
+
transition: [{
|
|
990
|
+
type: 'ibc',
|
|
951
991
|
counterparty: {
|
|
952
992
|
channel: 'channel-0',
|
|
953
993
|
denom: 'ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB',
|
|
@@ -956,7 +996,7 @@ const ibc_assets = {
|
|
|
956
996
|
chain: {
|
|
957
997
|
channel: 'channel-73'
|
|
958
998
|
}
|
|
959
|
-
}
|
|
999
|
+
}]
|
|
960
1000
|
}, {
|
|
961
1001
|
description: 'Vibranium a BitSong Music FanToken',
|
|
962
1002
|
denom_units: [{
|
|
@@ -974,7 +1014,8 @@ const ibc_assets = {
|
|
|
974
1014
|
logo_URIs: {
|
|
975
1015
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png'
|
|
976
1016
|
},
|
|
977
|
-
|
|
1017
|
+
transition: [{
|
|
1018
|
+
type: 'ibc',
|
|
978
1019
|
counterparty: {
|
|
979
1020
|
channel: 'channel-0',
|
|
980
1021
|
denom: 'ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B',
|
|
@@ -983,7 +1024,7 @@ const ibc_assets = {
|
|
|
983
1024
|
chain: {
|
|
984
1025
|
channel: 'channel-73'
|
|
985
1026
|
}
|
|
986
|
-
}
|
|
1027
|
+
}]
|
|
987
1028
|
}, {
|
|
988
1029
|
description: 'Karina a BitSong Music FanToken',
|
|
989
1030
|
denom_units: [{
|
|
@@ -1001,7 +1042,8 @@ const ibc_assets = {
|
|
|
1001
1042
|
logo_URIs: {
|
|
1002
1043
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png'
|
|
1003
1044
|
},
|
|
1004
|
-
|
|
1045
|
+
transition: [{
|
|
1046
|
+
type: 'ibc',
|
|
1005
1047
|
counterparty: {
|
|
1006
1048
|
channel: 'channel-0',
|
|
1007
1049
|
denom: 'ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE',
|
|
@@ -1010,7 +1052,7 @@ const ibc_assets = {
|
|
|
1010
1052
|
chain: {
|
|
1011
1053
|
channel: 'channel-73'
|
|
1012
1054
|
}
|
|
1013
|
-
}
|
|
1055
|
+
}]
|
|
1014
1056
|
}, {
|
|
1015
1057
|
description: 'Luca Testa a BitSong Music FanToken',
|
|
1016
1058
|
denom_units: [{
|
|
@@ -1028,7 +1070,8 @@ const ibc_assets = {
|
|
|
1028
1070
|
logo_URIs: {
|
|
1029
1071
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png'
|
|
1030
1072
|
},
|
|
1031
|
-
|
|
1073
|
+
transition: [{
|
|
1074
|
+
type: 'ibc',
|
|
1032
1075
|
counterparty: {
|
|
1033
1076
|
channel: 'channel-0',
|
|
1034
1077
|
denom: 'ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12',
|
|
@@ -1037,7 +1080,7 @@ const ibc_assets = {
|
|
|
1037
1080
|
chain: {
|
|
1038
1081
|
channel: 'channel-73'
|
|
1039
1082
|
}
|
|
1040
|
-
}
|
|
1083
|
+
}]
|
|
1041
1084
|
}, {
|
|
1042
1085
|
description: 'Carolina Marquez a BitSong Music FanToken',
|
|
1043
1086
|
denom_units: [{
|
|
@@ -1055,7 +1098,8 @@ const ibc_assets = {
|
|
|
1055
1098
|
logo_URIs: {
|
|
1056
1099
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png'
|
|
1057
1100
|
},
|
|
1058
|
-
|
|
1101
|
+
transition: [{
|
|
1102
|
+
type: 'ibc',
|
|
1059
1103
|
counterparty: {
|
|
1060
1104
|
channel: 'channel-0',
|
|
1061
1105
|
denom: 'ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3',
|
|
@@ -1064,7 +1108,7 @@ const ibc_assets = {
|
|
|
1064
1108
|
chain: {
|
|
1065
1109
|
channel: 'channel-73'
|
|
1066
1110
|
}
|
|
1067
|
-
}
|
|
1111
|
+
}]
|
|
1068
1112
|
}, {
|
|
1069
1113
|
description: 'The staking token of Bostrom',
|
|
1070
1114
|
denom_units: [{
|
|
@@ -1080,7 +1124,8 @@ const ibc_assets = {
|
|
|
1080
1124
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png'
|
|
1081
1125
|
},
|
|
1082
1126
|
coingecko_id: 'bostrom',
|
|
1083
|
-
|
|
1127
|
+
transition: [{
|
|
1128
|
+
type: 'ibc',
|
|
1084
1129
|
counterparty: {
|
|
1085
1130
|
channel: 'channel-2',
|
|
1086
1131
|
denom: 'boot',
|
|
@@ -1089,7 +1134,7 @@ const ibc_assets = {
|
|
|
1089
1134
|
chain: {
|
|
1090
1135
|
channel: 'channel-95'
|
|
1091
1136
|
}
|
|
1092
|
-
}
|
|
1137
|
+
}]
|
|
1093
1138
|
}, {
|
|
1094
1139
|
description: 'The native token of Carbon',
|
|
1095
1140
|
denom_units: [{
|
|
@@ -1110,7 +1155,8 @@ const ibc_assets = {
|
|
|
1110
1155
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg'
|
|
1111
1156
|
},
|
|
1112
1157
|
coingecko_id: 'switcheo',
|
|
1113
|
-
|
|
1158
|
+
transition: [{
|
|
1159
|
+
type: 'ibc',
|
|
1114
1160
|
counterparty: {
|
|
1115
1161
|
channel: 'channel-0',
|
|
1116
1162
|
denom: 'swth',
|
|
@@ -1119,7 +1165,7 @@ const ibc_assets = {
|
|
|
1119
1165
|
chain: {
|
|
1120
1166
|
channel: 'channel-188'
|
|
1121
1167
|
}
|
|
1122
|
-
}
|
|
1168
|
+
}]
|
|
1123
1169
|
}, {
|
|
1124
1170
|
description: 'The native token of Cerberus Chain',
|
|
1125
1171
|
denom_units: [{
|
|
@@ -1138,7 +1184,8 @@ const ibc_assets = {
|
|
|
1138
1184
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png'
|
|
1139
1185
|
},
|
|
1140
1186
|
coingecko_id: 'cerberus-2',
|
|
1141
|
-
|
|
1187
|
+
transition: [{
|
|
1188
|
+
type: 'ibc',
|
|
1142
1189
|
counterparty: {
|
|
1143
1190
|
channel: 'channel-1',
|
|
1144
1191
|
denom: 'ucrbrus',
|
|
@@ -1147,7 +1194,7 @@ const ibc_assets = {
|
|
|
1147
1194
|
chain: {
|
|
1148
1195
|
channel: 'channel-212'
|
|
1149
1196
|
}
|
|
1150
|
-
}
|
|
1197
|
+
}]
|
|
1151
1198
|
}, {
|
|
1152
1199
|
description: 'Native token for the cheqd network',
|
|
1153
1200
|
denom_units: [{
|
|
@@ -1167,7 +1214,8 @@ const ibc_assets = {
|
|
|
1167
1214
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg'
|
|
1168
1215
|
},
|
|
1169
1216
|
coingecko_id: 'cheqd-network',
|
|
1170
|
-
|
|
1217
|
+
transition: [{
|
|
1218
|
+
type: 'ibc',
|
|
1171
1219
|
counterparty: {
|
|
1172
1220
|
channel: 'channel-0',
|
|
1173
1221
|
denom: 'ncheq',
|
|
@@ -1176,7 +1224,7 @@ const ibc_assets = {
|
|
|
1176
1224
|
chain: {
|
|
1177
1225
|
channel: 'channel-108'
|
|
1178
1226
|
}
|
|
1179
|
-
}
|
|
1227
|
+
}]
|
|
1180
1228
|
}, {
|
|
1181
1229
|
description: 'The native token of Chihuahua Chain',
|
|
1182
1230
|
denom_units: [{
|
|
@@ -1195,7 +1243,8 @@ const ibc_assets = {
|
|
|
1195
1243
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png'
|
|
1196
1244
|
},
|
|
1197
1245
|
coingecko_id: 'chihuahua-token',
|
|
1198
|
-
|
|
1246
|
+
transition: [{
|
|
1247
|
+
type: 'ibc',
|
|
1199
1248
|
counterparty: {
|
|
1200
1249
|
channel: 'channel-7',
|
|
1201
1250
|
denom: 'uhuahua',
|
|
@@ -1204,7 +1253,7 @@ const ibc_assets = {
|
|
|
1204
1253
|
chain: {
|
|
1205
1254
|
channel: 'channel-113'
|
|
1206
1255
|
}
|
|
1207
|
-
}
|
|
1256
|
+
}]
|
|
1208
1257
|
}, {
|
|
1209
1258
|
description: 'Native Token of Comdex Protocol',
|
|
1210
1259
|
denom_units: [{
|
|
@@ -1223,7 +1272,8 @@ const ibc_assets = {
|
|
|
1223
1272
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
|
|
1224
1273
|
},
|
|
1225
1274
|
coingecko_id: 'comdex',
|
|
1226
|
-
|
|
1275
|
+
transition: [{
|
|
1276
|
+
type: 'ibc',
|
|
1227
1277
|
counterparty: {
|
|
1228
1278
|
channel: 'channel-1',
|
|
1229
1279
|
denom: 'ucmdx',
|
|
@@ -1232,7 +1282,7 @@ const ibc_assets = {
|
|
|
1232
1282
|
chain: {
|
|
1233
1283
|
channel: 'channel-87'
|
|
1234
1284
|
}
|
|
1235
|
-
}
|
|
1285
|
+
}]
|
|
1236
1286
|
}, {
|
|
1237
1287
|
description: 'The native staking and governance token of the Cosmos Hub.',
|
|
1238
1288
|
denom_units: [{
|
|
@@ -1252,7 +1302,8 @@ const ibc_assets = {
|
|
|
1252
1302
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1253
1303
|
},
|
|
1254
1304
|
coingecko_id: 'cosmos',
|
|
1255
|
-
|
|
1305
|
+
transition: [{
|
|
1306
|
+
type: 'ibc',
|
|
1256
1307
|
counterparty: {
|
|
1257
1308
|
channel: 'channel-141',
|
|
1258
1309
|
denom: 'uatom',
|
|
@@ -1261,7 +1312,7 @@ const ibc_assets = {
|
|
|
1261
1312
|
chain: {
|
|
1262
1313
|
channel: 'channel-0'
|
|
1263
1314
|
}
|
|
1264
|
-
}
|
|
1315
|
+
}]
|
|
1265
1316
|
}, {
|
|
1266
1317
|
description: 'The native token of Crescent',
|
|
1267
1318
|
denom_units: [{
|
|
@@ -1282,7 +1333,8 @@ const ibc_assets = {
|
|
|
1282
1333
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
1283
1334
|
},
|
|
1284
1335
|
coingecko_id: 'crescent-network',
|
|
1285
|
-
|
|
1336
|
+
transition: [{
|
|
1337
|
+
type: 'ibc',
|
|
1286
1338
|
counterparty: {
|
|
1287
1339
|
channel: 'channel-9',
|
|
1288
1340
|
denom: 'ucre',
|
|
@@ -1291,7 +1343,7 @@ const ibc_assets = {
|
|
|
1291
1343
|
chain: {
|
|
1292
1344
|
channel: 'channel-297'
|
|
1293
1345
|
}
|
|
1294
|
-
}
|
|
1346
|
+
}]
|
|
1295
1347
|
}, {
|
|
1296
1348
|
description: 'The bonded token of Crescent',
|
|
1297
1349
|
denom_units: [{
|
|
@@ -1312,7 +1364,8 @@ const ibc_assets = {
|
|
|
1312
1364
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
|
|
1313
1365
|
},
|
|
1314
1366
|
coingecko_id: 'crescent-network',
|
|
1315
|
-
|
|
1367
|
+
transition: [{
|
|
1368
|
+
type: 'ibc',
|
|
1316
1369
|
counterparty: {
|
|
1317
1370
|
channel: 'channel-9',
|
|
1318
1371
|
denom: 'ubcre',
|
|
@@ -1321,7 +1374,7 @@ const ibc_assets = {
|
|
|
1321
1374
|
chain: {
|
|
1322
1375
|
channel: 'channel-297'
|
|
1323
1376
|
}
|
|
1324
|
-
}
|
|
1377
|
+
}]
|
|
1325
1378
|
}, {
|
|
1326
1379
|
description: 'CRO coin is the token for the Crypto.com platform.',
|
|
1327
1380
|
denom_units: [{
|
|
@@ -1340,7 +1393,8 @@ const ibc_assets = {
|
|
|
1340
1393
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
|
|
1341
1394
|
},
|
|
1342
1395
|
coingecko_id: 'crypto-com-chain',
|
|
1343
|
-
|
|
1396
|
+
transition: [{
|
|
1397
|
+
type: 'ibc',
|
|
1344
1398
|
counterparty: {
|
|
1345
1399
|
channel: 'channel-10',
|
|
1346
1400
|
denom: 'basecro',
|
|
@@ -1349,7 +1403,7 @@ const ibc_assets = {
|
|
|
1349
1403
|
chain: {
|
|
1350
1404
|
channel: 'channel-5'
|
|
1351
1405
|
}
|
|
1352
|
-
}
|
|
1406
|
+
}]
|
|
1353
1407
|
}, {
|
|
1354
1408
|
description: 'The native token of Decentr',
|
|
1355
1409
|
denom_units: [{
|
|
@@ -1370,7 +1424,8 @@ const ibc_assets = {
|
|
|
1370
1424
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg'
|
|
1371
1425
|
},
|
|
1372
1426
|
coingecko_id: 'decentr',
|
|
1373
|
-
|
|
1427
|
+
transition: [{
|
|
1428
|
+
type: 'ibc',
|
|
1374
1429
|
counterparty: {
|
|
1375
1430
|
channel: 'channel-1',
|
|
1376
1431
|
denom: 'udec',
|
|
@@ -1379,7 +1434,7 @@ const ibc_assets = {
|
|
|
1379
1434
|
chain: {
|
|
1380
1435
|
channel: 'channel-181'
|
|
1381
1436
|
}
|
|
1382
|
-
}
|
|
1437
|
+
}]
|
|
1383
1438
|
}, {
|
|
1384
1439
|
description: 'The native token of Desmos',
|
|
1385
1440
|
denom_units: [{
|
|
@@ -1400,7 +1455,8 @@ const ibc_assets = {
|
|
|
1400
1455
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
|
|
1401
1456
|
},
|
|
1402
1457
|
coingecko_id: 'desmos',
|
|
1403
|
-
|
|
1458
|
+
transition: [{
|
|
1459
|
+
type: 'ibc',
|
|
1404
1460
|
counterparty: {
|
|
1405
1461
|
channel: 'channel-2',
|
|
1406
1462
|
denom: 'udsm',
|
|
@@ -1409,7 +1465,7 @@ const ibc_assets = {
|
|
|
1409
1465
|
chain: {
|
|
1410
1466
|
channel: 'channel-135'
|
|
1411
1467
|
}
|
|
1412
|
-
}
|
|
1468
|
+
}]
|
|
1413
1469
|
}, {
|
|
1414
1470
|
description: 'Native token of Dig Chain',
|
|
1415
1471
|
denom_units: [{
|
|
@@ -1428,7 +1484,8 @@ const ibc_assets = {
|
|
|
1428
1484
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
1429
1485
|
},
|
|
1430
1486
|
coingecko_id: 'dig-chain',
|
|
1431
|
-
|
|
1487
|
+
transition: [{
|
|
1488
|
+
type: 'ibc',
|
|
1432
1489
|
counterparty: {
|
|
1433
1490
|
channel: 'channel-1',
|
|
1434
1491
|
denom: 'udig',
|
|
@@ -1437,7 +1494,7 @@ const ibc_assets = {
|
|
|
1437
1494
|
chain: {
|
|
1438
1495
|
channel: 'channel-128'
|
|
1439
1496
|
}
|
|
1440
|
-
}
|
|
1497
|
+
}]
|
|
1441
1498
|
}, {
|
|
1442
1499
|
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.',
|
|
1443
1500
|
denom_units: [{
|
|
@@ -1456,7 +1513,8 @@ const ibc_assets = {
|
|
|
1456
1513
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png'
|
|
1457
1514
|
},
|
|
1458
1515
|
coingecko_id: 'e-money',
|
|
1459
|
-
|
|
1516
|
+
transition: [{
|
|
1517
|
+
type: 'ibc',
|
|
1460
1518
|
counterparty: {
|
|
1461
1519
|
channel: 'channel-0',
|
|
1462
1520
|
denom: 'ungm',
|
|
@@ -1465,7 +1523,7 @@ const ibc_assets = {
|
|
|
1465
1523
|
chain: {
|
|
1466
1524
|
channel: 'channel-37'
|
|
1467
1525
|
}
|
|
1468
|
-
}
|
|
1526
|
+
}]
|
|
1469
1527
|
}, {
|
|
1470
1528
|
description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
|
|
1471
1529
|
denom_units: [{
|
|
@@ -1473,7 +1531,7 @@ const ibc_assets = {
|
|
|
1473
1531
|
exponent: 0,
|
|
1474
1532
|
aliases: ['eeur']
|
|
1475
1533
|
}, {
|
|
1476
|
-
denom: '
|
|
1534
|
+
denom: 'eur',
|
|
1477
1535
|
exponent: 6
|
|
1478
1536
|
}],
|
|
1479
1537
|
base: 'ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F',
|
|
@@ -1484,7 +1542,8 @@ const ibc_assets = {
|
|
|
1484
1542
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
|
|
1485
1543
|
},
|
|
1486
1544
|
coingecko_id: 'e-money-eur',
|
|
1487
|
-
|
|
1545
|
+
transition: [{
|
|
1546
|
+
type: 'ibc',
|
|
1488
1547
|
counterparty: {
|
|
1489
1548
|
channel: 'channel-0',
|
|
1490
1549
|
denom: 'eeur',
|
|
@@ -1493,7 +1552,7 @@ const ibc_assets = {
|
|
|
1493
1552
|
chain: {
|
|
1494
1553
|
channel: 'channel-37'
|
|
1495
1554
|
}
|
|
1496
|
-
}
|
|
1555
|
+
}]
|
|
1497
1556
|
}, {
|
|
1498
1557
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
1499
1558
|
denom_units: [{
|
|
@@ -1513,7 +1572,8 @@ const ibc_assets = {
|
|
|
1513
1572
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png'
|
|
1514
1573
|
},
|
|
1515
1574
|
coingecko_id: 'evmos',
|
|
1516
|
-
|
|
1575
|
+
transition: [{
|
|
1576
|
+
type: 'ibc',
|
|
1517
1577
|
counterparty: {
|
|
1518
1578
|
channel: 'channel-0',
|
|
1519
1579
|
denom: 'aevmos',
|
|
@@ -1522,7 +1582,7 @@ const ibc_assets = {
|
|
|
1522
1582
|
chain: {
|
|
1523
1583
|
channel: 'channel-204'
|
|
1524
1584
|
}
|
|
1525
|
-
}
|
|
1585
|
+
}]
|
|
1526
1586
|
}, {
|
|
1527
1587
|
description: 'The native staking and governance token of the Fetch Hub.',
|
|
1528
1588
|
denom_units: [{
|
|
@@ -1542,7 +1602,8 @@ const ibc_assets = {
|
|
|
1542
1602
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
1543
1603
|
},
|
|
1544
1604
|
coingecko_id: 'fetch-ai',
|
|
1545
|
-
|
|
1605
|
+
transition: [{
|
|
1606
|
+
type: 'ibc',
|
|
1546
1607
|
counterparty: {
|
|
1547
1608
|
channel: 'channel-10',
|
|
1548
1609
|
denom: 'afet',
|
|
@@ -1551,7 +1612,7 @@ const ibc_assets = {
|
|
|
1551
1612
|
chain: {
|
|
1552
1613
|
channel: 'channel-229'
|
|
1553
1614
|
}
|
|
1554
|
-
}
|
|
1615
|
+
}]
|
|
1555
1616
|
}, {
|
|
1556
1617
|
description: 'The MOBX coin rewards the use of eco-friendly micromobility transportation.',
|
|
1557
1618
|
denom_units: [{
|
|
@@ -1570,7 +1631,8 @@ const ibc_assets = {
|
|
|
1570
1631
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg',
|
|
1571
1632
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png'
|
|
1572
1633
|
},
|
|
1573
|
-
|
|
1634
|
+
transition: [{
|
|
1635
|
+
type: 'ibc',
|
|
1574
1636
|
counterparty: {
|
|
1575
1637
|
channel: 'channel-10',
|
|
1576
1638
|
denom: 'nanomobx',
|
|
@@ -1579,7 +1641,7 @@ const ibc_assets = {
|
|
|
1579
1641
|
chain: {
|
|
1580
1642
|
channel: 'channel-229'
|
|
1581
1643
|
}
|
|
1582
|
-
}
|
|
1644
|
+
}]
|
|
1583
1645
|
}, {
|
|
1584
1646
|
description: 'GLX is the staking token of the Galaxy Chain',
|
|
1585
1647
|
denom_units: [{
|
|
@@ -1598,7 +1660,8 @@ const ibc_assets = {
|
|
|
1598
1660
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg',
|
|
1599
1661
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png'
|
|
1600
1662
|
},
|
|
1601
|
-
|
|
1663
|
+
transition: [{
|
|
1664
|
+
type: 'ibc',
|
|
1602
1665
|
counterparty: {
|
|
1603
1666
|
channel: 'channel-0',
|
|
1604
1667
|
denom: 'uglx',
|
|
@@ -1607,7 +1670,7 @@ const ibc_assets = {
|
|
|
1607
1670
|
chain: {
|
|
1608
1671
|
channel: 'channel-236'
|
|
1609
1672
|
}
|
|
1610
|
-
}
|
|
1673
|
+
}]
|
|
1611
1674
|
}, {
|
|
1612
1675
|
description: 'L1 coin is the GenesisL1 blockchain utility, governance and EVM token',
|
|
1613
1676
|
denom_units: [{
|
|
@@ -1626,7 +1689,8 @@ const ibc_assets = {
|
|
|
1626
1689
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg',
|
|
1627
1690
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png'
|
|
1628
1691
|
},
|
|
1629
|
-
|
|
1692
|
+
transition: [{
|
|
1693
|
+
type: 'ibc',
|
|
1630
1694
|
counterparty: {
|
|
1631
1695
|
channel: 'channel-1',
|
|
1632
1696
|
denom: 'el1',
|
|
@@ -1635,7 +1699,7 @@ const ibc_assets = {
|
|
|
1635
1699
|
chain: {
|
|
1636
1700
|
channel: 'channel-235'
|
|
1637
1701
|
}
|
|
1638
|
-
}
|
|
1702
|
+
}]
|
|
1639
1703
|
}, {
|
|
1640
1704
|
description: 'The native token of Gravity Bridge',
|
|
1641
1705
|
denom_units: [{
|
|
@@ -1656,7 +1720,8 @@ const ibc_assets = {
|
|
|
1656
1720
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg',
|
|
1657
1721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png'
|
|
1658
1722
|
},
|
|
1659
|
-
|
|
1723
|
+
transition: [{
|
|
1724
|
+
type: 'ibc',
|
|
1660
1725
|
counterparty: {
|
|
1661
1726
|
channel: 'channel-10',
|
|
1662
1727
|
denom: 'ugraviton',
|
|
@@ -1665,7 +1730,7 @@ const ibc_assets = {
|
|
|
1665
1730
|
chain: {
|
|
1666
1731
|
channel: 'channel-144'
|
|
1667
1732
|
}
|
|
1668
|
-
}
|
|
1733
|
+
}]
|
|
1669
1734
|
}, {
|
|
1670
1735
|
description: 'The native token of IXO Chain',
|
|
1671
1736
|
denom_units: [{
|
|
@@ -1684,7 +1749,8 @@ const ibc_assets = {
|
|
|
1684
1749
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png'
|
|
1685
1750
|
},
|
|
1686
1751
|
coingecko_id: 'ixo',
|
|
1687
|
-
|
|
1752
|
+
transition: [{
|
|
1753
|
+
type: 'ibc',
|
|
1688
1754
|
counterparty: {
|
|
1689
1755
|
channel: 'channel-4',
|
|
1690
1756
|
denom: 'uixo',
|
|
@@ -1693,7 +1759,7 @@ const ibc_assets = {
|
|
|
1693
1759
|
chain: {
|
|
1694
1760
|
channel: 'channel-38'
|
|
1695
1761
|
}
|
|
1696
|
-
}
|
|
1762
|
+
}]
|
|
1697
1763
|
}, {
|
|
1698
1764
|
description: 'The INJ token is the native governance token for the Injective chain.',
|
|
1699
1765
|
denom_units: [{
|
|
@@ -1713,7 +1779,8 @@ const ibc_assets = {
|
|
|
1713
1779
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
|
|
1714
1780
|
},
|
|
1715
1781
|
coingecko_id: 'injective-protocol',
|
|
1716
|
-
|
|
1782
|
+
transition: [{
|
|
1783
|
+
type: 'ibc',
|
|
1717
1784
|
counterparty: {
|
|
1718
1785
|
channel: 'channel-8',
|
|
1719
1786
|
denom: 'uinj',
|
|
@@ -1722,7 +1789,7 @@ const ibc_assets = {
|
|
|
1722
1789
|
chain: {
|
|
1723
1790
|
channel: 'channel-122'
|
|
1724
1791
|
}
|
|
1725
|
-
}
|
|
1792
|
+
}]
|
|
1726
1793
|
}, {
|
|
1727
1794
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
1728
1795
|
denom_units: [{
|
|
@@ -1742,7 +1809,8 @@ const ibc_assets = {
|
|
|
1742
1809
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
1743
1810
|
},
|
|
1744
1811
|
coingecko_id: 'iris-network',
|
|
1745
|
-
|
|
1812
|
+
transition: [{
|
|
1813
|
+
type: 'ibc',
|
|
1746
1814
|
counterparty: {
|
|
1747
1815
|
channel: 'channel-3',
|
|
1748
1816
|
denom: 'uiris',
|
|
@@ -1751,7 +1819,7 @@ const ibc_assets = {
|
|
|
1751
1819
|
chain: {
|
|
1752
1820
|
channel: 'channel-6'
|
|
1753
1821
|
}
|
|
1754
|
-
}
|
|
1822
|
+
}]
|
|
1755
1823
|
}, {
|
|
1756
1824
|
description: 'The native token of JUNO Chain',
|
|
1757
1825
|
denom_units: [{
|
|
@@ -1771,7 +1839,8 @@ const ibc_assets = {
|
|
|
1771
1839
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
1772
1840
|
},
|
|
1773
1841
|
coingecko_id: 'juno-network',
|
|
1774
|
-
|
|
1842
|
+
transition: [{
|
|
1843
|
+
type: 'ibc',
|
|
1775
1844
|
counterparty: {
|
|
1776
1845
|
channel: 'channel-0',
|
|
1777
1846
|
denom: 'ujuno',
|
|
@@ -1780,7 +1849,7 @@ const ibc_assets = {
|
|
|
1780
1849
|
chain: {
|
|
1781
1850
|
channel: 'channel-42'
|
|
1782
1851
|
}
|
|
1783
|
-
}
|
|
1852
|
+
}]
|
|
1784
1853
|
}, {
|
|
1785
1854
|
description: 'The native token cw20 for Neta on Juno Chain',
|
|
1786
1855
|
type_asset: 'cw20',
|
|
@@ -1801,7 +1870,8 @@ const ibc_assets = {
|
|
|
1801
1870
|
png: 'https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/neta.png'
|
|
1802
1871
|
},
|
|
1803
1872
|
coingecko_id: 'neta',
|
|
1804
|
-
|
|
1873
|
+
transition: [{
|
|
1874
|
+
type: 'ibc',
|
|
1805
1875
|
counterparty: {
|
|
1806
1876
|
channel: 'channel-0',
|
|
1807
1877
|
denom: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
@@ -1810,7 +1880,7 @@ const ibc_assets = {
|
|
|
1810
1880
|
chain: {
|
|
1811
1881
|
channel: 'channel-42'
|
|
1812
1882
|
}
|
|
1813
|
-
}
|
|
1883
|
+
}]
|
|
1814
1884
|
}, {
|
|
1815
1885
|
description: 'The native staking and governance token of Kava',
|
|
1816
1886
|
denom_units: [{
|
|
@@ -1829,7 +1899,8 @@ const ibc_assets = {
|
|
|
1829
1899
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png'
|
|
1830
1900
|
},
|
|
1831
1901
|
coingecko_id: 'kava',
|
|
1832
|
-
|
|
1902
|
+
transition: [{
|
|
1903
|
+
type: 'ibc',
|
|
1833
1904
|
counterparty: {
|
|
1834
1905
|
channel: 'channel-1',
|
|
1835
1906
|
denom: 'ukava',
|
|
@@ -1838,7 +1909,7 @@ const ibc_assets = {
|
|
|
1838
1909
|
chain: {
|
|
1839
1910
|
channel: 'channel-143'
|
|
1840
1911
|
}
|
|
1841
|
-
}
|
|
1912
|
+
}]
|
|
1842
1913
|
}, {
|
|
1843
1914
|
description: 'Governance token of Kava Lend Protocol',
|
|
1844
1915
|
denom_units: [{
|
|
@@ -1857,8 +1928,9 @@ const ibc_assets = {
|
|
|
1857
1928
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png',
|
|
1858
1929
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg'
|
|
1859
1930
|
},
|
|
1860
|
-
coingecko_id: '
|
|
1861
|
-
|
|
1931
|
+
coingecko_id: 'kava-lend',
|
|
1932
|
+
transition: [{
|
|
1933
|
+
type: 'ibc',
|
|
1862
1934
|
counterparty: {
|
|
1863
1935
|
channel: 'channel-1',
|
|
1864
1936
|
denom: 'hard',
|
|
@@ -1867,7 +1939,7 @@ const ibc_assets = {
|
|
|
1867
1939
|
chain: {
|
|
1868
1940
|
channel: 'channel-143'
|
|
1869
1941
|
}
|
|
1870
|
-
}
|
|
1942
|
+
}]
|
|
1871
1943
|
}, {
|
|
1872
1944
|
description: 'Governance token of Kava Swap Protocol',
|
|
1873
1945
|
denom_units: [{
|
|
@@ -1887,7 +1959,8 @@ const ibc_assets = {
|
|
|
1887
1959
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg'
|
|
1888
1960
|
},
|
|
1889
1961
|
coingecko_id: 'kava-swap',
|
|
1890
|
-
|
|
1962
|
+
transition: [{
|
|
1963
|
+
type: 'ibc',
|
|
1891
1964
|
counterparty: {
|
|
1892
1965
|
channel: 'channel-1',
|
|
1893
1966
|
denom: 'swp',
|
|
@@ -1896,7 +1969,36 @@ const ibc_assets = {
|
|
|
1896
1969
|
chain: {
|
|
1897
1970
|
channel: 'channel-143'
|
|
1898
1971
|
}
|
|
1899
|
-
}
|
|
1972
|
+
}]
|
|
1973
|
+
}, {
|
|
1974
|
+
description: 'The native stablecoin of Kava',
|
|
1975
|
+
denom_units: [{
|
|
1976
|
+
denom: 'ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE',
|
|
1977
|
+
exponent: 0,
|
|
1978
|
+
aliases: ['usdx']
|
|
1979
|
+
}, {
|
|
1980
|
+
denom: 'USDX',
|
|
1981
|
+
exponent: 6
|
|
1982
|
+
}],
|
|
1983
|
+
base: 'ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE',
|
|
1984
|
+
name: 'USDX',
|
|
1985
|
+
display: 'USDX',
|
|
1986
|
+
symbol: 'USDX',
|
|
1987
|
+
logo_URIs: {
|
|
1988
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/usdx.png'
|
|
1989
|
+
},
|
|
1990
|
+
coingecko_id: 'usdx',
|
|
1991
|
+
transition: [{
|
|
1992
|
+
type: 'ibc',
|
|
1993
|
+
counterparty: {
|
|
1994
|
+
channel: 'channel-1',
|
|
1995
|
+
denom: 'usdx',
|
|
1996
|
+
chain_name: 'kava'
|
|
1997
|
+
},
|
|
1998
|
+
chain: {
|
|
1999
|
+
channel: 'channel-143'
|
|
2000
|
+
}
|
|
2001
|
+
}]
|
|
1900
2002
|
}, {
|
|
1901
2003
|
description: 'The native token of Ki Chain',
|
|
1902
2004
|
denom_units: [{
|
|
@@ -1916,7 +2018,8 @@ const ibc_assets = {
|
|
|
1916
2018
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg'
|
|
1917
2019
|
},
|
|
1918
2020
|
coingecko_id: 'ki',
|
|
1919
|
-
|
|
2021
|
+
transition: [{
|
|
2022
|
+
type: 'ibc',
|
|
1920
2023
|
counterparty: {
|
|
1921
2024
|
channel: 'channel-0',
|
|
1922
2025
|
denom: 'uxki',
|
|
@@ -1925,7 +2028,7 @@ const ibc_assets = {
|
|
|
1925
2028
|
chain: {
|
|
1926
2029
|
channel: 'channel-77'
|
|
1927
2030
|
}
|
|
1928
|
-
}
|
|
2031
|
+
}]
|
|
1929
2032
|
}, {
|
|
1930
2033
|
description: 'The native token of Konstellation Network',
|
|
1931
2034
|
denom_units: [{
|
|
@@ -1945,7 +2048,8 @@ const ibc_assets = {
|
|
|
1945
2048
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg'
|
|
1946
2049
|
},
|
|
1947
2050
|
coingecko_id: 'darcmatter-coin',
|
|
1948
|
-
|
|
2051
|
+
transition: [{
|
|
2052
|
+
type: 'ibc',
|
|
1949
2053
|
counterparty: {
|
|
1950
2054
|
channel: 'channel-0',
|
|
1951
2055
|
denom: 'udarc',
|
|
@@ -1954,7 +2058,7 @@ const ibc_assets = {
|
|
|
1954
2058
|
chain: {
|
|
1955
2059
|
channel: 'channel-171'
|
|
1956
2060
|
}
|
|
1957
|
-
}
|
|
2061
|
+
}]
|
|
1958
2062
|
}, {
|
|
1959
2063
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
1960
2064
|
denom_units: [{
|
|
@@ -1974,7 +2078,8 @@ const ibc_assets = {
|
|
|
1974
2078
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
1975
2079
|
},
|
|
1976
2080
|
coingecko_id: 'likecoin',
|
|
1977
|
-
|
|
2081
|
+
transition: [{
|
|
2082
|
+
type: 'ibc',
|
|
1978
2083
|
counterparty: {
|
|
1979
2084
|
channel: 'channel-3',
|
|
1980
2085
|
denom: 'nanolike',
|
|
@@ -1983,7 +2088,7 @@ const ibc_assets = {
|
|
|
1983
2088
|
chain: {
|
|
1984
2089
|
channel: 'channel-53'
|
|
1985
2090
|
}
|
|
1986
|
-
}
|
|
2091
|
+
}]
|
|
1987
2092
|
}, {
|
|
1988
2093
|
description: 'The native token of Lumen Network',
|
|
1989
2094
|
denom_units: [{
|
|
@@ -2001,7 +2106,8 @@ const ibc_assets = {
|
|
|
2001
2106
|
logo_URIs: {
|
|
2002
2107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png'
|
|
2003
2108
|
},
|
|
2004
|
-
|
|
2109
|
+
transition: [{
|
|
2110
|
+
type: 'ibc',
|
|
2005
2111
|
counterparty: {
|
|
2006
2112
|
channel: 'channel-3',
|
|
2007
2113
|
denom: 'ulumen',
|
|
@@ -2010,7 +2116,7 @@ const ibc_assets = {
|
|
|
2010
2116
|
chain: {
|
|
2011
2117
|
channel: 'channel-286'
|
|
2012
2118
|
}
|
|
2013
|
-
}
|
|
2119
|
+
}]
|
|
2014
2120
|
}, {
|
|
2015
2121
|
description: 'Native token of the Lum Network',
|
|
2016
2122
|
denom_units: [{
|
|
@@ -2030,7 +2136,8 @@ const ibc_assets = {
|
|
|
2030
2136
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg'
|
|
2031
2137
|
},
|
|
2032
2138
|
coingecko_id: 'lum-network',
|
|
2033
|
-
|
|
2139
|
+
transition: [{
|
|
2140
|
+
type: 'ibc',
|
|
2034
2141
|
counterparty: {
|
|
2035
2142
|
channel: 'channel-3',
|
|
2036
2143
|
denom: 'ulum',
|
|
@@ -2039,7 +2146,7 @@ const ibc_assets = {
|
|
|
2039
2146
|
chain: {
|
|
2040
2147
|
channel: 'channel-115'
|
|
2041
2148
|
}
|
|
2042
|
-
}
|
|
2149
|
+
}]
|
|
2043
2150
|
}, {
|
|
2044
2151
|
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
|
|
2045
2152
|
denom_units: [{
|
|
@@ -2058,7 +2165,8 @@ const ibc_assets = {
|
|
|
2058
2165
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
2059
2166
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
2060
2167
|
},
|
|
2061
|
-
|
|
2168
|
+
transition: [{
|
|
2169
|
+
type: 'ibc',
|
|
2062
2170
|
counterparty: {
|
|
2063
2171
|
channel: 'channel-1',
|
|
2064
2172
|
denom: 'umeme',
|
|
@@ -2067,7 +2175,7 @@ const ibc_assets = {
|
|
|
2067
2175
|
chain: {
|
|
2068
2176
|
channel: 'channel-238'
|
|
2069
2177
|
}
|
|
2070
|
-
}
|
|
2178
|
+
}]
|
|
2071
2179
|
}, {
|
|
2072
2180
|
description: 'TICK coin is the token for the Microtick Price Discovery & Oracle App',
|
|
2073
2181
|
denom_units: [{
|
|
@@ -2086,7 +2194,8 @@ const ibc_assets = {
|
|
|
2086
2194
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
2087
2195
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
2088
2196
|
},
|
|
2089
|
-
|
|
2197
|
+
transition: [{
|
|
2198
|
+
type: 'ibc',
|
|
2090
2199
|
counterparty: {
|
|
2091
2200
|
channel: 'channel-16',
|
|
2092
2201
|
denom: 'utick',
|
|
@@ -2095,36 +2204,37 @@ const ibc_assets = {
|
|
|
2095
2204
|
chain: {
|
|
2096
2205
|
channel: 'channel-39'
|
|
2097
2206
|
}
|
|
2098
|
-
}
|
|
2207
|
+
}]
|
|
2099
2208
|
}, {
|
|
2100
2209
|
description: 'The native token of Oraichain',
|
|
2101
2210
|
denom_units: [{
|
|
2102
|
-
denom: 'ibc/
|
|
2211
|
+
denom: 'ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D',
|
|
2103
2212
|
exponent: 0,
|
|
2104
|
-
aliases: ['
|
|
2213
|
+
aliases: ['orai']
|
|
2105
2214
|
}, {
|
|
2106
|
-
denom: '
|
|
2215
|
+
denom: 'ORAI',
|
|
2107
2216
|
exponent: 6
|
|
2108
2217
|
}],
|
|
2109
|
-
base: 'ibc/
|
|
2218
|
+
base: 'ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D',
|
|
2110
2219
|
name: 'Oraichain',
|
|
2111
|
-
display: '
|
|
2220
|
+
display: 'ORAI',
|
|
2112
2221
|
symbol: 'ORAI',
|
|
2113
2222
|
logo_URIs: {
|
|
2114
2223
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2115
2224
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg'
|
|
2116
2225
|
},
|
|
2117
2226
|
coingecko_id: 'oraichain-token',
|
|
2118
|
-
|
|
2227
|
+
transition: [{
|
|
2228
|
+
type: 'ibc',
|
|
2119
2229
|
counterparty: {
|
|
2120
2230
|
channel: 'channel-13',
|
|
2121
|
-
denom: '
|
|
2231
|
+
denom: 'orai',
|
|
2122
2232
|
chain_name: 'oraichain'
|
|
2123
2233
|
},
|
|
2124
2234
|
chain: {
|
|
2125
2235
|
channel: 'channel-216'
|
|
2126
2236
|
}
|
|
2127
|
-
}
|
|
2237
|
+
}]
|
|
2128
2238
|
}, {
|
|
2129
2239
|
description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
|
|
2130
2240
|
denom_units: [{
|
|
@@ -2143,7 +2253,8 @@ const ibc_assets = {
|
|
|
2143
2253
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png'
|
|
2144
2254
|
},
|
|
2145
2255
|
coingecko_id: 'medibloc',
|
|
2146
|
-
|
|
2256
|
+
transition: [{
|
|
2257
|
+
type: 'ibc',
|
|
2147
2258
|
counterparty: {
|
|
2148
2259
|
channel: 'channel-1',
|
|
2149
2260
|
denom: 'umed',
|
|
@@ -2152,7 +2263,7 @@ const ibc_assets = {
|
|
|
2152
2263
|
chain: {
|
|
2153
2264
|
channel: 'channel-82'
|
|
2154
2265
|
}
|
|
2155
|
-
}
|
|
2266
|
+
}]
|
|
2156
2267
|
}, {
|
|
2157
2268
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
2158
2269
|
denom_units: [{
|
|
@@ -2172,7 +2283,8 @@ const ibc_assets = {
|
|
|
2172
2283
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
2173
2284
|
},
|
|
2174
2285
|
coingecko_id: 'persistence',
|
|
2175
|
-
|
|
2286
|
+
transition: [{
|
|
2287
|
+
type: 'ibc',
|
|
2176
2288
|
counterparty: {
|
|
2177
2289
|
channel: 'channel-6',
|
|
2178
2290
|
denom: 'uxprt',
|
|
@@ -2181,7 +2293,7 @@ const ibc_assets = {
|
|
|
2181
2293
|
chain: {
|
|
2182
2294
|
channel: 'channel-4'
|
|
2183
2295
|
}
|
|
2184
|
-
}
|
|
2296
|
+
}]
|
|
2185
2297
|
}, {
|
|
2186
2298
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
2187
2299
|
denom_units: [{
|
|
@@ -2197,6 +2309,17 @@ const ibc_assets = {
|
|
|
2197
2309
|
display: 'pstake',
|
|
2198
2310
|
symbol: 'PSTAKE',
|
|
2199
2311
|
ibc: {
|
|
2312
|
+
source_channel: 'channel-24',
|
|
2313
|
+
dst_channel: 'channel-38',
|
|
2314
|
+
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
|
2315
|
+
},
|
|
2316
|
+
logo_URIs: {
|
|
2317
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
2318
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2319
|
+
},
|
|
2320
|
+
coingecko_id: 'pstake-finance',
|
|
2321
|
+
transition: [{
|
|
2322
|
+
type: 'ibc',
|
|
2200
2323
|
counterparty: {
|
|
2201
2324
|
channel: 'channel-6',
|
|
2202
2325
|
denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
|
|
@@ -2205,12 +2328,7 @@ const ibc_assets = {
|
|
|
2205
2328
|
chain: {
|
|
2206
2329
|
channel: 'channel-4'
|
|
2207
2330
|
}
|
|
2208
|
-
}
|
|
2209
|
-
logo_URIs: {
|
|
2210
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
2211
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2212
|
-
},
|
|
2213
|
-
coingecko_id: 'pstake-finance'
|
|
2331
|
+
}]
|
|
2214
2332
|
}, {
|
|
2215
2333
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
2216
2334
|
denom_units: [{
|
|
@@ -2231,7 +2349,8 @@ const ibc_assets = {
|
|
|
2231
2349
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg'
|
|
2232
2350
|
},
|
|
2233
2351
|
coingecko_id: 'provenance-blockchain',
|
|
2234
|
-
|
|
2352
|
+
transition: [{
|
|
2353
|
+
type: 'ibc',
|
|
2235
2354
|
counterparty: {
|
|
2236
2355
|
channel: 'channel-7',
|
|
2237
2356
|
denom: 'nhash',
|
|
@@ -2240,7 +2359,7 @@ const ibc_assets = {
|
|
|
2240
2359
|
chain: {
|
|
2241
2360
|
channel: 'channel-222'
|
|
2242
2361
|
}
|
|
2243
|
-
}
|
|
2362
|
+
}]
|
|
2244
2363
|
}, {
|
|
2245
2364
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
2246
2365
|
denom_units: [{
|
|
@@ -2259,7 +2378,8 @@ const ibc_assets = {
|
|
|
2259
2378
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png'
|
|
2260
2379
|
},
|
|
2261
2380
|
coingecko_id: 'regen',
|
|
2262
|
-
|
|
2381
|
+
transition: [{
|
|
2382
|
+
type: 'ibc',
|
|
2263
2383
|
counterparty: {
|
|
2264
2384
|
channel: 'channel-1',
|
|
2265
2385
|
denom: 'uregen',
|
|
@@ -2268,7 +2388,7 @@ const ibc_assets = {
|
|
|
2268
2388
|
chain: {
|
|
2269
2389
|
channel: 'channel-8'
|
|
2270
2390
|
}
|
|
2271
|
-
}
|
|
2391
|
+
}]
|
|
2272
2392
|
}, {
|
|
2273
2393
|
description: 'Native token of Rizon Chain',
|
|
2274
2394
|
denom_units: [{
|
|
@@ -2288,7 +2408,8 @@ const ibc_assets = {
|
|
|
2288
2408
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
2289
2409
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
2290
2410
|
},
|
|
2291
|
-
|
|
2411
|
+
transition: [{
|
|
2412
|
+
type: 'ibc',
|
|
2292
2413
|
counterparty: {
|
|
2293
2414
|
channel: 'channel-1',
|
|
2294
2415
|
denom: 'uatolo',
|
|
@@ -2297,7 +2418,7 @@ const ibc_assets = {
|
|
|
2297
2418
|
chain: {
|
|
2298
2419
|
channel: 'channel-221'
|
|
2299
2420
|
}
|
|
2300
|
-
}
|
|
2421
|
+
}]
|
|
2301
2422
|
}, {
|
|
2302
2423
|
description: 'The native token of Secret Network',
|
|
2303
2424
|
denom_units: [{
|
|
@@ -2317,7 +2438,8 @@ const ibc_assets = {
|
|
|
2317
2438
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2318
2439
|
},
|
|
2319
2440
|
coingecko_id: 'secret',
|
|
2320
|
-
|
|
2441
|
+
transition: [{
|
|
2442
|
+
type: 'ibc',
|
|
2321
2443
|
counterparty: {
|
|
2322
2444
|
channel: 'channel-1',
|
|
2323
2445
|
denom: 'uscrt',
|
|
@@ -2326,7 +2448,7 @@ const ibc_assets = {
|
|
|
2326
2448
|
chain: {
|
|
2327
2449
|
channel: 'channel-88'
|
|
2328
2450
|
}
|
|
2329
|
-
}
|
|
2451
|
+
}]
|
|
2330
2452
|
}, {
|
|
2331
2453
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
2332
2454
|
denom_units: [{
|
|
@@ -2345,7 +2467,8 @@ const ibc_assets = {
|
|
|
2345
2467
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png'
|
|
2346
2468
|
},
|
|
2347
2469
|
coingecko_id: 'sentinel',
|
|
2348
|
-
|
|
2470
|
+
transition: [{
|
|
2471
|
+
type: 'ibc',
|
|
2349
2472
|
counterparty: {
|
|
2350
2473
|
channel: 'channel-0',
|
|
2351
2474
|
denom: 'udvpn',
|
|
@@ -2354,7 +2477,7 @@ const ibc_assets = {
|
|
|
2354
2477
|
chain: {
|
|
2355
2478
|
channel: 'channel-2'
|
|
2356
2479
|
}
|
|
2357
|
-
}
|
|
2480
|
+
}]
|
|
2358
2481
|
}, {
|
|
2359
2482
|
description: 'The native token of Shentu',
|
|
2360
2483
|
denom_units: [{
|
|
@@ -2373,7 +2496,8 @@ const ibc_assets = {
|
|
|
2373
2496
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png'
|
|
2374
2497
|
},
|
|
2375
2498
|
coingecko_id: 'certik',
|
|
2376
|
-
|
|
2499
|
+
transition: [{
|
|
2500
|
+
type: 'ibc',
|
|
2377
2501
|
counterparty: {
|
|
2378
2502
|
channel: 'channel-8',
|
|
2379
2503
|
denom: 'uctk',
|
|
@@ -2382,7 +2506,7 @@ const ibc_assets = {
|
|
|
2382
2506
|
chain: {
|
|
2383
2507
|
channel: 'channel-146'
|
|
2384
2508
|
}
|
|
2385
|
-
}
|
|
2509
|
+
}]
|
|
2386
2510
|
}, {
|
|
2387
2511
|
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.",
|
|
2388
2512
|
denom_units: [{
|
|
@@ -2399,7 +2523,8 @@ const ibc_assets = {
|
|
|
2399
2523
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
|
2400
2524
|
},
|
|
2401
2525
|
coingecko_id: 'sifchain',
|
|
2402
|
-
|
|
2526
|
+
transition: [{
|
|
2527
|
+
type: 'ibc',
|
|
2403
2528
|
counterparty: {
|
|
2404
2529
|
channel: 'channel-17',
|
|
2405
2530
|
denom: 'rowan',
|
|
@@ -2408,7 +2533,7 @@ const ibc_assets = {
|
|
|
2408
2533
|
chain: {
|
|
2409
2534
|
channel: 'channel-47'
|
|
2410
2535
|
}
|
|
2411
|
-
}
|
|
2536
|
+
}]
|
|
2412
2537
|
}, {
|
|
2413
2538
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
2414
2539
|
denom_units: [{
|
|
@@ -2432,7 +2557,8 @@ const ibc_assets = {
|
|
|
2432
2557
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
2433
2558
|
},
|
|
2434
2559
|
coingecko_id: 'sommelier',
|
|
2435
|
-
|
|
2560
|
+
transition: [{
|
|
2561
|
+
type: 'ibc',
|
|
2436
2562
|
counterparty: {
|
|
2437
2563
|
channel: 'channel-0',
|
|
2438
2564
|
denom: 'usomm',
|
|
@@ -2441,7 +2567,7 @@ const ibc_assets = {
|
|
|
2441
2567
|
chain: {
|
|
2442
2568
|
channel: 'channel-165'
|
|
2443
2569
|
}
|
|
2444
|
-
}
|
|
2570
|
+
}]
|
|
2445
2571
|
}, {
|
|
2446
2572
|
description: 'The native token of Stargaze',
|
|
2447
2573
|
denom_units: [{
|
|
@@ -2460,7 +2586,8 @@ const ibc_assets = {
|
|
|
2460
2586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
2461
2587
|
},
|
|
2462
2588
|
coingecko_id: 'stargaze',
|
|
2463
|
-
|
|
2589
|
+
transition: [{
|
|
2590
|
+
type: 'ibc',
|
|
2464
2591
|
counterparty: {
|
|
2465
2592
|
channel: 'channel-0',
|
|
2466
2593
|
denom: 'ustars',
|
|
@@ -2469,7 +2596,7 @@ const ibc_assets = {
|
|
|
2469
2596
|
chain: {
|
|
2470
2597
|
channel: 'channel-75'
|
|
2471
2598
|
}
|
|
2472
|
-
}
|
|
2599
|
+
}]
|
|
2473
2600
|
}, {
|
|
2474
2601
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
2475
2602
|
denom_units: [{
|
|
@@ -2489,7 +2616,8 @@ const ibc_assets = {
|
|
|
2489
2616
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
2490
2617
|
},
|
|
2491
2618
|
coingecko_id: 'starname',
|
|
2492
|
-
|
|
2619
|
+
transition: [{
|
|
2620
|
+
type: 'ibc',
|
|
2493
2621
|
counterparty: {
|
|
2494
2622
|
channel: 'channel-2',
|
|
2495
2623
|
denom: 'uiov',
|
|
@@ -2498,7 +2626,7 @@ const ibc_assets = {
|
|
|
2498
2626
|
chain: {
|
|
2499
2627
|
channel: 'channel-15'
|
|
2500
2628
|
}
|
|
2501
|
-
}
|
|
2629
|
+
}]
|
|
2502
2630
|
}, {
|
|
2503
2631
|
description: 'The native staking token of Terra Classic.',
|
|
2504
2632
|
denom_units: [{
|
|
@@ -2523,7 +2651,8 @@ const ibc_assets = {
|
|
|
2523
2651
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
|
2524
2652
|
},
|
|
2525
2653
|
coingecko_id: 'terra-luna',
|
|
2526
|
-
|
|
2654
|
+
transition: [{
|
|
2655
|
+
type: 'ibc',
|
|
2527
2656
|
counterparty: {
|
|
2528
2657
|
channel: 'channel-1',
|
|
2529
2658
|
denom: 'uluna',
|
|
@@ -2532,7 +2661,7 @@ const ibc_assets = {
|
|
|
2532
2661
|
chain: {
|
|
2533
2662
|
channel: 'channel-72'
|
|
2534
2663
|
}
|
|
2535
|
-
}
|
|
2664
|
+
}]
|
|
2536
2665
|
}, {
|
|
2537
2666
|
description: 'The USD stablecoin of Terra Classic.',
|
|
2538
2667
|
denom_units: [{
|
|
@@ -2557,7 +2686,8 @@ const ibc_assets = {
|
|
|
2557
2686
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
|
2558
2687
|
},
|
|
2559
2688
|
coingecko_id: 'terrausd',
|
|
2560
|
-
|
|
2689
|
+
transition: [{
|
|
2690
|
+
type: 'ibc',
|
|
2561
2691
|
counterparty: {
|
|
2562
2692
|
channel: 'channel-1',
|
|
2563
2693
|
denom: 'uusd',
|
|
@@ -2566,7 +2696,7 @@ const ibc_assets = {
|
|
|
2566
2696
|
chain: {
|
|
2567
2697
|
channel: 'channel-72'
|
|
2568
2698
|
}
|
|
2569
|
-
}
|
|
2699
|
+
}]
|
|
2570
2700
|
}, {
|
|
2571
2701
|
description: 'The KRW stablecoin of Terra Classic.',
|
|
2572
2702
|
denom_units: [{
|
|
@@ -2591,7 +2721,8 @@ const ibc_assets = {
|
|
|
2591
2721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
|
2592
2722
|
},
|
|
2593
2723
|
coingecko_id: 'terrakrw',
|
|
2594
|
-
|
|
2724
|
+
transition: [{
|
|
2725
|
+
type: 'ibc',
|
|
2595
2726
|
counterparty: {
|
|
2596
2727
|
channel: 'channel-1',
|
|
2597
2728
|
denom: 'ukrw',
|
|
@@ -2600,7 +2731,7 @@ const ibc_assets = {
|
|
|
2600
2731
|
chain: {
|
|
2601
2732
|
channel: 'channel-72'
|
|
2602
2733
|
}
|
|
2603
|
-
}
|
|
2734
|
+
}]
|
|
2604
2735
|
}, {
|
|
2605
2736
|
description: 'The AUD stablecoin of Terra Classic.',
|
|
2606
2737
|
denom_units: [{
|
|
@@ -2624,7 +2755,8 @@ const ibc_assets = {
|
|
|
2624
2755
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
|
2625
2756
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
|
2626
2757
|
},
|
|
2627
|
-
|
|
2758
|
+
transition: [{
|
|
2759
|
+
type: 'ibc',
|
|
2628
2760
|
counterparty: {
|
|
2629
2761
|
channel: 'channel-1',
|
|
2630
2762
|
denom: 'uaud',
|
|
@@ -2633,7 +2765,7 @@ const ibc_assets = {
|
|
|
2633
2765
|
chain: {
|
|
2634
2766
|
channel: 'channel-72'
|
|
2635
2767
|
}
|
|
2636
|
-
}
|
|
2768
|
+
}]
|
|
2637
2769
|
}, {
|
|
2638
2770
|
description: 'The CAD stablecoin of Terra Classic.',
|
|
2639
2771
|
denom_units: [{
|
|
@@ -2657,7 +2789,8 @@ const ibc_assets = {
|
|
|
2657
2789
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
|
2658
2790
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
|
2659
2791
|
},
|
|
2660
|
-
|
|
2792
|
+
transition: [{
|
|
2793
|
+
type: 'ibc',
|
|
2661
2794
|
counterparty: {
|
|
2662
2795
|
channel: 'channel-1',
|
|
2663
2796
|
denom: 'ucad',
|
|
@@ -2666,7 +2799,7 @@ const ibc_assets = {
|
|
|
2666
2799
|
chain: {
|
|
2667
2800
|
channel: 'channel-72'
|
|
2668
2801
|
}
|
|
2669
|
-
}
|
|
2802
|
+
}]
|
|
2670
2803
|
}, {
|
|
2671
2804
|
description: 'The CHF stablecoin of Terra Classic.',
|
|
2672
2805
|
denom_units: [{
|
|
@@ -2690,7 +2823,8 @@ const ibc_assets = {
|
|
|
2690
2823
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
|
2691
2824
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
|
2692
2825
|
},
|
|
2693
|
-
|
|
2826
|
+
transition: [{
|
|
2827
|
+
type: 'ibc',
|
|
2694
2828
|
counterparty: {
|
|
2695
2829
|
channel: 'channel-1',
|
|
2696
2830
|
denom: 'uchf',
|
|
@@ -2699,7 +2833,7 @@ const ibc_assets = {
|
|
|
2699
2833
|
chain: {
|
|
2700
2834
|
channel: 'channel-72'
|
|
2701
2835
|
}
|
|
2702
|
-
}
|
|
2836
|
+
}]
|
|
2703
2837
|
}, {
|
|
2704
2838
|
description: 'The CNY stablecoin of Terra Classic.',
|
|
2705
2839
|
denom_units: [{
|
|
@@ -2723,7 +2857,8 @@ const ibc_assets = {
|
|
|
2723
2857
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
|
2724
2858
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
|
2725
2859
|
},
|
|
2726
|
-
|
|
2860
|
+
transition: [{
|
|
2861
|
+
type: 'ibc',
|
|
2727
2862
|
counterparty: {
|
|
2728
2863
|
channel: 'channel-1',
|
|
2729
2864
|
denom: 'ucny',
|
|
@@ -2732,7 +2867,7 @@ const ibc_assets = {
|
|
|
2732
2867
|
chain: {
|
|
2733
2868
|
channel: 'channel-72'
|
|
2734
2869
|
}
|
|
2735
|
-
}
|
|
2870
|
+
}]
|
|
2736
2871
|
}, {
|
|
2737
2872
|
description: 'The DKK stablecoin of Terra Classic.',
|
|
2738
2873
|
denom_units: [{
|
|
@@ -2756,7 +2891,8 @@ const ibc_assets = {
|
|
|
2756
2891
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
|
2757
2892
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
|
2758
2893
|
},
|
|
2759
|
-
|
|
2894
|
+
transition: [{
|
|
2895
|
+
type: 'ibc',
|
|
2760
2896
|
counterparty: {
|
|
2761
2897
|
channel: 'channel-1',
|
|
2762
2898
|
denom: 'udkk',
|
|
@@ -2765,7 +2901,7 @@ const ibc_assets = {
|
|
|
2765
2901
|
chain: {
|
|
2766
2902
|
channel: 'channel-72'
|
|
2767
2903
|
}
|
|
2768
|
-
}
|
|
2904
|
+
}]
|
|
2769
2905
|
}, {
|
|
2770
2906
|
description: 'The EUR stablecoin of Terra Classic.',
|
|
2771
2907
|
denom_units: [{
|
|
@@ -2789,7 +2925,8 @@ const ibc_assets = {
|
|
|
2789
2925
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
|
2790
2926
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
|
2791
2927
|
},
|
|
2792
|
-
|
|
2928
|
+
transition: [{
|
|
2929
|
+
type: 'ibc',
|
|
2793
2930
|
counterparty: {
|
|
2794
2931
|
channel: 'channel-1',
|
|
2795
2932
|
denom: 'ueur',
|
|
@@ -2798,7 +2935,7 @@ const ibc_assets = {
|
|
|
2798
2935
|
chain: {
|
|
2799
2936
|
channel: 'channel-72'
|
|
2800
2937
|
}
|
|
2801
|
-
}
|
|
2938
|
+
}]
|
|
2802
2939
|
}, {
|
|
2803
2940
|
description: 'The GBP stablecoin of Terra Classic.',
|
|
2804
2941
|
denom_units: [{
|
|
@@ -2822,7 +2959,8 @@ const ibc_assets = {
|
|
|
2822
2959
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
|
2823
2960
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
|
2824
2961
|
},
|
|
2825
|
-
|
|
2962
|
+
transition: [{
|
|
2963
|
+
type: 'ibc',
|
|
2826
2964
|
counterparty: {
|
|
2827
2965
|
channel: 'channel-1',
|
|
2828
2966
|
denom: 'ugbp',
|
|
@@ -2831,7 +2969,7 @@ const ibc_assets = {
|
|
|
2831
2969
|
chain: {
|
|
2832
2970
|
channel: 'channel-72'
|
|
2833
2971
|
}
|
|
2834
|
-
}
|
|
2972
|
+
}]
|
|
2835
2973
|
}, {
|
|
2836
2974
|
description: 'The HKD stablecoin of Terra Classic.',
|
|
2837
2975
|
denom_units: [{
|
|
@@ -2855,7 +2993,8 @@ const ibc_assets = {
|
|
|
2855
2993
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
|
2856
2994
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
|
2857
2995
|
},
|
|
2858
|
-
|
|
2996
|
+
transition: [{
|
|
2997
|
+
type: 'ibc',
|
|
2859
2998
|
counterparty: {
|
|
2860
2999
|
channel: 'channel-1',
|
|
2861
3000
|
denom: 'uhkd',
|
|
@@ -2864,7 +3003,7 @@ const ibc_assets = {
|
|
|
2864
3003
|
chain: {
|
|
2865
3004
|
channel: 'channel-72'
|
|
2866
3005
|
}
|
|
2867
|
-
}
|
|
3006
|
+
}]
|
|
2868
3007
|
}, {
|
|
2869
3008
|
description: 'The IDR stablecoin of Terra Classic.',
|
|
2870
3009
|
denom_units: [{
|
|
@@ -2888,7 +3027,8 @@ const ibc_assets = {
|
|
|
2888
3027
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
|
2889
3028
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
|
2890
3029
|
},
|
|
2891
|
-
|
|
3030
|
+
transition: [{
|
|
3031
|
+
type: 'ibc',
|
|
2892
3032
|
counterparty: {
|
|
2893
3033
|
channel: 'channel-1',
|
|
2894
3034
|
denom: 'uidr',
|
|
@@ -2897,7 +3037,7 @@ const ibc_assets = {
|
|
|
2897
3037
|
chain: {
|
|
2898
3038
|
channel: 'channel-72'
|
|
2899
3039
|
}
|
|
2900
|
-
}
|
|
3040
|
+
}]
|
|
2901
3041
|
}, {
|
|
2902
3042
|
description: 'The INR stablecoin of Terra Classic.',
|
|
2903
3043
|
denom_units: [{
|
|
@@ -2921,7 +3061,8 @@ const ibc_assets = {
|
|
|
2921
3061
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
|
2922
3062
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
|
2923
3063
|
},
|
|
2924
|
-
|
|
3064
|
+
transition: [{
|
|
3065
|
+
type: 'ibc',
|
|
2925
3066
|
counterparty: {
|
|
2926
3067
|
channel: 'channel-1',
|
|
2927
3068
|
denom: 'uinr',
|
|
@@ -2930,7 +3071,7 @@ const ibc_assets = {
|
|
|
2930
3071
|
chain: {
|
|
2931
3072
|
channel: 'channel-72'
|
|
2932
3073
|
}
|
|
2933
|
-
}
|
|
3074
|
+
}]
|
|
2934
3075
|
}, {
|
|
2935
3076
|
description: 'The JPY stablecoin of Terra Classic.',
|
|
2936
3077
|
denom_units: [{
|
|
@@ -2954,7 +3095,8 @@ const ibc_assets = {
|
|
|
2954
3095
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
|
2955
3096
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
|
2956
3097
|
},
|
|
2957
|
-
|
|
3098
|
+
transition: [{
|
|
3099
|
+
type: 'ibc',
|
|
2958
3100
|
counterparty: {
|
|
2959
3101
|
channel: 'channel-1',
|
|
2960
3102
|
denom: 'ujpy',
|
|
@@ -2963,7 +3105,7 @@ const ibc_assets = {
|
|
|
2963
3105
|
chain: {
|
|
2964
3106
|
channel: 'channel-72'
|
|
2965
3107
|
}
|
|
2966
|
-
}
|
|
3108
|
+
}]
|
|
2967
3109
|
}, {
|
|
2968
3110
|
description: 'The MNT stablecoin of Terra Classic.',
|
|
2969
3111
|
denom_units: [{
|
|
@@ -2987,7 +3129,8 @@ const ibc_assets = {
|
|
|
2987
3129
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
|
2988
3130
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
|
2989
3131
|
},
|
|
2990
|
-
|
|
3132
|
+
transition: [{
|
|
3133
|
+
type: 'ibc',
|
|
2991
3134
|
counterparty: {
|
|
2992
3135
|
channel: 'channel-1',
|
|
2993
3136
|
denom: 'umnt',
|
|
@@ -2996,7 +3139,7 @@ const ibc_assets = {
|
|
|
2996
3139
|
chain: {
|
|
2997
3140
|
channel: 'channel-72'
|
|
2998
3141
|
}
|
|
2999
|
-
}
|
|
3142
|
+
}]
|
|
3000
3143
|
}, {
|
|
3001
3144
|
description: 'The MYR stablecoin of Terra Classic.',
|
|
3002
3145
|
denom_units: [{
|
|
@@ -3020,7 +3163,8 @@ const ibc_assets = {
|
|
|
3020
3163
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
|
3021
3164
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
|
3022
3165
|
},
|
|
3023
|
-
|
|
3166
|
+
transition: [{
|
|
3167
|
+
type: 'ibc',
|
|
3024
3168
|
counterparty: {
|
|
3025
3169
|
channel: 'channel-1',
|
|
3026
3170
|
denom: 'umyr',
|
|
@@ -3029,7 +3173,7 @@ const ibc_assets = {
|
|
|
3029
3173
|
chain: {
|
|
3030
3174
|
channel: 'channel-72'
|
|
3031
3175
|
}
|
|
3032
|
-
}
|
|
3176
|
+
}]
|
|
3033
3177
|
}, {
|
|
3034
3178
|
description: 'The NOK stablecoin of Terra Classic.',
|
|
3035
3179
|
denom_units: [{
|
|
@@ -3053,7 +3197,8 @@ const ibc_assets = {
|
|
|
3053
3197
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
|
3054
3198
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
|
3055
3199
|
},
|
|
3056
|
-
|
|
3200
|
+
transition: [{
|
|
3201
|
+
type: 'ibc',
|
|
3057
3202
|
counterparty: {
|
|
3058
3203
|
channel: 'channel-1',
|
|
3059
3204
|
denom: 'unok',
|
|
@@ -3062,7 +3207,7 @@ const ibc_assets = {
|
|
|
3062
3207
|
chain: {
|
|
3063
3208
|
channel: 'channel-72'
|
|
3064
3209
|
}
|
|
3065
|
-
}
|
|
3210
|
+
}]
|
|
3066
3211
|
}, {
|
|
3067
3212
|
description: 'The PHP stablecoin of Terra Classic.',
|
|
3068
3213
|
denom_units: [{
|
|
@@ -3086,7 +3231,8 @@ const ibc_assets = {
|
|
|
3086
3231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
|
3087
3232
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
|
3088
3233
|
},
|
|
3089
|
-
|
|
3234
|
+
transition: [{
|
|
3235
|
+
type: 'ibc',
|
|
3090
3236
|
counterparty: {
|
|
3091
3237
|
channel: 'channel-1',
|
|
3092
3238
|
denom: 'uphp',
|
|
@@ -3095,7 +3241,7 @@ const ibc_assets = {
|
|
|
3095
3241
|
chain: {
|
|
3096
3242
|
channel: 'channel-72'
|
|
3097
3243
|
}
|
|
3098
|
-
}
|
|
3244
|
+
}]
|
|
3099
3245
|
}, {
|
|
3100
3246
|
description: 'The SDR stablecoin of Terra Classic.',
|
|
3101
3247
|
denom_units: [{
|
|
@@ -3119,7 +3265,8 @@ const ibc_assets = {
|
|
|
3119
3265
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
|
3120
3266
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
|
3121
3267
|
},
|
|
3122
|
-
|
|
3268
|
+
transition: [{
|
|
3269
|
+
type: 'ibc',
|
|
3123
3270
|
counterparty: {
|
|
3124
3271
|
channel: 'channel-1',
|
|
3125
3272
|
denom: 'usdr',
|
|
@@ -3128,7 +3275,7 @@ const ibc_assets = {
|
|
|
3128
3275
|
chain: {
|
|
3129
3276
|
channel: 'channel-72'
|
|
3130
3277
|
}
|
|
3131
|
-
}
|
|
3278
|
+
}]
|
|
3132
3279
|
}, {
|
|
3133
3280
|
description: 'The SEK stablecoin of Terra Classic.',
|
|
3134
3281
|
denom_units: [{
|
|
@@ -3152,7 +3299,8 @@ const ibc_assets = {
|
|
|
3152
3299
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
|
3153
3300
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
|
3154
3301
|
},
|
|
3155
|
-
|
|
3302
|
+
transition: [{
|
|
3303
|
+
type: 'ibc',
|
|
3156
3304
|
counterparty: {
|
|
3157
3305
|
channel: 'channel-1',
|
|
3158
3306
|
denom: 'usek',
|
|
@@ -3161,7 +3309,7 @@ const ibc_assets = {
|
|
|
3161
3309
|
chain: {
|
|
3162
3310
|
channel: 'channel-72'
|
|
3163
3311
|
}
|
|
3164
|
-
}
|
|
3312
|
+
}]
|
|
3165
3313
|
}, {
|
|
3166
3314
|
description: 'The SGD stablecoin of Terra Classic.',
|
|
3167
3315
|
denom_units: [{
|
|
@@ -3185,7 +3333,8 @@ const ibc_assets = {
|
|
|
3185
3333
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
|
3186
3334
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
|
3187
3335
|
},
|
|
3188
|
-
|
|
3336
|
+
transition: [{
|
|
3337
|
+
type: 'ibc',
|
|
3189
3338
|
counterparty: {
|
|
3190
3339
|
channel: 'channel-1',
|
|
3191
3340
|
denom: 'usgd',
|
|
@@ -3194,7 +3343,7 @@ const ibc_assets = {
|
|
|
3194
3343
|
chain: {
|
|
3195
3344
|
channel: 'channel-72'
|
|
3196
3345
|
}
|
|
3197
|
-
}
|
|
3346
|
+
}]
|
|
3198
3347
|
}, {
|
|
3199
3348
|
description: 'The THB stablecoin of Terra Classic.',
|
|
3200
3349
|
denom_units: [{
|
|
@@ -3218,7 +3367,8 @@ const ibc_assets = {
|
|
|
3218
3367
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
|
3219
3368
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
|
3220
3369
|
},
|
|
3221
|
-
|
|
3370
|
+
transition: [{
|
|
3371
|
+
type: 'ibc',
|
|
3222
3372
|
counterparty: {
|
|
3223
3373
|
channel: 'channel-1',
|
|
3224
3374
|
denom: 'uthb',
|
|
@@ -3227,7 +3377,7 @@ const ibc_assets = {
|
|
|
3227
3377
|
chain: {
|
|
3228
3378
|
channel: 'channel-72'
|
|
3229
3379
|
}
|
|
3230
|
-
}
|
|
3380
|
+
}]
|
|
3231
3381
|
}, {
|
|
3232
3382
|
description: 'The TWD stablecoin of Terra Classic.',
|
|
3233
3383
|
denom_units: [{
|
|
@@ -3251,7 +3401,8 @@ const ibc_assets = {
|
|
|
3251
3401
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
|
3252
3402
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
|
3253
3403
|
},
|
|
3254
|
-
|
|
3404
|
+
transition: [{
|
|
3405
|
+
type: 'ibc',
|
|
3255
3406
|
counterparty: {
|
|
3256
3407
|
channel: 'channel-1',
|
|
3257
3408
|
denom: 'utwd',
|
|
@@ -3260,7 +3411,7 @@ const ibc_assets = {
|
|
|
3260
3411
|
chain: {
|
|
3261
3412
|
channel: 'channel-72'
|
|
3262
3413
|
}
|
|
3263
|
-
}
|
|
3414
|
+
}]
|
|
3264
3415
|
}, {
|
|
3265
3416
|
description: 'The native token of Tgrade',
|
|
3266
3417
|
denom_units: [{
|
|
@@ -3281,7 +3432,8 @@ const ibc_assets = {
|
|
|
3281
3432
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3282
3433
|
},
|
|
3283
3434
|
coingecko_id: 'tgrade',
|
|
3284
|
-
|
|
3435
|
+
transition: [{
|
|
3436
|
+
type: 'ibc',
|
|
3285
3437
|
counterparty: {
|
|
3286
3438
|
channel: 'channel-0',
|
|
3287
3439
|
denom: 'utgd',
|
|
@@ -3290,7 +3442,7 @@ const ibc_assets = {
|
|
|
3290
3442
|
chain: {
|
|
3291
3443
|
channel: 'channel-263'
|
|
3292
3444
|
}
|
|
3293
|
-
}
|
|
3445
|
+
}]
|
|
3294
3446
|
}, {
|
|
3295
3447
|
description: 'The native token of Umee',
|
|
3296
3448
|
denom_units: [{
|
|
@@ -3309,7 +3461,8 @@ const ibc_assets = {
|
|
|
3309
3461
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png'
|
|
3310
3462
|
},
|
|
3311
3463
|
coingecko_id: 'umee',
|
|
3312
|
-
|
|
3464
|
+
transition: [{
|
|
3465
|
+
type: 'ibc',
|
|
3313
3466
|
counterparty: {
|
|
3314
3467
|
channel: 'channel-0',
|
|
3315
3468
|
denom: 'uumee',
|
|
@@ -3318,7 +3471,7 @@ const ibc_assets = {
|
|
|
3318
3471
|
chain: {
|
|
3319
3472
|
channel: 'channel-184'
|
|
3320
3473
|
}
|
|
3321
|
-
}
|
|
3474
|
+
}]
|
|
3322
3475
|
}, {
|
|
3323
3476
|
description: 'The native token of Vidulum',
|
|
3324
3477
|
denom_units: [{
|
|
@@ -3339,7 +3492,8 @@ const ibc_assets = {
|
|
|
3339
3492
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png'
|
|
3340
3493
|
},
|
|
3341
3494
|
coingecko_id: 'vidulum',
|
|
3342
|
-
|
|
3495
|
+
transition: [{
|
|
3496
|
+
type: 'ibc',
|
|
3343
3497
|
counterparty: {
|
|
3344
3498
|
channel: 'channel-0',
|
|
3345
3499
|
denom: 'uvdl',
|
|
@@ -3348,7 +3502,501 @@ const ibc_assets = {
|
|
|
3348
3502
|
chain: {
|
|
3349
3503
|
channel: 'channel-124'
|
|
3350
3504
|
}
|
|
3351
|
-
}
|
|
3505
|
+
}]
|
|
3506
|
+
}, {
|
|
3507
|
+
description: 'The native token cw20 for Neta on Juno Chain',
|
|
3508
|
+
type_asset: 'cw20',
|
|
3509
|
+
address: 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
3510
|
+
denom_units: [{
|
|
3511
|
+
denom: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
3512
|
+
exponent: 0,
|
|
3513
|
+
aliases: ['cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr']
|
|
3514
|
+
}, {
|
|
3515
|
+
denom: 'neta',
|
|
3516
|
+
exponent: 6
|
|
3517
|
+
}],
|
|
3518
|
+
base: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
3519
|
+
name: 'Neta',
|
|
3520
|
+
display: 'neta',
|
|
3521
|
+
symbol: 'NETA',
|
|
3522
|
+
logo_URIs: {
|
|
3523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
|
|
3524
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
3525
|
+
},
|
|
3526
|
+
coingecko_id: 'neta',
|
|
3527
|
+
transition: [{
|
|
3528
|
+
type: 'ibc',
|
|
3529
|
+
counterparty: {
|
|
3530
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3531
|
+
channel: 'channel-47',
|
|
3532
|
+
denom: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
3533
|
+
chain_name: 'juno'
|
|
3534
|
+
},
|
|
3535
|
+
chain: {
|
|
3536
|
+
port: 'transfer',
|
|
3537
|
+
channel: 'channel-169'
|
|
3538
|
+
}
|
|
3539
|
+
}]
|
|
3540
|
+
}, {
|
|
3541
|
+
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
3542
|
+
type_asset: 'cw20',
|
|
3543
|
+
address: 'juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
3544
|
+
denom_units: [{
|
|
3545
|
+
denom: 'ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6',
|
|
3546
|
+
exponent: 0,
|
|
3547
|
+
aliases: ['cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl']
|
|
3548
|
+
}, {
|
|
3549
|
+
denom: 'marble',
|
|
3550
|
+
exponent: 3
|
|
3551
|
+
}],
|
|
3552
|
+
base: 'ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6',
|
|
3553
|
+
name: 'Marble',
|
|
3554
|
+
display: 'marble',
|
|
3555
|
+
symbol: 'MARBLE',
|
|
3556
|
+
logo_URIs: {
|
|
3557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
|
|
3558
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
3559
|
+
},
|
|
3560
|
+
coingecko_id: 'marble',
|
|
3561
|
+
transition: [{
|
|
3562
|
+
type: 'ibc',
|
|
3563
|
+
counterparty: {
|
|
3564
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3565
|
+
channel: 'channel-47',
|
|
3566
|
+
denom: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
3567
|
+
chain_name: 'juno'
|
|
3568
|
+
},
|
|
3569
|
+
chain: {
|
|
3570
|
+
port: 'transfer',
|
|
3571
|
+
channel: 'channel-169'
|
|
3572
|
+
}
|
|
3573
|
+
}]
|
|
3574
|
+
}, {
|
|
3575
|
+
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
|
3576
|
+
type_asset: 'cw20',
|
|
3577
|
+
address: 'juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
3578
|
+
denom_units: [{
|
|
3579
|
+
denom: 'ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B',
|
|
3580
|
+
exponent: 0,
|
|
3581
|
+
aliases: ['cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z']
|
|
3582
|
+
}, {
|
|
3583
|
+
denom: 'hope',
|
|
3584
|
+
exponent: 6
|
|
3585
|
+
}],
|
|
3586
|
+
base: 'ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B',
|
|
3587
|
+
name: 'Hope Galaxy',
|
|
3588
|
+
display: 'hope',
|
|
3589
|
+
symbol: 'HOPE',
|
|
3590
|
+
logo_URIs: {
|
|
3591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
|
|
3592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
3593
|
+
},
|
|
3594
|
+
coingecko_id: 'hope-galaxy',
|
|
3595
|
+
transition: [{
|
|
3596
|
+
type: 'ibc',
|
|
3597
|
+
counterparty: {
|
|
3598
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3599
|
+
channel: 'channel-47',
|
|
3600
|
+
denom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
3601
|
+
chain_name: 'juno'
|
|
3602
|
+
},
|
|
3603
|
+
chain: {
|
|
3604
|
+
port: 'transfer',
|
|
3605
|
+
channel: 'channel-169'
|
|
3606
|
+
}
|
|
3607
|
+
}]
|
|
3608
|
+
}, {
|
|
3609
|
+
description: 'Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem',
|
|
3610
|
+
type_asset: 'cw20',
|
|
3611
|
+
address: 'juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
3612
|
+
denom_units: [{
|
|
3613
|
+
denom: 'ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788',
|
|
3614
|
+
exponent: 0,
|
|
3615
|
+
aliases: ['cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa']
|
|
3616
|
+
}, {
|
|
3617
|
+
denom: 'rac',
|
|
3618
|
+
exponent: 6
|
|
3619
|
+
}],
|
|
3620
|
+
base: 'ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788',
|
|
3621
|
+
name: 'Racoon',
|
|
3622
|
+
display: 'rac',
|
|
3623
|
+
symbol: 'RAC',
|
|
3624
|
+
logo_URIs: {
|
|
3625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
|
3626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
3627
|
+
},
|
|
3628
|
+
coingecko_id: 'racoon',
|
|
3629
|
+
transition: [{
|
|
3630
|
+
type: 'ibc',
|
|
3631
|
+
counterparty: {
|
|
3632
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3633
|
+
channel: 'channel-47',
|
|
3634
|
+
denom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
3635
|
+
chain_name: 'juno'
|
|
3636
|
+
},
|
|
3637
|
+
chain: {
|
|
3638
|
+
port: 'transfer',
|
|
3639
|
+
channel: 'channel-169'
|
|
3640
|
+
}
|
|
3641
|
+
}]
|
|
3642
|
+
}, {
|
|
3643
|
+
description: 'The native token of Marble DEX on Juno Chain',
|
|
3644
|
+
type_asset: 'cw20',
|
|
3645
|
+
address: 'juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
3646
|
+
denom_units: [{
|
|
3647
|
+
denom: 'ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3',
|
|
3648
|
+
exponent: 0,
|
|
3649
|
+
aliases: ['cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq']
|
|
3650
|
+
}, {
|
|
3651
|
+
denom: 'block',
|
|
3652
|
+
exponent: 6
|
|
3653
|
+
}],
|
|
3654
|
+
base: 'ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3',
|
|
3655
|
+
name: 'Block',
|
|
3656
|
+
display: 'block',
|
|
3657
|
+
symbol: 'BLOCK',
|
|
3658
|
+
logo_URIs: {
|
|
3659
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
|
3660
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
3661
|
+
},
|
|
3662
|
+
transition: [{
|
|
3663
|
+
type: 'ibc',
|
|
3664
|
+
counterparty: {
|
|
3665
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3666
|
+
channel: 'channel-47',
|
|
3667
|
+
denom: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
3668
|
+
chain_name: 'juno'
|
|
3669
|
+
},
|
|
3670
|
+
chain: {
|
|
3671
|
+
port: 'transfer',
|
|
3672
|
+
channel: 'channel-169'
|
|
3673
|
+
}
|
|
3674
|
+
}]
|
|
3675
|
+
}, {
|
|
3676
|
+
description: 'The DAO token to build consensus among Hong Kong People',
|
|
3677
|
+
type_asset: 'cw20',
|
|
3678
|
+
address: 'juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
3679
|
+
denom_units: [{
|
|
3680
|
+
denom: 'ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB',
|
|
3681
|
+
exponent: 0,
|
|
3682
|
+
aliases: ['cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49']
|
|
3683
|
+
}],
|
|
3684
|
+
base: 'ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB',
|
|
3685
|
+
name: 'DHK',
|
|
3686
|
+
display: 'dhk',
|
|
3687
|
+
symbol: 'DHK',
|
|
3688
|
+
logo_URIs: {
|
|
3689
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
|
3690
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3691
|
+
},
|
|
3692
|
+
transition: [{
|
|
3693
|
+
type: 'ibc',
|
|
3694
|
+
counterparty: {
|
|
3695
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3696
|
+
channel: 'channel-47',
|
|
3697
|
+
denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
3698
|
+
chain_name: 'juno'
|
|
3699
|
+
},
|
|
3700
|
+
chain: {
|
|
3701
|
+
port: 'transfer',
|
|
3702
|
+
channel: 'channel-169'
|
|
3703
|
+
}
|
|
3704
|
+
}]
|
|
3705
|
+
}, {
|
|
3706
|
+
description: 'Token governance for Junoswap',
|
|
3707
|
+
type_asset: 'cw20',
|
|
3708
|
+
address: 'juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
3709
|
+
denom_units: [{
|
|
3710
|
+
denom: 'ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC',
|
|
3711
|
+
exponent: 0,
|
|
3712
|
+
aliases: ['cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g']
|
|
3713
|
+
}, {
|
|
3714
|
+
denom: 'raw',
|
|
3715
|
+
exponent: 6
|
|
3716
|
+
}],
|
|
3717
|
+
base: 'ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC',
|
|
3718
|
+
name: 'JunoSwap',
|
|
3719
|
+
display: 'raw',
|
|
3720
|
+
symbol: 'RAW',
|
|
3721
|
+
logo_URIs: {
|
|
3722
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
|
3723
|
+
},
|
|
3724
|
+
coingecko_id: 'junoswap-raw-dao',
|
|
3725
|
+
transition: [{
|
|
3726
|
+
type: 'ibc',
|
|
3727
|
+
counterparty: {
|
|
3728
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3729
|
+
channel: 'channel-47',
|
|
3730
|
+
denom: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
3731
|
+
chain_name: 'juno'
|
|
3732
|
+
},
|
|
3733
|
+
chain: {
|
|
3734
|
+
port: 'transfer',
|
|
3735
|
+
channel: 'channel-169'
|
|
3736
|
+
}
|
|
3737
|
+
}]
|
|
3738
|
+
}, {
|
|
3739
|
+
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
3740
|
+
type_asset: 'cw20',
|
|
3741
|
+
address: 'juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
3742
|
+
denom_units: [{
|
|
3743
|
+
denom: 'ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7',
|
|
3744
|
+
exponent: 0,
|
|
3745
|
+
aliases: ['cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w']
|
|
3746
|
+
}, {
|
|
3747
|
+
denom: 'asvt',
|
|
3748
|
+
exponent: 6
|
|
3749
|
+
}],
|
|
3750
|
+
base: 'ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7',
|
|
3751
|
+
name: 'Another.Software Validator Token',
|
|
3752
|
+
display: 'asvt',
|
|
3753
|
+
symbol: 'ASVT',
|
|
3754
|
+
logo_URIs: {
|
|
3755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
3756
|
+
},
|
|
3757
|
+
transition: [{
|
|
3758
|
+
type: 'ibc',
|
|
3759
|
+
counterparty: {
|
|
3760
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3761
|
+
channel: 'channel-47',
|
|
3762
|
+
denom: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
3763
|
+
chain_name: 'juno'
|
|
3764
|
+
},
|
|
3765
|
+
chain: {
|
|
3766
|
+
port: 'transfer',
|
|
3767
|
+
channel: 'channel-169'
|
|
3768
|
+
}
|
|
3769
|
+
}]
|
|
3770
|
+
}, {
|
|
3771
|
+
description: 'IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.',
|
|
3772
|
+
type_asset: 'cw20',
|
|
3773
|
+
address: 'juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
3774
|
+
denom_units: [{
|
|
3775
|
+
denom: 'ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A',
|
|
3776
|
+
exponent: 0,
|
|
3777
|
+
aliases: ['cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k']
|
|
3778
|
+
}, {
|
|
3779
|
+
denom: 'hns',
|
|
3780
|
+
exponent: 6
|
|
3781
|
+
}],
|
|
3782
|
+
base: 'ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A',
|
|
3783
|
+
name: 'IBC HNS (Handshake)',
|
|
3784
|
+
display: 'hns',
|
|
3785
|
+
symbol: 'HNS',
|
|
3786
|
+
logo_URIs: {
|
|
3787
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
|
3788
|
+
},
|
|
3789
|
+
transition: [{
|
|
3790
|
+
type: 'ibc',
|
|
3791
|
+
counterparty: {
|
|
3792
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3793
|
+
channel: 'channel-47',
|
|
3794
|
+
denom: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
3795
|
+
chain_name: 'juno'
|
|
3796
|
+
},
|
|
3797
|
+
chain: {
|
|
3798
|
+
port: 'transfer',
|
|
3799
|
+
channel: 'channel-169'
|
|
3800
|
+
}
|
|
3801
|
+
}]
|
|
3802
|
+
}, {
|
|
3803
|
+
description: 'DAO dedicated to building tools on the Juno Network',
|
|
3804
|
+
type_asset: 'cw20',
|
|
3805
|
+
address: 'juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
3806
|
+
denom_units: [{
|
|
3807
|
+
denom: 'ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484',
|
|
3808
|
+
exponent: 0,
|
|
3809
|
+
aliases: ['cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3']
|
|
3810
|
+
}, {
|
|
3811
|
+
denom: 'joe',
|
|
3812
|
+
exponent: 6
|
|
3813
|
+
}],
|
|
3814
|
+
base: 'ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484',
|
|
3815
|
+
name: 'JoeDAO',
|
|
3816
|
+
display: 'joe',
|
|
3817
|
+
symbol: 'JOE',
|
|
3818
|
+
logo_URIs: {
|
|
3819
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
3820
|
+
},
|
|
3821
|
+
transition: [{
|
|
3822
|
+
type: 'ibc',
|
|
3823
|
+
counterparty: {
|
|
3824
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3825
|
+
channel: 'channel-47',
|
|
3826
|
+
denom: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
3827
|
+
chain_name: 'juno'
|
|
3828
|
+
},
|
|
3829
|
+
chain: {
|
|
3830
|
+
port: 'transfer',
|
|
3831
|
+
channel: 'channel-169'
|
|
3832
|
+
}
|
|
3833
|
+
}]
|
|
3834
|
+
}, {
|
|
3835
|
+
description: 'Governance Token for Digital Land Acquisition DAO',
|
|
3836
|
+
type_asset: 'cw20',
|
|
3837
|
+
address: 'juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
3838
|
+
denom_units: [{
|
|
3839
|
+
denom: 'ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8',
|
|
3840
|
+
exponent: 0,
|
|
3841
|
+
aliases: ['cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr']
|
|
3842
|
+
}, {
|
|
3843
|
+
denom: 'dla',
|
|
3844
|
+
exponent: 6
|
|
3845
|
+
}],
|
|
3846
|
+
base: 'ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8',
|
|
3847
|
+
name: 'Digital Land Acquisition DAO',
|
|
3848
|
+
display: 'dla',
|
|
3849
|
+
symbol: 'DLA',
|
|
3850
|
+
logo_URIs: {
|
|
3851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
|
3852
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
3853
|
+
},
|
|
3854
|
+
transition: [{
|
|
3855
|
+
type: 'ibc',
|
|
3856
|
+
counterparty: {
|
|
3857
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3858
|
+
channel: 'channel-47',
|
|
3859
|
+
denom: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
3860
|
+
chain_name: 'juno'
|
|
3861
|
+
},
|
|
3862
|
+
chain: {
|
|
3863
|
+
port: 'transfer',
|
|
3864
|
+
channel: 'channel-169'
|
|
3865
|
+
}
|
|
3866
|
+
}]
|
|
3867
|
+
}, {
|
|
3868
|
+
description: 'DeFi gaming platform built on Juno',
|
|
3869
|
+
type_asset: 'cw20',
|
|
3870
|
+
address: 'juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
3871
|
+
denom_units: [{
|
|
3872
|
+
denom: 'ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E',
|
|
3873
|
+
exponent: 0,
|
|
3874
|
+
aliases: ['cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se']
|
|
3875
|
+
}, {
|
|
3876
|
+
denom: 'glto',
|
|
3877
|
+
exponent: 6
|
|
3878
|
+
}],
|
|
3879
|
+
base: 'ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E',
|
|
3880
|
+
name: 'Gelotto',
|
|
3881
|
+
display: 'glto',
|
|
3882
|
+
symbol: 'GLTO',
|
|
3883
|
+
logo_URIs: {
|
|
3884
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
3885
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
3886
|
+
},
|
|
3887
|
+
transition: [{
|
|
3888
|
+
type: 'ibc',
|
|
3889
|
+
counterparty: {
|
|
3890
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3891
|
+
channel: 'channel-47',
|
|
3892
|
+
denom: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
3893
|
+
chain_name: 'juno'
|
|
3894
|
+
},
|
|
3895
|
+
chain: {
|
|
3896
|
+
port: 'transfer',
|
|
3897
|
+
channel: 'channel-169'
|
|
3898
|
+
}
|
|
3899
|
+
}]
|
|
3900
|
+
}, {
|
|
3901
|
+
description: 'Gelotto Year 1 Grand Prize Token',
|
|
3902
|
+
type_asset: 'cw20',
|
|
3903
|
+
address: 'juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
3904
|
+
denom_units: [{
|
|
3905
|
+
denom: 'ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8',
|
|
3906
|
+
exponent: 0,
|
|
3907
|
+
aliases: ['cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh']
|
|
3908
|
+
}, {
|
|
3909
|
+
denom: 'gkey',
|
|
3910
|
+
exponent: 6
|
|
3911
|
+
}],
|
|
3912
|
+
base: 'ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8',
|
|
3913
|
+
name: 'GKey',
|
|
3914
|
+
display: 'gkey',
|
|
3915
|
+
symbol: 'GKEY',
|
|
3916
|
+
logo_URIs: {
|
|
3917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
|
3918
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
3919
|
+
},
|
|
3920
|
+
transition: [{
|
|
3921
|
+
type: 'ibc',
|
|
3922
|
+
counterparty: {
|
|
3923
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3924
|
+
channel: 'channel-47',
|
|
3925
|
+
denom: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
3926
|
+
chain_name: 'juno'
|
|
3927
|
+
},
|
|
3928
|
+
chain: {
|
|
3929
|
+
port: 'transfer',
|
|
3930
|
+
channel: 'channel-169'
|
|
3931
|
+
}
|
|
3932
|
+
}]
|
|
3933
|
+
}, {
|
|
3934
|
+
description: 'The native token cw20 for BlackHole on Juno Chain',
|
|
3935
|
+
type_asset: 'cw20',
|
|
3936
|
+
address: 'juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
|
3937
|
+
denom_units: [{
|
|
3938
|
+
denom: 'ibc/36ABCB2BD7197D778A8EFD4F97E5721CA4CF87F7D39EDD76EC238F2219B7A508',
|
|
3939
|
+
exponent: 0,
|
|
3940
|
+
aliases: ['cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca']
|
|
3941
|
+
}, {
|
|
3942
|
+
denom: 'blkh',
|
|
3943
|
+
exponent: 4
|
|
3944
|
+
}],
|
|
3945
|
+
base: 'ibc/36ABCB2BD7197D778A8EFD4F97E5721CA4CF87F7D39EDD76EC238F2219B7A508',
|
|
3946
|
+
name: 'Blackhole',
|
|
3947
|
+
display: 'blkh',
|
|
3948
|
+
symbol: 'BLKH',
|
|
3949
|
+
logo_URIs: {
|
|
3950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png',
|
|
3951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg'
|
|
3952
|
+
},
|
|
3953
|
+
transition: [{
|
|
3954
|
+
type: 'ibc',
|
|
3955
|
+
counterparty: {
|
|
3956
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3957
|
+
channel: 'channel-47',
|
|
3958
|
+
denom: 'cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
|
3959
|
+
chain_name: 'juno'
|
|
3960
|
+
},
|
|
3961
|
+
chain: {
|
|
3962
|
+
port: 'transfer',
|
|
3963
|
+
channel: 'channel-169'
|
|
3964
|
+
}
|
|
3965
|
+
}]
|
|
3966
|
+
}, {
|
|
3967
|
+
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
3968
|
+
type_asset: 'cw20',
|
|
3969
|
+
address: 'ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy',
|
|
3970
|
+
denom_units: [{
|
|
3971
|
+
denom: 'ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121',
|
|
3972
|
+
exponent: 0,
|
|
3973
|
+
aliases: ['cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy']
|
|
3974
|
+
}, {
|
|
3975
|
+
denom: 'lvn',
|
|
3976
|
+
exponent: 6
|
|
3977
|
+
}],
|
|
3978
|
+
base: 'ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121',
|
|
3979
|
+
name: 'LVN',
|
|
3980
|
+
display: 'lvn',
|
|
3981
|
+
symbol: 'LVN',
|
|
3982
|
+
logo_URIs: {
|
|
3983
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
3984
|
+
},
|
|
3985
|
+
coingecko_id: 'lvn',
|
|
3986
|
+
transition: [{
|
|
3987
|
+
type: 'ibc',
|
|
3988
|
+
counterparty: {
|
|
3989
|
+
port: 'wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha',
|
|
3990
|
+
channel: 'channel-18',
|
|
3991
|
+
denom: 'cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy',
|
|
3992
|
+
chain_name: 'kichain'
|
|
3993
|
+
},
|
|
3994
|
+
chain: {
|
|
3995
|
+
port: 'transfer',
|
|
3996
|
+
channel: 'channel-261'
|
|
3997
|
+
}
|
|
3998
|
+
}]
|
|
3352
3999
|
}]
|
|
3353
4000
|
};
|
|
3354
|
-
|
|
4001
|
+
var _default = asset_list;
|
|
4002
|
+
exports["default"] = _default;
|