@chain-registry/assets 1.64.83 → 1.64.84
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/esm/testnet/archwaytestnet.js +208 -4
- package/esm/testnet/cosmoshubtestnet.js +416 -8
- package/esm/testnet/junotestnet.js +208 -4
- package/esm/testnet/osmosistestnet.js +208 -4
- package/esm/testnet/stargazetestnet.js +208 -4
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +208 -4
- package/testnet/cosmoshubtestnet.js +416 -8
- package/testnet/junotestnet.js +208 -4
- package/testnet/osmosistestnet.js +208 -4
- package/testnet/stargazetestnet.js +208 -4
|
@@ -204,10 +204,10 @@ const assets = {
|
|
|
204
204
|
display: 'mld',
|
|
205
205
|
symbol: 'MLD',
|
|
206
206
|
logo_URIs: {
|
|
207
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
208
208
|
},
|
|
209
209
|
images: [{
|
|
210
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
211
211
|
}],
|
|
212
212
|
traces: [{
|
|
213
213
|
type: 'ibc',
|
|
@@ -221,6 +221,108 @@ const assets = {
|
|
|
221
221
|
}
|
|
222
222
|
}]
|
|
223
223
|
},
|
|
224
|
+
{
|
|
225
|
+
description: 'Harmonized USD',
|
|
226
|
+
denom_units: [{
|
|
227
|
+
denom: 'ibc/16F80AB91B92D375037AEF462B3920F45F85C15388FCAD92454BD29CB9C0CA5C',
|
|
228
|
+
exponent: 0,
|
|
229
|
+
aliases: ['uusd']
|
|
230
|
+
}, {
|
|
231
|
+
denom: 'husd',
|
|
232
|
+
exponent: 6,
|
|
233
|
+
aliases: ['harmony USD']
|
|
234
|
+
}],
|
|
235
|
+
type_asset: 'sdk.coin',
|
|
236
|
+
base: 'ibc/16F80AB91B92D375037AEF462B3920F45F85C15388FCAD92454BD29CB9C0CA5C',
|
|
237
|
+
name: 'Harmony USD',
|
|
238
|
+
display: 'husd',
|
|
239
|
+
symbol: 'HUSD',
|
|
240
|
+
logo_URIs: {
|
|
241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
242
|
+
},
|
|
243
|
+
images: [{
|
|
244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
245
|
+
}],
|
|
246
|
+
traces: [{
|
|
247
|
+
type: 'ibc',
|
|
248
|
+
counterparty: {
|
|
249
|
+
channel_id: 'channel-9',
|
|
250
|
+
base_denom: 'uusd',
|
|
251
|
+
chain_name: 'symphonytestnet'
|
|
252
|
+
},
|
|
253
|
+
chain: {
|
|
254
|
+
channel_id: 'channel-942'
|
|
255
|
+
}
|
|
256
|
+
}]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
description: 'Harmonized HKD',
|
|
260
|
+
denom_units: [{
|
|
261
|
+
denom: 'ibc/3B32F04934E6BB4CF4832990FE3FD05BF2E96BB0880D8E38327C3CACE205FE8E',
|
|
262
|
+
exponent: 0,
|
|
263
|
+
aliases: ['ukhd']
|
|
264
|
+
}, {
|
|
265
|
+
denom: 'hkhd',
|
|
266
|
+
exponent: 6,
|
|
267
|
+
aliases: ['harmony HKD']
|
|
268
|
+
}],
|
|
269
|
+
type_asset: 'sdk.coin',
|
|
270
|
+
base: 'ibc/3B32F04934E6BB4CF4832990FE3FD05BF2E96BB0880D8E38327C3CACE205FE8E',
|
|
271
|
+
name: 'Harmony HKD',
|
|
272
|
+
display: 'hkhd',
|
|
273
|
+
symbol: 'HKHD',
|
|
274
|
+
logo_URIs: {
|
|
275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
276
|
+
},
|
|
277
|
+
images: [{
|
|
278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
279
|
+
}],
|
|
280
|
+
traces: [{
|
|
281
|
+
type: 'ibc',
|
|
282
|
+
counterparty: {
|
|
283
|
+
channel_id: 'channel-9',
|
|
284
|
+
base_denom: 'ukhd',
|
|
285
|
+
chain_name: 'symphonytestnet'
|
|
286
|
+
},
|
|
287
|
+
chain: {
|
|
288
|
+
channel_id: 'channel-942'
|
|
289
|
+
}
|
|
290
|
+
}]
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
description: 'Harmonized VND',
|
|
294
|
+
denom_units: [{
|
|
295
|
+
denom: 'ibc/4B227C455471136CD8CDA9C8512C139A505BE63F6FAEE72B6E839C0BB5BF5DC5',
|
|
296
|
+
exponent: 0,
|
|
297
|
+
aliases: ['uvnd']
|
|
298
|
+
}, {
|
|
299
|
+
denom: 'hvnd',
|
|
300
|
+
exponent: 6,
|
|
301
|
+
aliases: ['harmony VND']
|
|
302
|
+
}],
|
|
303
|
+
type_asset: 'sdk.coin',
|
|
304
|
+
base: 'ibc/4B227C455471136CD8CDA9C8512C139A505BE63F6FAEE72B6E839C0BB5BF5DC5',
|
|
305
|
+
name: 'Harmony VND',
|
|
306
|
+
display: 'hvnd',
|
|
307
|
+
symbol: 'HVND',
|
|
308
|
+
logo_URIs: {
|
|
309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
310
|
+
},
|
|
311
|
+
images: [{
|
|
312
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
313
|
+
}],
|
|
314
|
+
traces: [{
|
|
315
|
+
type: 'ibc',
|
|
316
|
+
counterparty: {
|
|
317
|
+
channel_id: 'channel-9',
|
|
318
|
+
base_denom: 'uvnd',
|
|
319
|
+
chain_name: 'symphonytestnet'
|
|
320
|
+
},
|
|
321
|
+
chain: {
|
|
322
|
+
channel_id: 'channel-942'
|
|
323
|
+
}
|
|
324
|
+
}]
|
|
325
|
+
},
|
|
224
326
|
{
|
|
225
327
|
description: 'The native token of Nois',
|
|
226
328
|
denom_units: [{
|
|
@@ -424,10 +526,10 @@ const assets = {
|
|
|
424
526
|
display: 'mld',
|
|
425
527
|
symbol: 'MLD',
|
|
426
528
|
logo_URIs: {
|
|
427
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
529
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
428
530
|
},
|
|
429
531
|
images: [{
|
|
430
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
431
533
|
}],
|
|
432
534
|
traces: [{
|
|
433
535
|
type: 'ibc',
|
|
@@ -440,6 +542,108 @@ const assets = {
|
|
|
440
542
|
channel_id: 'channel-942'
|
|
441
543
|
}
|
|
442
544
|
}]
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
description: 'Harmonized USD',
|
|
548
|
+
denom_units: [{
|
|
549
|
+
denom: 'ibc/16F80AB91B92D375037AEF462B3920F45F85C15388FCAD92454BD29CB9C0CA5C',
|
|
550
|
+
exponent: 0,
|
|
551
|
+
aliases: ['uusd']
|
|
552
|
+
}, {
|
|
553
|
+
denom: 'husd',
|
|
554
|
+
exponent: 6,
|
|
555
|
+
aliases: ['harmony USD']
|
|
556
|
+
}],
|
|
557
|
+
type_asset: 'sdk.coin',
|
|
558
|
+
base: 'ibc/16F80AB91B92D375037AEF462B3920F45F85C15388FCAD92454BD29CB9C0CA5C',
|
|
559
|
+
name: 'Harmony USD',
|
|
560
|
+
display: 'husd',
|
|
561
|
+
symbol: 'HUSD',
|
|
562
|
+
logo_URIs: {
|
|
563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
564
|
+
},
|
|
565
|
+
images: [{
|
|
566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
567
|
+
}],
|
|
568
|
+
traces: [{
|
|
569
|
+
type: 'ibc',
|
|
570
|
+
counterparty: {
|
|
571
|
+
channel_id: 'channel-9',
|
|
572
|
+
base_denom: 'uusd',
|
|
573
|
+
chain_name: 'symphonytestnet'
|
|
574
|
+
},
|
|
575
|
+
chain: {
|
|
576
|
+
channel_id: 'channel-942'
|
|
577
|
+
}
|
|
578
|
+
}]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
description: 'Harmonized HKD',
|
|
582
|
+
denom_units: [{
|
|
583
|
+
denom: 'ibc/3B32F04934E6BB4CF4832990FE3FD05BF2E96BB0880D8E38327C3CACE205FE8E',
|
|
584
|
+
exponent: 0,
|
|
585
|
+
aliases: ['ukhd']
|
|
586
|
+
}, {
|
|
587
|
+
denom: 'hkhd',
|
|
588
|
+
exponent: 6,
|
|
589
|
+
aliases: ['harmony HKD']
|
|
590
|
+
}],
|
|
591
|
+
type_asset: 'sdk.coin',
|
|
592
|
+
base: 'ibc/3B32F04934E6BB4CF4832990FE3FD05BF2E96BB0880D8E38327C3CACE205FE8E',
|
|
593
|
+
name: 'Harmony HKD',
|
|
594
|
+
display: 'hkhd',
|
|
595
|
+
symbol: 'HKHD',
|
|
596
|
+
logo_URIs: {
|
|
597
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
598
|
+
},
|
|
599
|
+
images: [{
|
|
600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
601
|
+
}],
|
|
602
|
+
traces: [{
|
|
603
|
+
type: 'ibc',
|
|
604
|
+
counterparty: {
|
|
605
|
+
channel_id: 'channel-9',
|
|
606
|
+
base_denom: 'ukhd',
|
|
607
|
+
chain_name: 'symphonytestnet'
|
|
608
|
+
},
|
|
609
|
+
chain: {
|
|
610
|
+
channel_id: 'channel-942'
|
|
611
|
+
}
|
|
612
|
+
}]
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
description: 'Harmonized VND',
|
|
616
|
+
denom_units: [{
|
|
617
|
+
denom: 'ibc/4B227C455471136CD8CDA9C8512C139A505BE63F6FAEE72B6E839C0BB5BF5DC5',
|
|
618
|
+
exponent: 0,
|
|
619
|
+
aliases: ['uvnd']
|
|
620
|
+
}, {
|
|
621
|
+
denom: 'hvnd',
|
|
622
|
+
exponent: 6,
|
|
623
|
+
aliases: ['harmony VND']
|
|
624
|
+
}],
|
|
625
|
+
type_asset: 'sdk.coin',
|
|
626
|
+
base: 'ibc/4B227C455471136CD8CDA9C8512C139A505BE63F6FAEE72B6E839C0BB5BF5DC5',
|
|
627
|
+
name: 'Harmony VND',
|
|
628
|
+
display: 'hvnd',
|
|
629
|
+
symbol: 'HVND',
|
|
630
|
+
logo_URIs: {
|
|
631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
632
|
+
},
|
|
633
|
+
images: [{
|
|
634
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
635
|
+
}],
|
|
636
|
+
traces: [{
|
|
637
|
+
type: 'ibc',
|
|
638
|
+
counterparty: {
|
|
639
|
+
channel_id: 'channel-9',
|
|
640
|
+
base_denom: 'uvnd',
|
|
641
|
+
chain_name: 'symphonytestnet'
|
|
642
|
+
},
|
|
643
|
+
chain: {
|
|
644
|
+
channel_id: 'channel-942'
|
|
645
|
+
}
|
|
646
|
+
}]
|
|
443
647
|
}
|
|
444
648
|
]
|
|
445
649
|
};
|
|
@@ -1741,10 +1741,10 @@ const assets = {
|
|
|
1741
1741
|
display: 'mld',
|
|
1742
1742
|
symbol: 'MLD',
|
|
1743
1743
|
logo_URIs: {
|
|
1744
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
1744
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1745
1745
|
},
|
|
1746
1746
|
images: [{
|
|
1747
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
1747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1748
1748
|
}],
|
|
1749
1749
|
traces: [{
|
|
1750
1750
|
type: 'ibc',
|
|
@@ -1758,6 +1758,108 @@ const assets = {
|
|
|
1758
1758
|
}
|
|
1759
1759
|
}]
|
|
1760
1760
|
},
|
|
1761
|
+
{
|
|
1762
|
+
description: 'Harmonized USD',
|
|
1763
|
+
denom_units: [{
|
|
1764
|
+
denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
1765
|
+
exponent: 0,
|
|
1766
|
+
aliases: ['uusd']
|
|
1767
|
+
}, {
|
|
1768
|
+
denom: 'husd',
|
|
1769
|
+
exponent: 6,
|
|
1770
|
+
aliases: ['harmony USD']
|
|
1771
|
+
}],
|
|
1772
|
+
type_asset: 'sdk.coin',
|
|
1773
|
+
base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
1774
|
+
name: 'Harmony USD',
|
|
1775
|
+
display: 'husd',
|
|
1776
|
+
symbol: 'HUSD',
|
|
1777
|
+
logo_URIs: {
|
|
1778
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1779
|
+
},
|
|
1780
|
+
images: [{
|
|
1781
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1782
|
+
}],
|
|
1783
|
+
traces: [{
|
|
1784
|
+
type: 'ibc',
|
|
1785
|
+
counterparty: {
|
|
1786
|
+
channel_id: 'channel-0',
|
|
1787
|
+
base_denom: 'uusd',
|
|
1788
|
+
chain_name: 'symphonytestnet'
|
|
1789
|
+
},
|
|
1790
|
+
chain: {
|
|
1791
|
+
channel_id: 'channel-8743'
|
|
1792
|
+
}
|
|
1793
|
+
}]
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
description: 'Harmonized HKD',
|
|
1797
|
+
denom_units: [{
|
|
1798
|
+
denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
1799
|
+
exponent: 0,
|
|
1800
|
+
aliases: ['ukhd']
|
|
1801
|
+
}, {
|
|
1802
|
+
denom: 'hkhd',
|
|
1803
|
+
exponent: 6,
|
|
1804
|
+
aliases: ['harmony HKD']
|
|
1805
|
+
}],
|
|
1806
|
+
type_asset: 'sdk.coin',
|
|
1807
|
+
base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
1808
|
+
name: 'Harmony HKD',
|
|
1809
|
+
display: 'hkhd',
|
|
1810
|
+
symbol: 'HKHD',
|
|
1811
|
+
logo_URIs: {
|
|
1812
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1813
|
+
},
|
|
1814
|
+
images: [{
|
|
1815
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1816
|
+
}],
|
|
1817
|
+
traces: [{
|
|
1818
|
+
type: 'ibc',
|
|
1819
|
+
counterparty: {
|
|
1820
|
+
channel_id: 'channel-0',
|
|
1821
|
+
base_denom: 'ukhd',
|
|
1822
|
+
chain_name: 'symphonytestnet'
|
|
1823
|
+
},
|
|
1824
|
+
chain: {
|
|
1825
|
+
channel_id: 'channel-8743'
|
|
1826
|
+
}
|
|
1827
|
+
}]
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
description: 'Harmonized VND',
|
|
1831
|
+
denom_units: [{
|
|
1832
|
+
denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
1833
|
+
exponent: 0,
|
|
1834
|
+
aliases: ['uvnd']
|
|
1835
|
+
}, {
|
|
1836
|
+
denom: 'hvnd',
|
|
1837
|
+
exponent: 6,
|
|
1838
|
+
aliases: ['harmony VND']
|
|
1839
|
+
}],
|
|
1840
|
+
type_asset: 'sdk.coin',
|
|
1841
|
+
base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
1842
|
+
name: 'Harmony VND',
|
|
1843
|
+
display: 'hvnd',
|
|
1844
|
+
symbol: 'HVND',
|
|
1845
|
+
logo_URIs: {
|
|
1846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1847
|
+
},
|
|
1848
|
+
images: [{
|
|
1849
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1850
|
+
}],
|
|
1851
|
+
traces: [{
|
|
1852
|
+
type: 'ibc',
|
|
1853
|
+
counterparty: {
|
|
1854
|
+
channel_id: 'channel-0',
|
|
1855
|
+
base_denom: 'uvnd',
|
|
1856
|
+
chain_name: 'symphonytestnet'
|
|
1857
|
+
},
|
|
1858
|
+
chain: {
|
|
1859
|
+
channel_id: 'channel-8743'
|
|
1860
|
+
}
|
|
1861
|
+
}]
|
|
1862
|
+
},
|
|
1761
1863
|
{
|
|
1762
1864
|
description: 'The native token of the Titan network.',
|
|
1763
1865
|
denom_units: [
|
|
@@ -2162,10 +2264,10 @@ const assets = {
|
|
|
2162
2264
|
display: 'mld',
|
|
2163
2265
|
symbol: 'MLD',
|
|
2164
2266
|
logo_URIs: {
|
|
2165
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
2267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
2166
2268
|
},
|
|
2167
2269
|
images: [{
|
|
2168
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
2270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
2169
2271
|
}],
|
|
2170
2272
|
traces: [{
|
|
2171
2273
|
type: 'ibc',
|
|
@@ -2179,6 +2281,108 @@ const assets = {
|
|
|
2179
2281
|
}
|
|
2180
2282
|
}]
|
|
2181
2283
|
},
|
|
2284
|
+
{
|
|
2285
|
+
description: 'Harmonized USD',
|
|
2286
|
+
denom_units: [{
|
|
2287
|
+
denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
2288
|
+
exponent: 0,
|
|
2289
|
+
aliases: ['uusd']
|
|
2290
|
+
}, {
|
|
2291
|
+
denom: 'husd',
|
|
2292
|
+
exponent: 6,
|
|
2293
|
+
aliases: ['harmony USD']
|
|
2294
|
+
}],
|
|
2295
|
+
type_asset: 'sdk.coin',
|
|
2296
|
+
base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
2297
|
+
name: 'Harmony USD',
|
|
2298
|
+
display: 'husd',
|
|
2299
|
+
symbol: 'HUSD',
|
|
2300
|
+
logo_URIs: {
|
|
2301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2302
|
+
},
|
|
2303
|
+
images: [{
|
|
2304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2305
|
+
}],
|
|
2306
|
+
traces: [{
|
|
2307
|
+
type: 'ibc',
|
|
2308
|
+
counterparty: {
|
|
2309
|
+
channel_id: 'channel-0',
|
|
2310
|
+
base_denom: 'uusd',
|
|
2311
|
+
chain_name: 'symphonytestnet'
|
|
2312
|
+
},
|
|
2313
|
+
chain: {
|
|
2314
|
+
channel_id: 'channel-8743'
|
|
2315
|
+
}
|
|
2316
|
+
}]
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
description: 'Harmonized HKD',
|
|
2320
|
+
denom_units: [{
|
|
2321
|
+
denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2322
|
+
exponent: 0,
|
|
2323
|
+
aliases: ['ukhd']
|
|
2324
|
+
}, {
|
|
2325
|
+
denom: 'hkhd',
|
|
2326
|
+
exponent: 6,
|
|
2327
|
+
aliases: ['harmony HKD']
|
|
2328
|
+
}],
|
|
2329
|
+
type_asset: 'sdk.coin',
|
|
2330
|
+
base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2331
|
+
name: 'Harmony HKD',
|
|
2332
|
+
display: 'hkhd',
|
|
2333
|
+
symbol: 'HKHD',
|
|
2334
|
+
logo_URIs: {
|
|
2335
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2336
|
+
},
|
|
2337
|
+
images: [{
|
|
2338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2339
|
+
}],
|
|
2340
|
+
traces: [{
|
|
2341
|
+
type: 'ibc',
|
|
2342
|
+
counterparty: {
|
|
2343
|
+
channel_id: 'channel-0',
|
|
2344
|
+
base_denom: 'ukhd',
|
|
2345
|
+
chain_name: 'symphonytestnet'
|
|
2346
|
+
},
|
|
2347
|
+
chain: {
|
|
2348
|
+
channel_id: 'channel-8743'
|
|
2349
|
+
}
|
|
2350
|
+
}]
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
description: 'Harmonized VND',
|
|
2354
|
+
denom_units: [{
|
|
2355
|
+
denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2356
|
+
exponent: 0,
|
|
2357
|
+
aliases: ['uvnd']
|
|
2358
|
+
}, {
|
|
2359
|
+
denom: 'hvnd',
|
|
2360
|
+
exponent: 6,
|
|
2361
|
+
aliases: ['harmony VND']
|
|
2362
|
+
}],
|
|
2363
|
+
type_asset: 'sdk.coin',
|
|
2364
|
+
base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2365
|
+
name: 'Harmony VND',
|
|
2366
|
+
display: 'hvnd',
|
|
2367
|
+
symbol: 'HVND',
|
|
2368
|
+
logo_URIs: {
|
|
2369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2370
|
+
},
|
|
2371
|
+
images: [{
|
|
2372
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2373
|
+
}],
|
|
2374
|
+
traces: [{
|
|
2375
|
+
type: 'ibc',
|
|
2376
|
+
counterparty: {
|
|
2377
|
+
channel_id: 'channel-0',
|
|
2378
|
+
base_denom: 'uvnd',
|
|
2379
|
+
chain_name: 'symphonytestnet'
|
|
2380
|
+
},
|
|
2381
|
+
chain: {
|
|
2382
|
+
channel_id: 'channel-8743'
|
|
2383
|
+
}
|
|
2384
|
+
}]
|
|
2385
|
+
},
|
|
2182
2386
|
{
|
|
2183
2387
|
description: 'The native token of the Titan network.',
|
|
2184
2388
|
denom_units: [
|