@chain-registry/assets 1.70.118 → 1.70.120

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.
@@ -252,6 +252,142 @@ const assets = {
252
252
  }
253
253
  }]
254
254
  },
255
+ {
256
+ description: 'The native token of Symphony',
257
+ denom_units: [{
258
+ denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
259
+ exponent: 0,
260
+ aliases: ['note']
261
+ }, {
262
+ denom: 'mld',
263
+ exponent: 6,
264
+ aliases: ['melody']
265
+ }],
266
+ type_asset: 'sdk.coin',
267
+ base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
268
+ name: 'Melody',
269
+ display: 'mld',
270
+ symbol: 'MLD',
271
+ logo_URIs: {
272
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
273
+ },
274
+ images: [{
275
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
276
+ }],
277
+ traces: [{
278
+ type: 'ibc',
279
+ counterparty: {
280
+ channel_id: 'channel-11',
281
+ base_denom: 'note',
282
+ chain_name: 'symphonytestnet3'
283
+ },
284
+ chain: {
285
+ channel_id: 'channel-943'
286
+ }
287
+ }]
288
+ },
289
+ {
290
+ description: 'Harmonized USD',
291
+ denom_units: [{
292
+ denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
293
+ exponent: 0,
294
+ aliases: ['uusd']
295
+ }, {
296
+ denom: 'husd',
297
+ exponent: 6,
298
+ aliases: ['harmony USD']
299
+ }],
300
+ type_asset: 'sdk.coin',
301
+ base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
302
+ name: 'Harmony USD',
303
+ display: 'husd',
304
+ symbol: 'HUSD',
305
+ logo_URIs: {
306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
307
+ },
308
+ images: [{
309
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
310
+ }],
311
+ traces: [{
312
+ type: 'ibc',
313
+ counterparty: {
314
+ channel_id: 'channel-11',
315
+ base_denom: 'uusd',
316
+ chain_name: 'symphonytestnet3'
317
+ },
318
+ chain: {
319
+ channel_id: 'channel-943'
320
+ }
321
+ }]
322
+ },
323
+ {
324
+ description: 'Harmonized HKD',
325
+ denom_units: [{
326
+ denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
327
+ exponent: 0,
328
+ aliases: ['ukhd']
329
+ }, {
330
+ denom: 'hkhd',
331
+ exponent: 6,
332
+ aliases: ['harmony HKD']
333
+ }],
334
+ type_asset: 'sdk.coin',
335
+ base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
336
+ name: 'Harmony HKD',
337
+ display: 'hkhd',
338
+ symbol: 'HKHD',
339
+ logo_URIs: {
340
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
341
+ },
342
+ images: [{
343
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
344
+ }],
345
+ traces: [{
346
+ type: 'ibc',
347
+ counterparty: {
348
+ channel_id: 'channel-11',
349
+ base_denom: 'ukhd',
350
+ chain_name: 'symphonytestnet3'
351
+ },
352
+ chain: {
353
+ channel_id: 'channel-943'
354
+ }
355
+ }]
356
+ },
357
+ {
358
+ description: 'Harmonized VND',
359
+ denom_units: [{
360
+ denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
361
+ exponent: 0,
362
+ aliases: ['uvnd']
363
+ }, {
364
+ denom: 'hvnd',
365
+ exponent: 6,
366
+ aliases: ['harmony VND']
367
+ }],
368
+ type_asset: 'sdk.coin',
369
+ base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
370
+ name: 'Harmony VND',
371
+ display: 'hvnd',
372
+ symbol: 'HVND',
373
+ logo_URIs: {
374
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
375
+ },
376
+ images: [{
377
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
378
+ }],
379
+ traces: [{
380
+ type: 'ibc',
381
+ counterparty: {
382
+ channel_id: 'channel-11',
383
+ base_denom: 'uvnd',
384
+ chain_name: 'symphonytestnet3'
385
+ },
386
+ chain: {
387
+ channel_id: 'channel-943'
388
+ }
389
+ }]
390
+ },
255
391
  {
256
392
  description: 'The native token of Nois',
257
393
  denom_units: [{
@@ -502,6 +638,142 @@ const assets = {
502
638
  channel_id: 'channel-946'
503
639
  }
504
640
  }]
641
+ },
642
+ {
643
+ description: 'The native token of Symphony',
644
+ denom_units: [{
645
+ denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
646
+ exponent: 0,
647
+ aliases: ['note']
648
+ }, {
649
+ denom: 'mld',
650
+ exponent: 6,
651
+ aliases: ['melody']
652
+ }],
653
+ type_asset: 'sdk.coin',
654
+ base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
655
+ name: 'Melody',
656
+ display: 'mld',
657
+ symbol: 'MLD',
658
+ logo_URIs: {
659
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
660
+ },
661
+ images: [{
662
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
663
+ }],
664
+ traces: [{
665
+ type: 'ibc',
666
+ counterparty: {
667
+ channel_id: 'channel-11',
668
+ base_denom: 'note',
669
+ chain_name: 'symphonytestnet3'
670
+ },
671
+ chain: {
672
+ channel_id: 'channel-943'
673
+ }
674
+ }]
675
+ },
676
+ {
677
+ description: 'Harmonized USD',
678
+ denom_units: [{
679
+ denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
680
+ exponent: 0,
681
+ aliases: ['uusd']
682
+ }, {
683
+ denom: 'husd',
684
+ exponent: 6,
685
+ aliases: ['harmony USD']
686
+ }],
687
+ type_asset: 'sdk.coin',
688
+ base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
689
+ name: 'Harmony USD',
690
+ display: 'husd',
691
+ symbol: 'HUSD',
692
+ logo_URIs: {
693
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
694
+ },
695
+ images: [{
696
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
697
+ }],
698
+ traces: [{
699
+ type: 'ibc',
700
+ counterparty: {
701
+ channel_id: 'channel-11',
702
+ base_denom: 'uusd',
703
+ chain_name: 'symphonytestnet3'
704
+ },
705
+ chain: {
706
+ channel_id: 'channel-943'
707
+ }
708
+ }]
709
+ },
710
+ {
711
+ description: 'Harmonized HKD',
712
+ denom_units: [{
713
+ denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
714
+ exponent: 0,
715
+ aliases: ['ukhd']
716
+ }, {
717
+ denom: 'hkhd',
718
+ exponent: 6,
719
+ aliases: ['harmony HKD']
720
+ }],
721
+ type_asset: 'sdk.coin',
722
+ base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
723
+ name: 'Harmony HKD',
724
+ display: 'hkhd',
725
+ symbol: 'HKHD',
726
+ logo_URIs: {
727
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
728
+ },
729
+ images: [{
730
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
731
+ }],
732
+ traces: [{
733
+ type: 'ibc',
734
+ counterparty: {
735
+ channel_id: 'channel-11',
736
+ base_denom: 'ukhd',
737
+ chain_name: 'symphonytestnet3'
738
+ },
739
+ chain: {
740
+ channel_id: 'channel-943'
741
+ }
742
+ }]
743
+ },
744
+ {
745
+ description: 'Harmonized VND',
746
+ denom_units: [{
747
+ denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
748
+ exponent: 0,
749
+ aliases: ['uvnd']
750
+ }, {
751
+ denom: 'hvnd',
752
+ exponent: 6,
753
+ aliases: ['harmony VND']
754
+ }],
755
+ type_asset: 'sdk.coin',
756
+ base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
757
+ name: 'Harmony VND',
758
+ display: 'hvnd',
759
+ symbol: 'HVND',
760
+ logo_URIs: {
761
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
762
+ },
763
+ images: [{
764
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
765
+ }],
766
+ traces: [{
767
+ type: 'ibc',
768
+ counterparty: {
769
+ channel_id: 'channel-11',
770
+ base_denom: 'uvnd',
771
+ chain_name: 'symphonytestnet3'
772
+ },
773
+ chain: {
774
+ channel_id: 'channel-943'
775
+ }
776
+ }]
505
777
  }
506
778
  ]
507
779
  };
@@ -1,49 +1,6 @@
1
1
  const assets = {
2
2
  chain_name: 'nobletestnet',
3
3
  assets: [
4
- {
5
- description: 'The native token of Elys Network',
6
- denom_units: [
7
- {
8
- denom: 'ibc/AAA364B0A1B8482ED5415078451C58C907EDE7751F9C4A7F9D0C03181D97DE39',
9
- exponent: 0,
10
- aliases: ['uelys']
11
- },
12
- {
13
- denom: 'melys',
14
- exponent: 3,
15
- aliases: ['millielys']
16
- },
17
- {
18
- denom: 'elys',
19
- exponent: 6,
20
- aliases: []
21
- }
22
- ],
23
- base: 'ibc/AAA364B0A1B8482ED5415078451C58C907EDE7751F9C4A7F9D0C03181D97DE39',
24
- name: 'Elys Network',
25
- display: 'elys',
26
- symbol: 'ELYS',
27
- logo_URIs: {
28
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
29
- },
30
- coingecko_id: 'elys',
31
- images: [{
32
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
33
- }],
34
- type_asset: 'sdk.coin',
35
- traces: [{
36
- type: 'ibc',
37
- counterparty: {
38
- channel_id: 'channel-12',
39
- base_denom: 'uelys',
40
- chain_name: 'elystestnet'
41
- },
42
- chain: {
43
- channel_id: 'channel-19'
44
- }
45
- }]
46
- },
47
4
  {
48
5
  description: 'Eden token definition',
49
6
  denom_units: [
@@ -86,49 +43,6 @@ const assets = {
86
43
  }
87
44
  }]
88
45
  },
89
- {
90
- description: 'The native token of Elys Network',
91
- denom_units: [
92
- {
93
- denom: 'ibc/AAA364B0A1B8482ED5415078451C58C907EDE7751F9C4A7F9D0C03181D97DE39',
94
- exponent: 0,
95
- aliases: ['uelys']
96
- },
97
- {
98
- denom: 'melys',
99
- exponent: 3,
100
- aliases: ['millielys']
101
- },
102
- {
103
- denom: 'elys',
104
- exponent: 6,
105
- aliases: []
106
- }
107
- ],
108
- base: 'ibc/AAA364B0A1B8482ED5415078451C58C907EDE7751F9C4A7F9D0C03181D97DE39',
109
- name: 'Elys Network',
110
- display: 'elys',
111
- symbol: 'ELYS',
112
- logo_URIs: {
113
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
114
- },
115
- coingecko_id: 'elys',
116
- images: [{
117
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
118
- }],
119
- type_asset: 'sdk.coin',
120
- traces: [{
121
- type: 'ibc',
122
- counterparty: {
123
- channel_id: 'channel-12',
124
- base_denom: 'uelys',
125
- chain_name: 'elystestnet'
126
- },
127
- chain: {
128
- channel_id: 'channel-19'
129
- }
130
- }]
131
- },
132
46
  {
133
47
  description: 'Eden token definition',
134
48
  denom_units: [
@@ -1827,6 +1827,142 @@ const assets = {
1827
1827
  }
1828
1828
  }]
1829
1829
  },
1830
+ {
1831
+ description: 'The native token of Symphony',
1832
+ denom_units: [{
1833
+ denom: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
1834
+ exponent: 0,
1835
+ aliases: ['note']
1836
+ }, {
1837
+ denom: 'mld',
1838
+ exponent: 6,
1839
+ aliases: ['melody']
1840
+ }],
1841
+ type_asset: 'sdk.coin',
1842
+ base: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
1843
+ name: 'Melody',
1844
+ display: 'mld',
1845
+ symbol: 'MLD',
1846
+ logo_URIs: {
1847
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
1848
+ },
1849
+ images: [{
1850
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
1851
+ }],
1852
+ traces: [{
1853
+ type: 'ibc',
1854
+ counterparty: {
1855
+ channel_id: 'channel-0',
1856
+ base_denom: 'note',
1857
+ chain_name: 'symphonytestnet3'
1858
+ },
1859
+ chain: {
1860
+ channel_id: 'channel-8743'
1861
+ }
1862
+ }]
1863
+ },
1864
+ {
1865
+ description: 'Harmonized USD',
1866
+ denom_units: [{
1867
+ denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
1868
+ exponent: 0,
1869
+ aliases: ['uusd']
1870
+ }, {
1871
+ denom: 'husd',
1872
+ exponent: 6,
1873
+ aliases: ['harmony USD']
1874
+ }],
1875
+ type_asset: 'sdk.coin',
1876
+ base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
1877
+ name: 'Harmony USD',
1878
+ display: 'husd',
1879
+ symbol: 'HUSD',
1880
+ logo_URIs: {
1881
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
1882
+ },
1883
+ images: [{
1884
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
1885
+ }],
1886
+ traces: [{
1887
+ type: 'ibc',
1888
+ counterparty: {
1889
+ channel_id: 'channel-0',
1890
+ base_denom: 'uusd',
1891
+ chain_name: 'symphonytestnet3'
1892
+ },
1893
+ chain: {
1894
+ channel_id: 'channel-8743'
1895
+ }
1896
+ }]
1897
+ },
1898
+ {
1899
+ description: 'Harmonized HKD',
1900
+ denom_units: [{
1901
+ denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
1902
+ exponent: 0,
1903
+ aliases: ['ukhd']
1904
+ }, {
1905
+ denom: 'hkhd',
1906
+ exponent: 6,
1907
+ aliases: ['harmony HKD']
1908
+ }],
1909
+ type_asset: 'sdk.coin',
1910
+ base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
1911
+ name: 'Harmony HKD',
1912
+ display: 'hkhd',
1913
+ symbol: 'HKHD',
1914
+ logo_URIs: {
1915
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
1916
+ },
1917
+ images: [{
1918
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
1919
+ }],
1920
+ traces: [{
1921
+ type: 'ibc',
1922
+ counterparty: {
1923
+ channel_id: 'channel-0',
1924
+ base_denom: 'ukhd',
1925
+ chain_name: 'symphonytestnet3'
1926
+ },
1927
+ chain: {
1928
+ channel_id: 'channel-8743'
1929
+ }
1930
+ }]
1931
+ },
1932
+ {
1933
+ description: 'Harmonized VND',
1934
+ denom_units: [{
1935
+ denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
1936
+ exponent: 0,
1937
+ aliases: ['uvnd']
1938
+ }, {
1939
+ denom: 'hvnd',
1940
+ exponent: 6,
1941
+ aliases: ['harmony VND']
1942
+ }],
1943
+ type_asset: 'sdk.coin',
1944
+ base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
1945
+ name: 'Harmony VND',
1946
+ display: 'hvnd',
1947
+ symbol: 'HVND',
1948
+ logo_URIs: {
1949
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
1950
+ },
1951
+ images: [{
1952
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
1953
+ }],
1954
+ traces: [{
1955
+ type: 'ibc',
1956
+ counterparty: {
1957
+ channel_id: 'channel-0',
1958
+ base_denom: 'uvnd',
1959
+ chain_name: 'symphonytestnet3'
1960
+ },
1961
+ chain: {
1962
+ channel_id: 'channel-8743'
1963
+ }
1964
+ }]
1965
+ },
1830
1966
  {
1831
1967
  description: 'The native staking and governance token of the testnet version of Synternet chain.',
1832
1968
  denom_units: [{
@@ -2487,6 +2623,142 @@ const assets = {
2487
2623
  }
2488
2624
  }]
2489
2625
  },
2626
+ {
2627
+ description: 'The native token of Symphony',
2628
+ denom_units: [{
2629
+ denom: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
2630
+ exponent: 0,
2631
+ aliases: ['note']
2632
+ }, {
2633
+ denom: 'mld',
2634
+ exponent: 6,
2635
+ aliases: ['melody']
2636
+ }],
2637
+ type_asset: 'sdk.coin',
2638
+ base: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
2639
+ name: 'Melody',
2640
+ display: 'mld',
2641
+ symbol: 'MLD',
2642
+ logo_URIs: {
2643
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
2644
+ },
2645
+ images: [{
2646
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
2647
+ }],
2648
+ traces: [{
2649
+ type: 'ibc',
2650
+ counterparty: {
2651
+ channel_id: 'channel-0',
2652
+ base_denom: 'note',
2653
+ chain_name: 'symphonytestnet3'
2654
+ },
2655
+ chain: {
2656
+ channel_id: 'channel-8743'
2657
+ }
2658
+ }]
2659
+ },
2660
+ {
2661
+ description: 'Harmonized USD',
2662
+ denom_units: [{
2663
+ denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
2664
+ exponent: 0,
2665
+ aliases: ['uusd']
2666
+ }, {
2667
+ denom: 'husd',
2668
+ exponent: 6,
2669
+ aliases: ['harmony USD']
2670
+ }],
2671
+ type_asset: 'sdk.coin',
2672
+ base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
2673
+ name: 'Harmony USD',
2674
+ display: 'husd',
2675
+ symbol: 'HUSD',
2676
+ logo_URIs: {
2677
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
2678
+ },
2679
+ images: [{
2680
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
2681
+ }],
2682
+ traces: [{
2683
+ type: 'ibc',
2684
+ counterparty: {
2685
+ channel_id: 'channel-0',
2686
+ base_denom: 'uusd',
2687
+ chain_name: 'symphonytestnet3'
2688
+ },
2689
+ chain: {
2690
+ channel_id: 'channel-8743'
2691
+ }
2692
+ }]
2693
+ },
2694
+ {
2695
+ description: 'Harmonized HKD',
2696
+ denom_units: [{
2697
+ denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
2698
+ exponent: 0,
2699
+ aliases: ['ukhd']
2700
+ }, {
2701
+ denom: 'hkhd',
2702
+ exponent: 6,
2703
+ aliases: ['harmony HKD']
2704
+ }],
2705
+ type_asset: 'sdk.coin',
2706
+ base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
2707
+ name: 'Harmony HKD',
2708
+ display: 'hkhd',
2709
+ symbol: 'HKHD',
2710
+ logo_URIs: {
2711
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
2712
+ },
2713
+ images: [{
2714
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
2715
+ }],
2716
+ traces: [{
2717
+ type: 'ibc',
2718
+ counterparty: {
2719
+ channel_id: 'channel-0',
2720
+ base_denom: 'ukhd',
2721
+ chain_name: 'symphonytestnet3'
2722
+ },
2723
+ chain: {
2724
+ channel_id: 'channel-8743'
2725
+ }
2726
+ }]
2727
+ },
2728
+ {
2729
+ description: 'Harmonized VND',
2730
+ denom_units: [{
2731
+ denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
2732
+ exponent: 0,
2733
+ aliases: ['uvnd']
2734
+ }, {
2735
+ denom: 'hvnd',
2736
+ exponent: 6,
2737
+ aliases: ['harmony VND']
2738
+ }],
2739
+ type_asset: 'sdk.coin',
2740
+ base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
2741
+ name: 'Harmony VND',
2742
+ display: 'hvnd',
2743
+ symbol: 'HVND',
2744
+ logo_URIs: {
2745
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
2746
+ },
2747
+ images: [{
2748
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
2749
+ }],
2750
+ traces: [{
2751
+ type: 'ibc',
2752
+ counterparty: {
2753
+ channel_id: 'channel-0',
2754
+ base_denom: 'uvnd',
2755
+ chain_name: 'symphonytestnet3'
2756
+ },
2757
+ chain: {
2758
+ channel_id: 'channel-8743'
2759
+ }
2760
+ }]
2761
+ },
2490
2762
  {
2491
2763
  description: 'The native staking and governance token of the testnet version of Synternet chain.',
2492
2764
  denom_units: [{