@chain-registry/osmosis 0.5.2 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/README.md +2 -2
- package/{module/ibc_assets.js → main/asset_list.js} +921 -244
- package/main/index.js +22 -4
- package/main/testnet.js +90 -0
- package/main/testnet_assets.js +52 -0
- package/{main/ibc_assets.js → module/asset_list.js} +914 -251
- package/module/index.js +7 -3
- package/module/testnet.js +83 -0
- package/module/testnet_assets.js +45 -0
- package/package.json +5 -5
- package/types/asset_list.d.ts +3 -0
- package/types/index.d.ts +9 -5
- package/types/testnet.d.ts +3 -0
- package/types/testnet_assets.d.ts +3 -0
- package/types/ibc_assets.d.ts +0 -3
|
@@ -1,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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
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
|
+
traces: [{
|
|
2052
|
+
type: 'ibc',
|
|
1949
2053
|
counterparty: {
|
|
1950
2054
|
channel: 'channel-0',
|
|
1951
2055
|
denom: 'udarc',
|
|
@@ -1954,7 +2058,36 @@ const ibc_assets = {
|
|
|
1954
2058
|
chain: {
|
|
1955
2059
|
channel: 'channel-171'
|
|
1956
2060
|
}
|
|
1957
|
-
}
|
|
2061
|
+
}]
|
|
2062
|
+
}, {
|
|
2063
|
+
description: 'The native staking and governance token of the Kujira chain.',
|
|
2064
|
+
denom_units: [{
|
|
2065
|
+
denom: 'ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE',
|
|
2066
|
+
exponent: 0,
|
|
2067
|
+
aliases: ['ukuji']
|
|
2068
|
+
}, {
|
|
2069
|
+
denom: 'kuji',
|
|
2070
|
+
exponent: 6
|
|
2071
|
+
}],
|
|
2072
|
+
base: 'ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE',
|
|
2073
|
+
name: 'Kuji',
|
|
2074
|
+
display: 'kuji',
|
|
2075
|
+
symbol: 'KUJI',
|
|
2076
|
+
coingecko_id: 'kujira',
|
|
2077
|
+
logo_URIs: {
|
|
2078
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png'
|
|
2079
|
+
},
|
|
2080
|
+
traces: [{
|
|
2081
|
+
type: 'ibc',
|
|
2082
|
+
counterparty: {
|
|
2083
|
+
channel: 'channel-3',
|
|
2084
|
+
denom: 'ukuji',
|
|
2085
|
+
chain_name: 'kujira'
|
|
2086
|
+
},
|
|
2087
|
+
chain: {
|
|
2088
|
+
channel: 'channel-259'
|
|
2089
|
+
}
|
|
2090
|
+
}]
|
|
1958
2091
|
}, {
|
|
1959
2092
|
description: 'LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.',
|
|
1960
2093
|
denom_units: [{
|
|
@@ -1974,7 +2107,8 @@ const ibc_assets = {
|
|
|
1974
2107
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
1975
2108
|
},
|
|
1976
2109
|
coingecko_id: 'likecoin',
|
|
1977
|
-
|
|
2110
|
+
traces: [{
|
|
2111
|
+
type: 'ibc',
|
|
1978
2112
|
counterparty: {
|
|
1979
2113
|
channel: 'channel-3',
|
|
1980
2114
|
denom: 'nanolike',
|
|
@@ -1983,7 +2117,7 @@ const ibc_assets = {
|
|
|
1983
2117
|
chain: {
|
|
1984
2118
|
channel: 'channel-53'
|
|
1985
2119
|
}
|
|
1986
|
-
}
|
|
2120
|
+
}]
|
|
1987
2121
|
}, {
|
|
1988
2122
|
description: 'The native token of Lumen Network',
|
|
1989
2123
|
denom_units: [{
|
|
@@ -2001,7 +2135,8 @@ const ibc_assets = {
|
|
|
2001
2135
|
logo_URIs: {
|
|
2002
2136
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png'
|
|
2003
2137
|
},
|
|
2004
|
-
|
|
2138
|
+
traces: [{
|
|
2139
|
+
type: 'ibc',
|
|
2005
2140
|
counterparty: {
|
|
2006
2141
|
channel: 'channel-3',
|
|
2007
2142
|
denom: 'ulumen',
|
|
@@ -2010,7 +2145,7 @@ const ibc_assets = {
|
|
|
2010
2145
|
chain: {
|
|
2011
2146
|
channel: 'channel-286'
|
|
2012
2147
|
}
|
|
2013
|
-
}
|
|
2148
|
+
}]
|
|
2014
2149
|
}, {
|
|
2015
2150
|
description: 'Native token of the Lum Network',
|
|
2016
2151
|
denom_units: [{
|
|
@@ -2030,7 +2165,8 @@ const ibc_assets = {
|
|
|
2030
2165
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg'
|
|
2031
2166
|
},
|
|
2032
2167
|
coingecko_id: 'lum-network',
|
|
2033
|
-
|
|
2168
|
+
traces: [{
|
|
2169
|
+
type: 'ibc',
|
|
2034
2170
|
counterparty: {
|
|
2035
2171
|
channel: 'channel-3',
|
|
2036
2172
|
denom: 'ulum',
|
|
@@ -2039,7 +2175,7 @@ const ibc_assets = {
|
|
|
2039
2175
|
chain: {
|
|
2040
2176
|
channel: 'channel-115'
|
|
2041
2177
|
}
|
|
2042
|
-
}
|
|
2178
|
+
}]
|
|
2043
2179
|
}, {
|
|
2044
2180
|
description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
|
|
2045
2181
|
denom_units: [{
|
|
@@ -2058,7 +2194,8 @@ const ibc_assets = {
|
|
|
2058
2194
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
2059
2195
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
2060
2196
|
},
|
|
2061
|
-
|
|
2197
|
+
traces: [{
|
|
2198
|
+
type: 'ibc',
|
|
2062
2199
|
counterparty: {
|
|
2063
2200
|
channel: 'channel-1',
|
|
2064
2201
|
denom: 'umeme',
|
|
@@ -2067,7 +2204,7 @@ const ibc_assets = {
|
|
|
2067
2204
|
chain: {
|
|
2068
2205
|
channel: 'channel-238'
|
|
2069
2206
|
}
|
|
2070
|
-
}
|
|
2207
|
+
}]
|
|
2071
2208
|
}, {
|
|
2072
2209
|
description: 'TICK coin is the token for the Microtick Price Discovery & Oracle App',
|
|
2073
2210
|
denom_units: [{
|
|
@@ -2086,7 +2223,8 @@ const ibc_assets = {
|
|
|
2086
2223
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
2087
2224
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
2088
2225
|
},
|
|
2089
|
-
|
|
2226
|
+
traces: [{
|
|
2227
|
+
type: 'ibc',
|
|
2090
2228
|
counterparty: {
|
|
2091
2229
|
channel: 'channel-16',
|
|
2092
2230
|
denom: 'utick',
|
|
@@ -2095,36 +2233,37 @@ const ibc_assets = {
|
|
|
2095
2233
|
chain: {
|
|
2096
2234
|
channel: 'channel-39'
|
|
2097
2235
|
}
|
|
2098
|
-
}
|
|
2236
|
+
}]
|
|
2099
2237
|
}, {
|
|
2100
2238
|
description: 'The native token of Oraichain',
|
|
2101
2239
|
denom_units: [{
|
|
2102
|
-
denom: 'ibc/
|
|
2240
|
+
denom: 'ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D',
|
|
2103
2241
|
exponent: 0,
|
|
2104
|
-
aliases: ['
|
|
2242
|
+
aliases: ['orai']
|
|
2105
2243
|
}, {
|
|
2106
|
-
denom: '
|
|
2244
|
+
denom: 'ORAI',
|
|
2107
2245
|
exponent: 6
|
|
2108
2246
|
}],
|
|
2109
|
-
base: 'ibc/
|
|
2247
|
+
base: 'ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D',
|
|
2110
2248
|
name: 'Oraichain',
|
|
2111
|
-
display: '
|
|
2249
|
+
display: 'ORAI',
|
|
2112
2250
|
symbol: 'ORAI',
|
|
2113
2251
|
logo_URIs: {
|
|
2114
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2115
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg'
|
|
2252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2253
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2116
2254
|
},
|
|
2117
2255
|
coingecko_id: 'oraichain-token',
|
|
2118
|
-
|
|
2256
|
+
traces: [{
|
|
2257
|
+
type: 'ibc',
|
|
2119
2258
|
counterparty: {
|
|
2120
2259
|
channel: 'channel-13',
|
|
2121
|
-
denom: '
|
|
2260
|
+
denom: 'orai',
|
|
2122
2261
|
chain_name: 'oraichain'
|
|
2123
2262
|
},
|
|
2124
2263
|
chain: {
|
|
2125
2264
|
channel: 'channel-216'
|
|
2126
2265
|
}
|
|
2127
|
-
}
|
|
2266
|
+
}]
|
|
2128
2267
|
}, {
|
|
2129
2268
|
description: 'Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem',
|
|
2130
2269
|
denom_units: [{
|
|
@@ -2143,7 +2282,8 @@ const ibc_assets = {
|
|
|
2143
2282
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png'
|
|
2144
2283
|
},
|
|
2145
2284
|
coingecko_id: 'medibloc',
|
|
2146
|
-
|
|
2285
|
+
traces: [{
|
|
2286
|
+
type: 'ibc',
|
|
2147
2287
|
counterparty: {
|
|
2148
2288
|
channel: 'channel-1',
|
|
2149
2289
|
denom: 'umed',
|
|
@@ -2152,7 +2292,7 @@ const ibc_assets = {
|
|
|
2152
2292
|
chain: {
|
|
2153
2293
|
channel: 'channel-82'
|
|
2154
2294
|
}
|
|
2155
|
-
}
|
|
2295
|
+
}]
|
|
2156
2296
|
}, {
|
|
2157
2297
|
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
2158
2298
|
denom_units: [{
|
|
@@ -2172,7 +2312,8 @@ const ibc_assets = {
|
|
|
2172
2312
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
2173
2313
|
},
|
|
2174
2314
|
coingecko_id: 'persistence',
|
|
2175
|
-
|
|
2315
|
+
traces: [{
|
|
2316
|
+
type: 'ibc',
|
|
2176
2317
|
counterparty: {
|
|
2177
2318
|
channel: 'channel-6',
|
|
2178
2319
|
denom: 'uxprt',
|
|
@@ -2181,7 +2322,7 @@ const ibc_assets = {
|
|
|
2181
2322
|
chain: {
|
|
2182
2323
|
channel: 'channel-4'
|
|
2183
2324
|
}
|
|
2184
|
-
}
|
|
2325
|
+
}]
|
|
2185
2326
|
}, {
|
|
2186
2327
|
description: 'pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.',
|
|
2187
2328
|
denom_units: [{
|
|
@@ -2197,6 +2338,17 @@ const ibc_assets = {
|
|
|
2197
2338
|
display: 'pstake',
|
|
2198
2339
|
symbol: 'PSTAKE',
|
|
2199
2340
|
ibc: {
|
|
2341
|
+
source_channel: 'channel-24',
|
|
2342
|
+
dst_channel: 'channel-38',
|
|
2343
|
+
source_denom: 'gravity0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006'
|
|
2344
|
+
},
|
|
2345
|
+
logo_URIs: {
|
|
2346
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png',
|
|
2347
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg'
|
|
2348
|
+
},
|
|
2349
|
+
coingecko_id: 'pstake-finance',
|
|
2350
|
+
traces: [{
|
|
2351
|
+
type: 'ibc',
|
|
2200
2352
|
counterparty: {
|
|
2201
2353
|
channel: 'channel-6',
|
|
2202
2354
|
denom: 'ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444',
|
|
@@ -2205,12 +2357,7 @@ const ibc_assets = {
|
|
|
2205
2357
|
chain: {
|
|
2206
2358
|
channel: 'channel-4'
|
|
2207
2359
|
}
|
|
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'
|
|
2360
|
+
}]
|
|
2214
2361
|
}, {
|
|
2215
2362
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
2216
2363
|
denom_units: [{
|
|
@@ -2231,7 +2378,8 @@ const ibc_assets = {
|
|
|
2231
2378
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg'
|
|
2232
2379
|
},
|
|
2233
2380
|
coingecko_id: 'provenance-blockchain',
|
|
2234
|
-
|
|
2381
|
+
traces: [{
|
|
2382
|
+
type: 'ibc',
|
|
2235
2383
|
counterparty: {
|
|
2236
2384
|
channel: 'channel-7',
|
|
2237
2385
|
denom: 'nhash',
|
|
@@ -2240,7 +2388,7 @@ const ibc_assets = {
|
|
|
2240
2388
|
chain: {
|
|
2241
2389
|
channel: 'channel-222'
|
|
2242
2390
|
}
|
|
2243
|
-
}
|
|
2391
|
+
}]
|
|
2244
2392
|
}, {
|
|
2245
2393
|
description: 'REGEN coin is the token for the Regen Network Platform',
|
|
2246
2394
|
denom_units: [{
|
|
@@ -2259,7 +2407,8 @@ const ibc_assets = {
|
|
|
2259
2407
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png'
|
|
2260
2408
|
},
|
|
2261
2409
|
coingecko_id: 'regen',
|
|
2262
|
-
|
|
2410
|
+
traces: [{
|
|
2411
|
+
type: 'ibc',
|
|
2263
2412
|
counterparty: {
|
|
2264
2413
|
channel: 'channel-1',
|
|
2265
2414
|
denom: 'uregen',
|
|
@@ -2268,7 +2417,7 @@ const ibc_assets = {
|
|
|
2268
2417
|
chain: {
|
|
2269
2418
|
channel: 'channel-8'
|
|
2270
2419
|
}
|
|
2271
|
-
}
|
|
2420
|
+
}]
|
|
2272
2421
|
}, {
|
|
2273
2422
|
description: 'Native token of Rizon Chain',
|
|
2274
2423
|
denom_units: [{
|
|
@@ -2288,7 +2437,8 @@ const ibc_assets = {
|
|
|
2288
2437
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png',
|
|
2289
2438
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg'
|
|
2290
2439
|
},
|
|
2291
|
-
|
|
2440
|
+
traces: [{
|
|
2441
|
+
type: 'ibc',
|
|
2292
2442
|
counterparty: {
|
|
2293
2443
|
channel: 'channel-1',
|
|
2294
2444
|
denom: 'uatolo',
|
|
@@ -2297,7 +2447,7 @@ const ibc_assets = {
|
|
|
2297
2447
|
chain: {
|
|
2298
2448
|
channel: 'channel-221'
|
|
2299
2449
|
}
|
|
2300
|
-
}
|
|
2450
|
+
}]
|
|
2301
2451
|
}, {
|
|
2302
2452
|
description: 'The native token of Secret Network',
|
|
2303
2453
|
denom_units: [{
|
|
@@ -2317,7 +2467,8 @@ const ibc_assets = {
|
|
|
2317
2467
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2318
2468
|
},
|
|
2319
2469
|
coingecko_id: 'secret',
|
|
2320
|
-
|
|
2470
|
+
traces: [{
|
|
2471
|
+
type: 'ibc',
|
|
2321
2472
|
counterparty: {
|
|
2322
2473
|
channel: 'channel-1',
|
|
2323
2474
|
denom: 'uscrt',
|
|
@@ -2326,7 +2477,7 @@ const ibc_assets = {
|
|
|
2326
2477
|
chain: {
|
|
2327
2478
|
channel: 'channel-88'
|
|
2328
2479
|
}
|
|
2329
|
-
}
|
|
2480
|
+
}]
|
|
2330
2481
|
}, {
|
|
2331
2482
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
2332
2483
|
denom_units: [{
|
|
@@ -2345,7 +2496,8 @@ const ibc_assets = {
|
|
|
2345
2496
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png'
|
|
2346
2497
|
},
|
|
2347
2498
|
coingecko_id: 'sentinel',
|
|
2348
|
-
|
|
2499
|
+
traces: [{
|
|
2500
|
+
type: 'ibc',
|
|
2349
2501
|
counterparty: {
|
|
2350
2502
|
channel: 'channel-0',
|
|
2351
2503
|
denom: 'udvpn',
|
|
@@ -2354,7 +2506,7 @@ const ibc_assets = {
|
|
|
2354
2506
|
chain: {
|
|
2355
2507
|
channel: 'channel-2'
|
|
2356
2508
|
}
|
|
2357
|
-
}
|
|
2509
|
+
}]
|
|
2358
2510
|
}, {
|
|
2359
2511
|
description: 'The native token of Shentu',
|
|
2360
2512
|
denom_units: [{
|
|
@@ -2373,7 +2525,8 @@ const ibc_assets = {
|
|
|
2373
2525
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png'
|
|
2374
2526
|
},
|
|
2375
2527
|
coingecko_id: 'certik',
|
|
2376
|
-
|
|
2528
|
+
traces: [{
|
|
2529
|
+
type: 'ibc',
|
|
2377
2530
|
counterparty: {
|
|
2378
2531
|
channel: 'channel-8',
|
|
2379
2532
|
denom: 'uctk',
|
|
@@ -2382,7 +2535,7 @@ const ibc_assets = {
|
|
|
2382
2535
|
chain: {
|
|
2383
2536
|
channel: 'channel-146'
|
|
2384
2537
|
}
|
|
2385
|
-
}
|
|
2538
|
+
}]
|
|
2386
2539
|
}, {
|
|
2387
2540
|
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
2541
|
denom_units: [{
|
|
@@ -2399,7 +2552,8 @@ const ibc_assets = {
|
|
|
2399
2552
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png'
|
|
2400
2553
|
},
|
|
2401
2554
|
coingecko_id: 'sifchain',
|
|
2402
|
-
|
|
2555
|
+
traces: [{
|
|
2556
|
+
type: 'ibc',
|
|
2403
2557
|
counterparty: {
|
|
2404
2558
|
channel: 'channel-17',
|
|
2405
2559
|
denom: 'rowan',
|
|
@@ -2408,7 +2562,7 @@ const ibc_assets = {
|
|
|
2408
2562
|
chain: {
|
|
2409
2563
|
channel: 'channel-47'
|
|
2410
2564
|
}
|
|
2411
|
-
}
|
|
2565
|
+
}]
|
|
2412
2566
|
}, {
|
|
2413
2567
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
2414
2568
|
denom_units: [{
|
|
@@ -2432,7 +2586,8 @@ const ibc_assets = {
|
|
|
2432
2586
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg'
|
|
2433
2587
|
},
|
|
2434
2588
|
coingecko_id: 'sommelier',
|
|
2435
|
-
|
|
2589
|
+
traces: [{
|
|
2590
|
+
type: 'ibc',
|
|
2436
2591
|
counterparty: {
|
|
2437
2592
|
channel: 'channel-0',
|
|
2438
2593
|
denom: 'usomm',
|
|
@@ -2441,7 +2596,7 @@ const ibc_assets = {
|
|
|
2441
2596
|
chain: {
|
|
2442
2597
|
channel: 'channel-165'
|
|
2443
2598
|
}
|
|
2444
|
-
}
|
|
2599
|
+
}]
|
|
2445
2600
|
}, {
|
|
2446
2601
|
description: 'The native token of Stargaze',
|
|
2447
2602
|
denom_units: [{
|
|
@@ -2460,7 +2615,8 @@ const ibc_assets = {
|
|
|
2460
2615
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
2461
2616
|
},
|
|
2462
2617
|
coingecko_id: 'stargaze',
|
|
2463
|
-
|
|
2618
|
+
traces: [{
|
|
2619
|
+
type: 'ibc',
|
|
2464
2620
|
counterparty: {
|
|
2465
2621
|
channel: 'channel-0',
|
|
2466
2622
|
denom: 'ustars',
|
|
@@ -2469,7 +2625,7 @@ const ibc_assets = {
|
|
|
2469
2625
|
chain: {
|
|
2470
2626
|
channel: 'channel-75'
|
|
2471
2627
|
}
|
|
2472
|
-
}
|
|
2628
|
+
}]
|
|
2473
2629
|
}, {
|
|
2474
2630
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
2475
2631
|
denom_units: [{
|
|
@@ -2489,7 +2645,8 @@ const ibc_assets = {
|
|
|
2489
2645
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
2490
2646
|
},
|
|
2491
2647
|
coingecko_id: 'starname',
|
|
2492
|
-
|
|
2648
|
+
traces: [{
|
|
2649
|
+
type: 'ibc',
|
|
2493
2650
|
counterparty: {
|
|
2494
2651
|
channel: 'channel-2',
|
|
2495
2652
|
denom: 'uiov',
|
|
@@ -2498,7 +2655,7 @@ const ibc_assets = {
|
|
|
2498
2655
|
chain: {
|
|
2499
2656
|
channel: 'channel-15'
|
|
2500
2657
|
}
|
|
2501
|
-
}
|
|
2658
|
+
}]
|
|
2502
2659
|
}, {
|
|
2503
2660
|
description: 'The native staking token of Terra Classic.',
|
|
2504
2661
|
denom_units: [{
|
|
@@ -2523,7 +2680,8 @@ const ibc_assets = {
|
|
|
2523
2680
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png'
|
|
2524
2681
|
},
|
|
2525
2682
|
coingecko_id: 'terra-luna',
|
|
2526
|
-
|
|
2683
|
+
traces: [{
|
|
2684
|
+
type: 'ibc',
|
|
2527
2685
|
counterparty: {
|
|
2528
2686
|
channel: 'channel-1',
|
|
2529
2687
|
denom: 'uluna',
|
|
@@ -2532,7 +2690,7 @@ const ibc_assets = {
|
|
|
2532
2690
|
chain: {
|
|
2533
2691
|
channel: 'channel-72'
|
|
2534
2692
|
}
|
|
2535
|
-
}
|
|
2693
|
+
}]
|
|
2536
2694
|
}, {
|
|
2537
2695
|
description: 'The USD stablecoin of Terra Classic.',
|
|
2538
2696
|
denom_units: [{
|
|
@@ -2557,7 +2715,8 @@ const ibc_assets = {
|
|
|
2557
2715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png'
|
|
2558
2716
|
},
|
|
2559
2717
|
coingecko_id: 'terrausd',
|
|
2560
|
-
|
|
2718
|
+
traces: [{
|
|
2719
|
+
type: 'ibc',
|
|
2561
2720
|
counterparty: {
|
|
2562
2721
|
channel: 'channel-1',
|
|
2563
2722
|
denom: 'uusd',
|
|
@@ -2566,7 +2725,7 @@ const ibc_assets = {
|
|
|
2566
2725
|
chain: {
|
|
2567
2726
|
channel: 'channel-72'
|
|
2568
2727
|
}
|
|
2569
|
-
}
|
|
2728
|
+
}]
|
|
2570
2729
|
}, {
|
|
2571
2730
|
description: 'The KRW stablecoin of Terra Classic.',
|
|
2572
2731
|
denom_units: [{
|
|
@@ -2591,7 +2750,8 @@ const ibc_assets = {
|
|
|
2591
2750
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png'
|
|
2592
2751
|
},
|
|
2593
2752
|
coingecko_id: 'terrakrw',
|
|
2594
|
-
|
|
2753
|
+
traces: [{
|
|
2754
|
+
type: 'ibc',
|
|
2595
2755
|
counterparty: {
|
|
2596
2756
|
channel: 'channel-1',
|
|
2597
2757
|
denom: 'ukrw',
|
|
@@ -2600,7 +2760,7 @@ const ibc_assets = {
|
|
|
2600
2760
|
chain: {
|
|
2601
2761
|
channel: 'channel-72'
|
|
2602
2762
|
}
|
|
2603
|
-
}
|
|
2763
|
+
}]
|
|
2604
2764
|
}, {
|
|
2605
2765
|
description: 'The AUD stablecoin of Terra Classic.',
|
|
2606
2766
|
denom_units: [{
|
|
@@ -2624,7 +2784,8 @@ const ibc_assets = {
|
|
|
2624
2784
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg',
|
|
2625
2785
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png'
|
|
2626
2786
|
},
|
|
2627
|
-
|
|
2787
|
+
traces: [{
|
|
2788
|
+
type: 'ibc',
|
|
2628
2789
|
counterparty: {
|
|
2629
2790
|
channel: 'channel-1',
|
|
2630
2791
|
denom: 'uaud',
|
|
@@ -2633,7 +2794,7 @@ const ibc_assets = {
|
|
|
2633
2794
|
chain: {
|
|
2634
2795
|
channel: 'channel-72'
|
|
2635
2796
|
}
|
|
2636
|
-
}
|
|
2797
|
+
}]
|
|
2637
2798
|
}, {
|
|
2638
2799
|
description: 'The CAD stablecoin of Terra Classic.',
|
|
2639
2800
|
denom_units: [{
|
|
@@ -2657,7 +2818,8 @@ const ibc_assets = {
|
|
|
2657
2818
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg',
|
|
2658
2819
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png'
|
|
2659
2820
|
},
|
|
2660
|
-
|
|
2821
|
+
traces: [{
|
|
2822
|
+
type: 'ibc',
|
|
2661
2823
|
counterparty: {
|
|
2662
2824
|
channel: 'channel-1',
|
|
2663
2825
|
denom: 'ucad',
|
|
@@ -2666,7 +2828,7 @@ const ibc_assets = {
|
|
|
2666
2828
|
chain: {
|
|
2667
2829
|
channel: 'channel-72'
|
|
2668
2830
|
}
|
|
2669
|
-
}
|
|
2831
|
+
}]
|
|
2670
2832
|
}, {
|
|
2671
2833
|
description: 'The CHF stablecoin of Terra Classic.',
|
|
2672
2834
|
denom_units: [{
|
|
@@ -2690,7 +2852,8 @@ const ibc_assets = {
|
|
|
2690
2852
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg',
|
|
2691
2853
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png'
|
|
2692
2854
|
},
|
|
2693
|
-
|
|
2855
|
+
traces: [{
|
|
2856
|
+
type: 'ibc',
|
|
2694
2857
|
counterparty: {
|
|
2695
2858
|
channel: 'channel-1',
|
|
2696
2859
|
denom: 'uchf',
|
|
@@ -2699,7 +2862,7 @@ const ibc_assets = {
|
|
|
2699
2862
|
chain: {
|
|
2700
2863
|
channel: 'channel-72'
|
|
2701
2864
|
}
|
|
2702
|
-
}
|
|
2865
|
+
}]
|
|
2703
2866
|
}, {
|
|
2704
2867
|
description: 'The CNY stablecoin of Terra Classic.',
|
|
2705
2868
|
denom_units: [{
|
|
@@ -2723,7 +2886,8 @@ const ibc_assets = {
|
|
|
2723
2886
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg',
|
|
2724
2887
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png'
|
|
2725
2888
|
},
|
|
2726
|
-
|
|
2889
|
+
traces: [{
|
|
2890
|
+
type: 'ibc',
|
|
2727
2891
|
counterparty: {
|
|
2728
2892
|
channel: 'channel-1',
|
|
2729
2893
|
denom: 'ucny',
|
|
@@ -2732,7 +2896,7 @@ const ibc_assets = {
|
|
|
2732
2896
|
chain: {
|
|
2733
2897
|
channel: 'channel-72'
|
|
2734
2898
|
}
|
|
2735
|
-
}
|
|
2899
|
+
}]
|
|
2736
2900
|
}, {
|
|
2737
2901
|
description: 'The DKK stablecoin of Terra Classic.',
|
|
2738
2902
|
denom_units: [{
|
|
@@ -2756,7 +2920,8 @@ const ibc_assets = {
|
|
|
2756
2920
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg',
|
|
2757
2921
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png'
|
|
2758
2922
|
},
|
|
2759
|
-
|
|
2923
|
+
traces: [{
|
|
2924
|
+
type: 'ibc',
|
|
2760
2925
|
counterparty: {
|
|
2761
2926
|
channel: 'channel-1',
|
|
2762
2927
|
denom: 'udkk',
|
|
@@ -2765,7 +2930,7 @@ const ibc_assets = {
|
|
|
2765
2930
|
chain: {
|
|
2766
2931
|
channel: 'channel-72'
|
|
2767
2932
|
}
|
|
2768
|
-
}
|
|
2933
|
+
}]
|
|
2769
2934
|
}, {
|
|
2770
2935
|
description: 'The EUR stablecoin of Terra Classic.',
|
|
2771
2936
|
denom_units: [{
|
|
@@ -2789,7 +2954,8 @@ const ibc_assets = {
|
|
|
2789
2954
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg',
|
|
2790
2955
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png'
|
|
2791
2956
|
},
|
|
2792
|
-
|
|
2957
|
+
traces: [{
|
|
2958
|
+
type: 'ibc',
|
|
2793
2959
|
counterparty: {
|
|
2794
2960
|
channel: 'channel-1',
|
|
2795
2961
|
denom: 'ueur',
|
|
@@ -2798,7 +2964,7 @@ const ibc_assets = {
|
|
|
2798
2964
|
chain: {
|
|
2799
2965
|
channel: 'channel-72'
|
|
2800
2966
|
}
|
|
2801
|
-
}
|
|
2967
|
+
}]
|
|
2802
2968
|
}, {
|
|
2803
2969
|
description: 'The GBP stablecoin of Terra Classic.',
|
|
2804
2970
|
denom_units: [{
|
|
@@ -2822,7 +2988,8 @@ const ibc_assets = {
|
|
|
2822
2988
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg',
|
|
2823
2989
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png'
|
|
2824
2990
|
},
|
|
2825
|
-
|
|
2991
|
+
traces: [{
|
|
2992
|
+
type: 'ibc',
|
|
2826
2993
|
counterparty: {
|
|
2827
2994
|
channel: 'channel-1',
|
|
2828
2995
|
denom: 'ugbp',
|
|
@@ -2831,7 +2998,7 @@ const ibc_assets = {
|
|
|
2831
2998
|
chain: {
|
|
2832
2999
|
channel: 'channel-72'
|
|
2833
3000
|
}
|
|
2834
|
-
}
|
|
3001
|
+
}]
|
|
2835
3002
|
}, {
|
|
2836
3003
|
description: 'The HKD stablecoin of Terra Classic.',
|
|
2837
3004
|
denom_units: [{
|
|
@@ -2855,7 +3022,8 @@ const ibc_assets = {
|
|
|
2855
3022
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg',
|
|
2856
3023
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png'
|
|
2857
3024
|
},
|
|
2858
|
-
|
|
3025
|
+
traces: [{
|
|
3026
|
+
type: 'ibc',
|
|
2859
3027
|
counterparty: {
|
|
2860
3028
|
channel: 'channel-1',
|
|
2861
3029
|
denom: 'uhkd',
|
|
@@ -2864,7 +3032,7 @@ const ibc_assets = {
|
|
|
2864
3032
|
chain: {
|
|
2865
3033
|
channel: 'channel-72'
|
|
2866
3034
|
}
|
|
2867
|
-
}
|
|
3035
|
+
}]
|
|
2868
3036
|
}, {
|
|
2869
3037
|
description: 'The IDR stablecoin of Terra Classic.',
|
|
2870
3038
|
denom_units: [{
|
|
@@ -2888,7 +3056,8 @@ const ibc_assets = {
|
|
|
2888
3056
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg',
|
|
2889
3057
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png'
|
|
2890
3058
|
},
|
|
2891
|
-
|
|
3059
|
+
traces: [{
|
|
3060
|
+
type: 'ibc',
|
|
2892
3061
|
counterparty: {
|
|
2893
3062
|
channel: 'channel-1',
|
|
2894
3063
|
denom: 'uidr',
|
|
@@ -2897,7 +3066,7 @@ const ibc_assets = {
|
|
|
2897
3066
|
chain: {
|
|
2898
3067
|
channel: 'channel-72'
|
|
2899
3068
|
}
|
|
2900
|
-
}
|
|
3069
|
+
}]
|
|
2901
3070
|
}, {
|
|
2902
3071
|
description: 'The INR stablecoin of Terra Classic.',
|
|
2903
3072
|
denom_units: [{
|
|
@@ -2921,7 +3090,8 @@ const ibc_assets = {
|
|
|
2921
3090
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg',
|
|
2922
3091
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png'
|
|
2923
3092
|
},
|
|
2924
|
-
|
|
3093
|
+
traces: [{
|
|
3094
|
+
type: 'ibc',
|
|
2925
3095
|
counterparty: {
|
|
2926
3096
|
channel: 'channel-1',
|
|
2927
3097
|
denom: 'uinr',
|
|
@@ -2930,7 +3100,7 @@ const ibc_assets = {
|
|
|
2930
3100
|
chain: {
|
|
2931
3101
|
channel: 'channel-72'
|
|
2932
3102
|
}
|
|
2933
|
-
}
|
|
3103
|
+
}]
|
|
2934
3104
|
}, {
|
|
2935
3105
|
description: 'The JPY stablecoin of Terra Classic.',
|
|
2936
3106
|
denom_units: [{
|
|
@@ -2954,7 +3124,8 @@ const ibc_assets = {
|
|
|
2954
3124
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg',
|
|
2955
3125
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png'
|
|
2956
3126
|
},
|
|
2957
|
-
|
|
3127
|
+
traces: [{
|
|
3128
|
+
type: 'ibc',
|
|
2958
3129
|
counterparty: {
|
|
2959
3130
|
channel: 'channel-1',
|
|
2960
3131
|
denom: 'ujpy',
|
|
@@ -2963,7 +3134,7 @@ const ibc_assets = {
|
|
|
2963
3134
|
chain: {
|
|
2964
3135
|
channel: 'channel-72'
|
|
2965
3136
|
}
|
|
2966
|
-
}
|
|
3137
|
+
}]
|
|
2967
3138
|
}, {
|
|
2968
3139
|
description: 'The MNT stablecoin of Terra Classic.',
|
|
2969
3140
|
denom_units: [{
|
|
@@ -2987,7 +3158,8 @@ const ibc_assets = {
|
|
|
2987
3158
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg',
|
|
2988
3159
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png'
|
|
2989
3160
|
},
|
|
2990
|
-
|
|
3161
|
+
traces: [{
|
|
3162
|
+
type: 'ibc',
|
|
2991
3163
|
counterparty: {
|
|
2992
3164
|
channel: 'channel-1',
|
|
2993
3165
|
denom: 'umnt',
|
|
@@ -2996,7 +3168,7 @@ const ibc_assets = {
|
|
|
2996
3168
|
chain: {
|
|
2997
3169
|
channel: 'channel-72'
|
|
2998
3170
|
}
|
|
2999
|
-
}
|
|
3171
|
+
}]
|
|
3000
3172
|
}, {
|
|
3001
3173
|
description: 'The MYR stablecoin of Terra Classic.',
|
|
3002
3174
|
denom_units: [{
|
|
@@ -3020,7 +3192,8 @@ const ibc_assets = {
|
|
|
3020
3192
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg',
|
|
3021
3193
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png'
|
|
3022
3194
|
},
|
|
3023
|
-
|
|
3195
|
+
traces: [{
|
|
3196
|
+
type: 'ibc',
|
|
3024
3197
|
counterparty: {
|
|
3025
3198
|
channel: 'channel-1',
|
|
3026
3199
|
denom: 'umyr',
|
|
@@ -3029,7 +3202,7 @@ const ibc_assets = {
|
|
|
3029
3202
|
chain: {
|
|
3030
3203
|
channel: 'channel-72'
|
|
3031
3204
|
}
|
|
3032
|
-
}
|
|
3205
|
+
}]
|
|
3033
3206
|
}, {
|
|
3034
3207
|
description: 'The NOK stablecoin of Terra Classic.',
|
|
3035
3208
|
denom_units: [{
|
|
@@ -3053,7 +3226,8 @@ const ibc_assets = {
|
|
|
3053
3226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg',
|
|
3054
3227
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png'
|
|
3055
3228
|
},
|
|
3056
|
-
|
|
3229
|
+
traces: [{
|
|
3230
|
+
type: 'ibc',
|
|
3057
3231
|
counterparty: {
|
|
3058
3232
|
channel: 'channel-1',
|
|
3059
3233
|
denom: 'unok',
|
|
@@ -3062,7 +3236,7 @@ const ibc_assets = {
|
|
|
3062
3236
|
chain: {
|
|
3063
3237
|
channel: 'channel-72'
|
|
3064
3238
|
}
|
|
3065
|
-
}
|
|
3239
|
+
}]
|
|
3066
3240
|
}, {
|
|
3067
3241
|
description: 'The PHP stablecoin of Terra Classic.',
|
|
3068
3242
|
denom_units: [{
|
|
@@ -3086,7 +3260,8 @@ const ibc_assets = {
|
|
|
3086
3260
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg',
|
|
3087
3261
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png'
|
|
3088
3262
|
},
|
|
3089
|
-
|
|
3263
|
+
traces: [{
|
|
3264
|
+
type: 'ibc',
|
|
3090
3265
|
counterparty: {
|
|
3091
3266
|
channel: 'channel-1',
|
|
3092
3267
|
denom: 'uphp',
|
|
@@ -3095,7 +3270,7 @@ const ibc_assets = {
|
|
|
3095
3270
|
chain: {
|
|
3096
3271
|
channel: 'channel-72'
|
|
3097
3272
|
}
|
|
3098
|
-
}
|
|
3273
|
+
}]
|
|
3099
3274
|
}, {
|
|
3100
3275
|
description: 'The SDR stablecoin of Terra Classic.',
|
|
3101
3276
|
denom_units: [{
|
|
@@ -3119,7 +3294,8 @@ const ibc_assets = {
|
|
|
3119
3294
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg',
|
|
3120
3295
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png'
|
|
3121
3296
|
},
|
|
3122
|
-
|
|
3297
|
+
traces: [{
|
|
3298
|
+
type: 'ibc',
|
|
3123
3299
|
counterparty: {
|
|
3124
3300
|
channel: 'channel-1',
|
|
3125
3301
|
denom: 'usdr',
|
|
@@ -3128,7 +3304,7 @@ const ibc_assets = {
|
|
|
3128
3304
|
chain: {
|
|
3129
3305
|
channel: 'channel-72'
|
|
3130
3306
|
}
|
|
3131
|
-
}
|
|
3307
|
+
}]
|
|
3132
3308
|
}, {
|
|
3133
3309
|
description: 'The SEK stablecoin of Terra Classic.',
|
|
3134
3310
|
denom_units: [{
|
|
@@ -3152,7 +3328,8 @@ const ibc_assets = {
|
|
|
3152
3328
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg',
|
|
3153
3329
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png'
|
|
3154
3330
|
},
|
|
3155
|
-
|
|
3331
|
+
traces: [{
|
|
3332
|
+
type: 'ibc',
|
|
3156
3333
|
counterparty: {
|
|
3157
3334
|
channel: 'channel-1',
|
|
3158
3335
|
denom: 'usek',
|
|
@@ -3161,7 +3338,7 @@ const ibc_assets = {
|
|
|
3161
3338
|
chain: {
|
|
3162
3339
|
channel: 'channel-72'
|
|
3163
3340
|
}
|
|
3164
|
-
}
|
|
3341
|
+
}]
|
|
3165
3342
|
}, {
|
|
3166
3343
|
description: 'The SGD stablecoin of Terra Classic.',
|
|
3167
3344
|
denom_units: [{
|
|
@@ -3185,7 +3362,8 @@ const ibc_assets = {
|
|
|
3185
3362
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg',
|
|
3186
3363
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png'
|
|
3187
3364
|
},
|
|
3188
|
-
|
|
3365
|
+
traces: [{
|
|
3366
|
+
type: 'ibc',
|
|
3189
3367
|
counterparty: {
|
|
3190
3368
|
channel: 'channel-1',
|
|
3191
3369
|
denom: 'usgd',
|
|
@@ -3194,7 +3372,7 @@ const ibc_assets = {
|
|
|
3194
3372
|
chain: {
|
|
3195
3373
|
channel: 'channel-72'
|
|
3196
3374
|
}
|
|
3197
|
-
}
|
|
3375
|
+
}]
|
|
3198
3376
|
}, {
|
|
3199
3377
|
description: 'The THB stablecoin of Terra Classic.',
|
|
3200
3378
|
denom_units: [{
|
|
@@ -3218,7 +3396,8 @@ const ibc_assets = {
|
|
|
3218
3396
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg',
|
|
3219
3397
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png'
|
|
3220
3398
|
},
|
|
3221
|
-
|
|
3399
|
+
traces: [{
|
|
3400
|
+
type: 'ibc',
|
|
3222
3401
|
counterparty: {
|
|
3223
3402
|
channel: 'channel-1',
|
|
3224
3403
|
denom: 'uthb',
|
|
@@ -3227,7 +3406,7 @@ const ibc_assets = {
|
|
|
3227
3406
|
chain: {
|
|
3228
3407
|
channel: 'channel-72'
|
|
3229
3408
|
}
|
|
3230
|
-
}
|
|
3409
|
+
}]
|
|
3231
3410
|
}, {
|
|
3232
3411
|
description: 'The TWD stablecoin of Terra Classic.',
|
|
3233
3412
|
denom_units: [{
|
|
@@ -3251,7 +3430,8 @@ const ibc_assets = {
|
|
|
3251
3430
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg',
|
|
3252
3431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png'
|
|
3253
3432
|
},
|
|
3254
|
-
|
|
3433
|
+
traces: [{
|
|
3434
|
+
type: 'ibc',
|
|
3255
3435
|
counterparty: {
|
|
3256
3436
|
channel: 'channel-1',
|
|
3257
3437
|
denom: 'utwd',
|
|
@@ -3260,7 +3440,7 @@ const ibc_assets = {
|
|
|
3260
3440
|
chain: {
|
|
3261
3441
|
channel: 'channel-72'
|
|
3262
3442
|
}
|
|
3263
|
-
}
|
|
3443
|
+
}]
|
|
3264
3444
|
}, {
|
|
3265
3445
|
description: 'The native token of Tgrade',
|
|
3266
3446
|
denom_units: [{
|
|
@@ -3281,7 +3461,8 @@ const ibc_assets = {
|
|
|
3281
3461
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
3282
3462
|
},
|
|
3283
3463
|
coingecko_id: 'tgrade',
|
|
3284
|
-
|
|
3464
|
+
traces: [{
|
|
3465
|
+
type: 'ibc',
|
|
3285
3466
|
counterparty: {
|
|
3286
3467
|
channel: 'channel-0',
|
|
3287
3468
|
denom: 'utgd',
|
|
@@ -3290,7 +3471,7 @@ const ibc_assets = {
|
|
|
3290
3471
|
chain: {
|
|
3291
3472
|
channel: 'channel-263'
|
|
3292
3473
|
}
|
|
3293
|
-
}
|
|
3474
|
+
}]
|
|
3294
3475
|
}, {
|
|
3295
3476
|
description: 'The native token of Umee',
|
|
3296
3477
|
denom_units: [{
|
|
@@ -3309,7 +3490,8 @@ const ibc_assets = {
|
|
|
3309
3490
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png'
|
|
3310
3491
|
},
|
|
3311
3492
|
coingecko_id: 'umee',
|
|
3312
|
-
|
|
3493
|
+
traces: [{
|
|
3494
|
+
type: 'ibc',
|
|
3313
3495
|
counterparty: {
|
|
3314
3496
|
channel: 'channel-0',
|
|
3315
3497
|
denom: 'uumee',
|
|
@@ -3318,7 +3500,7 @@ const ibc_assets = {
|
|
|
3318
3500
|
chain: {
|
|
3319
3501
|
channel: 'channel-184'
|
|
3320
3502
|
}
|
|
3321
|
-
}
|
|
3503
|
+
}]
|
|
3322
3504
|
}, {
|
|
3323
3505
|
description: 'The native token of Vidulum',
|
|
3324
3506
|
denom_units: [{
|
|
@@ -3339,7 +3521,8 @@ const ibc_assets = {
|
|
|
3339
3521
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png'
|
|
3340
3522
|
},
|
|
3341
3523
|
coingecko_id: 'vidulum',
|
|
3342
|
-
|
|
3524
|
+
traces: [{
|
|
3525
|
+
type: 'ibc',
|
|
3343
3526
|
counterparty: {
|
|
3344
3527
|
channel: 'channel-0',
|
|
3345
3528
|
denom: 'uvdl',
|
|
@@ -3348,7 +3531,501 @@ const ibc_assets = {
|
|
|
3348
3531
|
chain: {
|
|
3349
3532
|
channel: 'channel-124'
|
|
3350
3533
|
}
|
|
3351
|
-
}
|
|
3534
|
+
}]
|
|
3535
|
+
}, {
|
|
3536
|
+
description: 'The native token cw20 for Neta on Juno Chain',
|
|
3537
|
+
type_asset: 'cw20',
|
|
3538
|
+
address: 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
3539
|
+
denom_units: [{
|
|
3540
|
+
denom: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
3541
|
+
exponent: 0,
|
|
3542
|
+
aliases: ['cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr']
|
|
3543
|
+
}, {
|
|
3544
|
+
denom: 'neta',
|
|
3545
|
+
exponent: 6
|
|
3546
|
+
}],
|
|
3547
|
+
base: 'ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A',
|
|
3548
|
+
name: 'Neta',
|
|
3549
|
+
display: 'neta',
|
|
3550
|
+
symbol: 'NETA',
|
|
3551
|
+
logo_URIs: {
|
|
3552
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
|
|
3553
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
|
3554
|
+
},
|
|
3555
|
+
coingecko_id: 'neta',
|
|
3556
|
+
traces: [{
|
|
3557
|
+
type: 'ibc',
|
|
3558
|
+
counterparty: {
|
|
3559
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3560
|
+
channel: 'channel-47',
|
|
3561
|
+
denom: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
|
3562
|
+
chain_name: 'juno'
|
|
3563
|
+
},
|
|
3564
|
+
chain: {
|
|
3565
|
+
port: 'transfer',
|
|
3566
|
+
channel: 'channel-169'
|
|
3567
|
+
}
|
|
3568
|
+
}]
|
|
3569
|
+
}, {
|
|
3570
|
+
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
|
3571
|
+
type_asset: 'cw20',
|
|
3572
|
+
address: 'juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
3573
|
+
denom_units: [{
|
|
3574
|
+
denom: 'ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6',
|
|
3575
|
+
exponent: 0,
|
|
3576
|
+
aliases: ['cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl']
|
|
3577
|
+
}, {
|
|
3578
|
+
denom: 'marble',
|
|
3579
|
+
exponent: 3
|
|
3580
|
+
}],
|
|
3581
|
+
base: 'ibc/F6B691D5F7126579DDC87357B09D653B47FDCE0A3383FF33C8D8B544FE29A8A6',
|
|
3582
|
+
name: 'Marble',
|
|
3583
|
+
display: 'marble',
|
|
3584
|
+
symbol: 'MARBLE',
|
|
3585
|
+
logo_URIs: {
|
|
3586
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
|
|
3587
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
|
3588
|
+
},
|
|
3589
|
+
coingecko_id: 'marble',
|
|
3590
|
+
traces: [{
|
|
3591
|
+
type: 'ibc',
|
|
3592
|
+
counterparty: {
|
|
3593
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3594
|
+
channel: 'channel-47',
|
|
3595
|
+
denom: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
|
3596
|
+
chain_name: 'juno'
|
|
3597
|
+
},
|
|
3598
|
+
chain: {
|
|
3599
|
+
port: 'transfer',
|
|
3600
|
+
channel: 'channel-169'
|
|
3601
|
+
}
|
|
3602
|
+
}]
|
|
3603
|
+
}, {
|
|
3604
|
+
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
|
3605
|
+
type_asset: 'cw20',
|
|
3606
|
+
address: 'juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
3607
|
+
denom_units: [{
|
|
3608
|
+
denom: 'ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B',
|
|
3609
|
+
exponent: 0,
|
|
3610
|
+
aliases: ['cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z']
|
|
3611
|
+
}, {
|
|
3612
|
+
denom: 'hope',
|
|
3613
|
+
exponent: 6
|
|
3614
|
+
}],
|
|
3615
|
+
base: 'ibc/C2A2E9CA95DDD4828B75124B5E27B8401C7D8493BC48353D418CBFC04565899B',
|
|
3616
|
+
name: 'Hope Galaxy',
|
|
3617
|
+
display: 'hope',
|
|
3618
|
+
symbol: 'HOPE',
|
|
3619
|
+
logo_URIs: {
|
|
3620
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
|
|
3621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
|
3622
|
+
},
|
|
3623
|
+
coingecko_id: 'hope-galaxy',
|
|
3624
|
+
traces: [{
|
|
3625
|
+
type: 'ibc',
|
|
3626
|
+
counterparty: {
|
|
3627
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3628
|
+
channel: 'channel-47',
|
|
3629
|
+
denom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
|
3630
|
+
chain_name: 'juno'
|
|
3631
|
+
},
|
|
3632
|
+
chain: {
|
|
3633
|
+
port: 'transfer',
|
|
3634
|
+
channel: 'channel-169'
|
|
3635
|
+
}
|
|
3636
|
+
}]
|
|
3637
|
+
}, {
|
|
3638
|
+
description: 'Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem',
|
|
3639
|
+
type_asset: 'cw20',
|
|
3640
|
+
address: 'juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
3641
|
+
denom_units: [{
|
|
3642
|
+
denom: 'ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788',
|
|
3643
|
+
exponent: 0,
|
|
3644
|
+
aliases: ['cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa']
|
|
3645
|
+
}, {
|
|
3646
|
+
denom: 'rac',
|
|
3647
|
+
exponent: 6
|
|
3648
|
+
}],
|
|
3649
|
+
base: 'ibc/6BDB4C8CCD45033F9604E4B93ED395008A753E01EECD6992E7D1EA23D9D3B788',
|
|
3650
|
+
name: 'Racoon',
|
|
3651
|
+
display: 'rac',
|
|
3652
|
+
symbol: 'RAC',
|
|
3653
|
+
logo_URIs: {
|
|
3654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
|
3655
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
|
3656
|
+
},
|
|
3657
|
+
coingecko_id: 'racoon',
|
|
3658
|
+
traces: [{
|
|
3659
|
+
type: 'ibc',
|
|
3660
|
+
counterparty: {
|
|
3661
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3662
|
+
channel: 'channel-47',
|
|
3663
|
+
denom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
|
3664
|
+
chain_name: 'juno'
|
|
3665
|
+
},
|
|
3666
|
+
chain: {
|
|
3667
|
+
port: 'transfer',
|
|
3668
|
+
channel: 'channel-169'
|
|
3669
|
+
}
|
|
3670
|
+
}]
|
|
3671
|
+
}, {
|
|
3672
|
+
description: 'The native token of Marble DEX on Juno Chain',
|
|
3673
|
+
type_asset: 'cw20',
|
|
3674
|
+
address: 'juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
3675
|
+
denom_units: [{
|
|
3676
|
+
denom: 'ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3',
|
|
3677
|
+
exponent: 0,
|
|
3678
|
+
aliases: ['cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq']
|
|
3679
|
+
}, {
|
|
3680
|
+
denom: 'block',
|
|
3681
|
+
exponent: 6
|
|
3682
|
+
}],
|
|
3683
|
+
base: 'ibc/DB9755CB6FE55192948AE074D18FA815E1429D3D374D5BDA8D89623C6CF235C3',
|
|
3684
|
+
name: 'Block',
|
|
3685
|
+
display: 'block',
|
|
3686
|
+
symbol: 'BLOCK',
|
|
3687
|
+
logo_URIs: {
|
|
3688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
|
3689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
|
3690
|
+
},
|
|
3691
|
+
traces: [{
|
|
3692
|
+
type: 'ibc',
|
|
3693
|
+
counterparty: {
|
|
3694
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3695
|
+
channel: 'channel-47',
|
|
3696
|
+
denom: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
|
3697
|
+
chain_name: 'juno'
|
|
3698
|
+
},
|
|
3699
|
+
chain: {
|
|
3700
|
+
port: 'transfer',
|
|
3701
|
+
channel: 'channel-169'
|
|
3702
|
+
}
|
|
3703
|
+
}]
|
|
3704
|
+
}, {
|
|
3705
|
+
description: 'The DAO token to build consensus among Hong Kong People',
|
|
3706
|
+
type_asset: 'cw20',
|
|
3707
|
+
address: 'juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
3708
|
+
denom_units: [{
|
|
3709
|
+
denom: 'ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB',
|
|
3710
|
+
exponent: 0,
|
|
3711
|
+
aliases: ['cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49']
|
|
3712
|
+
}],
|
|
3713
|
+
base: 'ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB',
|
|
3714
|
+
name: 'DHK',
|
|
3715
|
+
display: 'dhk',
|
|
3716
|
+
symbol: 'DHK',
|
|
3717
|
+
logo_URIs: {
|
|
3718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
|
3719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
|
3720
|
+
},
|
|
3721
|
+
traces: [{
|
|
3722
|
+
type: 'ibc',
|
|
3723
|
+
counterparty: {
|
|
3724
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3725
|
+
channel: 'channel-47',
|
|
3726
|
+
denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
|
3727
|
+
chain_name: 'juno'
|
|
3728
|
+
},
|
|
3729
|
+
chain: {
|
|
3730
|
+
port: 'transfer',
|
|
3731
|
+
channel: 'channel-169'
|
|
3732
|
+
}
|
|
3733
|
+
}]
|
|
3734
|
+
}, {
|
|
3735
|
+
description: 'Token governance for Junoswap',
|
|
3736
|
+
type_asset: 'cw20',
|
|
3737
|
+
address: 'juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
3738
|
+
denom_units: [{
|
|
3739
|
+
denom: 'ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC',
|
|
3740
|
+
exponent: 0,
|
|
3741
|
+
aliases: ['cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g']
|
|
3742
|
+
}, {
|
|
3743
|
+
denom: 'raw',
|
|
3744
|
+
exponent: 6
|
|
3745
|
+
}],
|
|
3746
|
+
base: 'ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC',
|
|
3747
|
+
name: 'JunoSwap',
|
|
3748
|
+
display: 'raw',
|
|
3749
|
+
symbol: 'RAW',
|
|
3750
|
+
logo_URIs: {
|
|
3751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
|
3752
|
+
},
|
|
3753
|
+
coingecko_id: 'junoswap-raw-dao',
|
|
3754
|
+
traces: [{
|
|
3755
|
+
type: 'ibc',
|
|
3756
|
+
counterparty: {
|
|
3757
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3758
|
+
channel: 'channel-47',
|
|
3759
|
+
denom: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
|
3760
|
+
chain_name: 'juno'
|
|
3761
|
+
},
|
|
3762
|
+
chain: {
|
|
3763
|
+
port: 'transfer',
|
|
3764
|
+
channel: 'channel-169'
|
|
3765
|
+
}
|
|
3766
|
+
}]
|
|
3767
|
+
}, {
|
|
3768
|
+
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
|
3769
|
+
type_asset: 'cw20',
|
|
3770
|
+
address: 'juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
3771
|
+
denom_units: [{
|
|
3772
|
+
denom: 'ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7',
|
|
3773
|
+
exponent: 0,
|
|
3774
|
+
aliases: ['cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w']
|
|
3775
|
+
}, {
|
|
3776
|
+
denom: 'asvt',
|
|
3777
|
+
exponent: 6
|
|
3778
|
+
}],
|
|
3779
|
+
base: 'ibc/AA1C80225BCA7B32ED1FC6ABF8B8E899BEB48ECDB4B417FD69873C6D715F97E7',
|
|
3780
|
+
name: 'Another.Software Validator Token',
|
|
3781
|
+
display: 'asvt',
|
|
3782
|
+
symbol: 'ASVT',
|
|
3783
|
+
logo_URIs: {
|
|
3784
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
|
3785
|
+
},
|
|
3786
|
+
traces: [{
|
|
3787
|
+
type: 'ibc',
|
|
3788
|
+
counterparty: {
|
|
3789
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3790
|
+
channel: 'channel-47',
|
|
3791
|
+
denom: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
|
3792
|
+
chain_name: 'juno'
|
|
3793
|
+
},
|
|
3794
|
+
chain: {
|
|
3795
|
+
port: 'transfer',
|
|
3796
|
+
channel: 'channel-169'
|
|
3797
|
+
}
|
|
3798
|
+
}]
|
|
3799
|
+
}, {
|
|
3800
|
+
description: 'IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.',
|
|
3801
|
+
type_asset: 'cw20',
|
|
3802
|
+
address: 'juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
3803
|
+
denom_units: [{
|
|
3804
|
+
denom: 'ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A',
|
|
3805
|
+
exponent: 0,
|
|
3806
|
+
aliases: ['cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k']
|
|
3807
|
+
}, {
|
|
3808
|
+
denom: 'hns',
|
|
3809
|
+
exponent: 6
|
|
3810
|
+
}],
|
|
3811
|
+
base: 'ibc/D53609853919635406B7F9B83BADE77BF480F7030215B49E932A1EF0A193E49A',
|
|
3812
|
+
name: 'IBC HNS (Handshake)',
|
|
3813
|
+
display: 'hns',
|
|
3814
|
+
symbol: 'HNS',
|
|
3815
|
+
logo_URIs: {
|
|
3816
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
|
3817
|
+
},
|
|
3818
|
+
traces: [{
|
|
3819
|
+
type: 'ibc',
|
|
3820
|
+
counterparty: {
|
|
3821
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3822
|
+
channel: 'channel-47',
|
|
3823
|
+
denom: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
|
3824
|
+
chain_name: 'juno'
|
|
3825
|
+
},
|
|
3826
|
+
chain: {
|
|
3827
|
+
port: 'transfer',
|
|
3828
|
+
channel: 'channel-169'
|
|
3829
|
+
}
|
|
3830
|
+
}]
|
|
3831
|
+
}, {
|
|
3832
|
+
description: 'DAO dedicated to building tools on the Juno Network',
|
|
3833
|
+
type_asset: 'cw20',
|
|
3834
|
+
address: 'juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
3835
|
+
denom_units: [{
|
|
3836
|
+
denom: 'ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484',
|
|
3837
|
+
exponent: 0,
|
|
3838
|
+
aliases: ['cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3']
|
|
3839
|
+
}, {
|
|
3840
|
+
denom: 'joe',
|
|
3841
|
+
exponent: 6
|
|
3842
|
+
}],
|
|
3843
|
+
base: 'ibc/0CB9DB3441D0D50F35699DEE22B9C965487E83FB2D9F483D1CC5CA34E856C484',
|
|
3844
|
+
name: 'JoeDAO',
|
|
3845
|
+
display: 'joe',
|
|
3846
|
+
symbol: 'JOE',
|
|
3847
|
+
logo_URIs: {
|
|
3848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
|
3849
|
+
},
|
|
3850
|
+
traces: [{
|
|
3851
|
+
type: 'ibc',
|
|
3852
|
+
counterparty: {
|
|
3853
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3854
|
+
channel: 'channel-47',
|
|
3855
|
+
denom: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
|
3856
|
+
chain_name: 'juno'
|
|
3857
|
+
},
|
|
3858
|
+
chain: {
|
|
3859
|
+
port: 'transfer',
|
|
3860
|
+
channel: 'channel-169'
|
|
3861
|
+
}
|
|
3862
|
+
}]
|
|
3863
|
+
}, {
|
|
3864
|
+
description: 'Governance Token for Digital Land Acquisition DAO',
|
|
3865
|
+
type_asset: 'cw20',
|
|
3866
|
+
address: 'juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
3867
|
+
denom_units: [{
|
|
3868
|
+
denom: 'ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8',
|
|
3869
|
+
exponent: 0,
|
|
3870
|
+
aliases: ['cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr']
|
|
3871
|
+
}, {
|
|
3872
|
+
denom: 'dla',
|
|
3873
|
+
exponent: 6
|
|
3874
|
+
}],
|
|
3875
|
+
base: 'ibc/500F3E928AB5F2E9ACB113F4F879A44BDB42CCDCDC51254222D742A240A526F8',
|
|
3876
|
+
name: 'Digital Land Acquisition DAO',
|
|
3877
|
+
display: 'dla',
|
|
3878
|
+
symbol: 'DLA',
|
|
3879
|
+
logo_URIs: {
|
|
3880
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
|
3881
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
|
3882
|
+
},
|
|
3883
|
+
traces: [{
|
|
3884
|
+
type: 'ibc',
|
|
3885
|
+
counterparty: {
|
|
3886
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3887
|
+
channel: 'channel-47',
|
|
3888
|
+
denom: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
|
3889
|
+
chain_name: 'juno'
|
|
3890
|
+
},
|
|
3891
|
+
chain: {
|
|
3892
|
+
port: 'transfer',
|
|
3893
|
+
channel: 'channel-169'
|
|
3894
|
+
}
|
|
3895
|
+
}]
|
|
3896
|
+
}, {
|
|
3897
|
+
description: 'DeFi gaming platform built on Juno',
|
|
3898
|
+
type_asset: 'cw20',
|
|
3899
|
+
address: 'juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
3900
|
+
denom_units: [{
|
|
3901
|
+
denom: 'ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E',
|
|
3902
|
+
exponent: 0,
|
|
3903
|
+
aliases: ['cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se']
|
|
3904
|
+
}, {
|
|
3905
|
+
denom: 'glto',
|
|
3906
|
+
exponent: 6
|
|
3907
|
+
}],
|
|
3908
|
+
base: 'ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E',
|
|
3909
|
+
name: 'Gelotto',
|
|
3910
|
+
display: 'glto',
|
|
3911
|
+
symbol: 'GLTO',
|
|
3912
|
+
logo_URIs: {
|
|
3913
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
|
3914
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
|
3915
|
+
},
|
|
3916
|
+
traces: [{
|
|
3917
|
+
type: 'ibc',
|
|
3918
|
+
counterparty: {
|
|
3919
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3920
|
+
channel: 'channel-47',
|
|
3921
|
+
denom: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
|
3922
|
+
chain_name: 'juno'
|
|
3923
|
+
},
|
|
3924
|
+
chain: {
|
|
3925
|
+
port: 'transfer',
|
|
3926
|
+
channel: 'channel-169'
|
|
3927
|
+
}
|
|
3928
|
+
}]
|
|
3929
|
+
}, {
|
|
3930
|
+
description: 'Gelotto Year 1 Grand Prize Token',
|
|
3931
|
+
type_asset: 'cw20',
|
|
3932
|
+
address: 'juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
3933
|
+
denom_units: [{
|
|
3934
|
+
denom: 'ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8',
|
|
3935
|
+
exponent: 0,
|
|
3936
|
+
aliases: ['cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh']
|
|
3937
|
+
}, {
|
|
3938
|
+
denom: 'gkey',
|
|
3939
|
+
exponent: 6
|
|
3940
|
+
}],
|
|
3941
|
+
base: 'ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8',
|
|
3942
|
+
name: 'GKey',
|
|
3943
|
+
display: 'gkey',
|
|
3944
|
+
symbol: 'GKEY',
|
|
3945
|
+
logo_URIs: {
|
|
3946
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
|
3947
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
|
3948
|
+
},
|
|
3949
|
+
traces: [{
|
|
3950
|
+
type: 'ibc',
|
|
3951
|
+
counterparty: {
|
|
3952
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3953
|
+
channel: 'channel-47',
|
|
3954
|
+
denom: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
|
3955
|
+
chain_name: 'juno'
|
|
3956
|
+
},
|
|
3957
|
+
chain: {
|
|
3958
|
+
port: 'transfer',
|
|
3959
|
+
channel: 'channel-169'
|
|
3960
|
+
}
|
|
3961
|
+
}]
|
|
3962
|
+
}, {
|
|
3963
|
+
description: 'The native token cw20 for BlackHole on Juno Chain',
|
|
3964
|
+
type_asset: 'cw20',
|
|
3965
|
+
address: 'juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
|
3966
|
+
denom_units: [{
|
|
3967
|
+
denom: 'ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D',
|
|
3968
|
+
exponent: 0,
|
|
3969
|
+
aliases: ['cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m']
|
|
3970
|
+
}, {
|
|
3971
|
+
denom: 'hole',
|
|
3972
|
+
exponent: 6
|
|
3973
|
+
}],
|
|
3974
|
+
base: 'ibc/A9A73A9FEAF97112CC70F5D5E96D598398F2D015D4BD7DFE8804CE7AE8794D9D',
|
|
3975
|
+
name: 'BlackHole',
|
|
3976
|
+
display: 'hole',
|
|
3977
|
+
symbol: 'HOLE',
|
|
3978
|
+
logo_URIs: {
|
|
3979
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
|
3980
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
|
3981
|
+
},
|
|
3982
|
+
traces: [{
|
|
3983
|
+
type: 'ibc',
|
|
3984
|
+
counterparty: {
|
|
3985
|
+
port: 'wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn',
|
|
3986
|
+
channel: 'channel-47',
|
|
3987
|
+
denom: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
|
3988
|
+
chain_name: 'juno'
|
|
3989
|
+
},
|
|
3990
|
+
chain: {
|
|
3991
|
+
port: 'transfer',
|
|
3992
|
+
channel: 'channel-169'
|
|
3993
|
+
}
|
|
3994
|
+
}]
|
|
3995
|
+
}, {
|
|
3996
|
+
description: 'ELEVENPARIS loyalty token on KiChain',
|
|
3997
|
+
type_asset: 'cw20',
|
|
3998
|
+
address: 'ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy',
|
|
3999
|
+
denom_units: [{
|
|
4000
|
+
denom: 'ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121',
|
|
4001
|
+
exponent: 0,
|
|
4002
|
+
aliases: ['cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy']
|
|
4003
|
+
}, {
|
|
4004
|
+
denom: 'lvn',
|
|
4005
|
+
exponent: 6
|
|
4006
|
+
}],
|
|
4007
|
+
base: 'ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121',
|
|
4008
|
+
name: 'LVN',
|
|
4009
|
+
display: 'lvn',
|
|
4010
|
+
symbol: 'LVN',
|
|
4011
|
+
logo_URIs: {
|
|
4012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/lvn.png'
|
|
4013
|
+
},
|
|
4014
|
+
coingecko_id: 'lvn',
|
|
4015
|
+
traces: [{
|
|
4016
|
+
type: 'ibc',
|
|
4017
|
+
counterparty: {
|
|
4018
|
+
port: 'wasm.ki1hzz0s0ucrhdp6tue2lxk3c03nj6f60qy463we7lgx0wudd72ctmsd9kgha',
|
|
4019
|
+
channel: 'channel-18',
|
|
4020
|
+
denom: 'cw20:ki1dt3lk455ed360pna38fkhqn0p8y44qndsr77qu73ghyaz2zv4whq83mwdy',
|
|
4021
|
+
chain_name: 'kichain'
|
|
4022
|
+
},
|
|
4023
|
+
chain: {
|
|
4024
|
+
port: 'transfer',
|
|
4025
|
+
channel: 'channel-261'
|
|
4026
|
+
}
|
|
4027
|
+
}]
|
|
3352
4028
|
}]
|
|
3353
4029
|
};
|
|
3354
|
-
|
|
4030
|
+
var _default = asset_list;
|
|
4031
|
+
exports["default"] = _default;
|