@chain-registry/assets 1.64.82 → 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/assets.js +2 -1
- package/esm/testnet/cosmoshubtestnet.js +416 -8
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/junotestnet.js +208 -4
- package/esm/testnet/kimatestnet.js +154 -0
- package/esm/testnet/osmosistestnet.js +276 -4
- package/esm/testnet/stargazetestnet.js +208 -4
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +208 -4
- package/testnet/assets.js +2 -1
- package/testnet/cosmoshubtestnet.js +416 -8
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/junotestnet.js +208 -4
- package/testnet/kimatestnet.d.ts +3 -0
- package/testnet/kimatestnet.js +156 -0
- package/testnet/osmosistestnet.js +276 -4
- package/testnet/stargazetestnet.js +208 -4
|
@@ -422,6 +422,40 @@ const assets = {
|
|
|
422
422
|
}
|
|
423
423
|
}]
|
|
424
424
|
},
|
|
425
|
+
{
|
|
426
|
+
description: 'The native token of Kima Chain',
|
|
427
|
+
denom_units: [{
|
|
428
|
+
denom: 'ibc/F3BE982F8F56E599A71939F174345C470D7C1F9D443F1822EF3DEA53783D2551',
|
|
429
|
+
exponent: 0,
|
|
430
|
+
aliases: ['uKIMA']
|
|
431
|
+
}, {
|
|
432
|
+
denom: 'KIMA',
|
|
433
|
+
exponent: 6
|
|
434
|
+
}],
|
|
435
|
+
base: 'ibc/F3BE982F8F56E599A71939F174345C470D7C1F9D443F1822EF3DEA53783D2551',
|
|
436
|
+
name: 'KIMA',
|
|
437
|
+
display: 'KIMA',
|
|
438
|
+
symbol: 'KIMA',
|
|
439
|
+
logo_URIs: {
|
|
440
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.png',
|
|
441
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.svg'
|
|
442
|
+
},
|
|
443
|
+
images: [{
|
|
444
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.png',
|
|
445
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.svg'
|
|
446
|
+
}],
|
|
447
|
+
traces: [{
|
|
448
|
+
type: 'ibc',
|
|
449
|
+
counterparty: {
|
|
450
|
+
channel_id: 'channel-1',
|
|
451
|
+
base_denom: 'uKIMA',
|
|
452
|
+
chain_name: 'kimatestnet'
|
|
453
|
+
},
|
|
454
|
+
chain: {
|
|
455
|
+
channel_id: 'channel-8867'
|
|
456
|
+
}
|
|
457
|
+
}]
|
|
458
|
+
},
|
|
425
459
|
{
|
|
426
460
|
description: 'The native token of Lava',
|
|
427
461
|
denom_units: [{
|
|
@@ -1096,6 +1130,40 @@ const assets = {
|
|
|
1096
1130
|
}
|
|
1097
1131
|
}]
|
|
1098
1132
|
},
|
|
1133
|
+
{
|
|
1134
|
+
description: 'The native token of Kima Chain',
|
|
1135
|
+
denom_units: [{
|
|
1136
|
+
denom: 'ibc/F3BE982F8F56E599A71939F174345C470D7C1F9D443F1822EF3DEA53783D2551',
|
|
1137
|
+
exponent: 0,
|
|
1138
|
+
aliases: ['uKIMA']
|
|
1139
|
+
}, {
|
|
1140
|
+
denom: 'KIMA',
|
|
1141
|
+
exponent: 6
|
|
1142
|
+
}],
|
|
1143
|
+
base: 'ibc/F3BE982F8F56E599A71939F174345C470D7C1F9D443F1822EF3DEA53783D2551',
|
|
1144
|
+
name: 'KIMA',
|
|
1145
|
+
display: 'KIMA',
|
|
1146
|
+
symbol: 'KIMA',
|
|
1147
|
+
logo_URIs: {
|
|
1148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.png',
|
|
1149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.svg'
|
|
1150
|
+
},
|
|
1151
|
+
images: [{
|
|
1152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.png',
|
|
1153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kimatestnet/images/kima.svg'
|
|
1154
|
+
}],
|
|
1155
|
+
traces: [{
|
|
1156
|
+
type: 'ibc',
|
|
1157
|
+
counterparty: {
|
|
1158
|
+
channel_id: 'channel-1',
|
|
1159
|
+
base_denom: 'uKIMA',
|
|
1160
|
+
chain_name: 'kimatestnet'
|
|
1161
|
+
},
|
|
1162
|
+
chain: {
|
|
1163
|
+
channel_id: 'channel-8867'
|
|
1164
|
+
}
|
|
1165
|
+
}]
|
|
1166
|
+
},
|
|
1099
1167
|
{
|
|
1100
1168
|
description: 'The native token of Lava',
|
|
1101
1169
|
denom_units: [{
|
|
@@ -1675,10 +1743,10 @@ const assets = {
|
|
|
1675
1743
|
display: 'mld',
|
|
1676
1744
|
symbol: 'MLD',
|
|
1677
1745
|
logo_URIs: {
|
|
1678
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
1746
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1679
1747
|
},
|
|
1680
1748
|
images: [{
|
|
1681
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
1749
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1682
1750
|
}],
|
|
1683
1751
|
traces: [{
|
|
1684
1752
|
type: 'ibc',
|
|
@@ -1692,6 +1760,108 @@ const assets = {
|
|
|
1692
1760
|
}
|
|
1693
1761
|
}]
|
|
1694
1762
|
},
|
|
1763
|
+
{
|
|
1764
|
+
description: 'Harmonized USD',
|
|
1765
|
+
denom_units: [{
|
|
1766
|
+
denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
1767
|
+
exponent: 0,
|
|
1768
|
+
aliases: ['uusd']
|
|
1769
|
+
}, {
|
|
1770
|
+
denom: 'husd',
|
|
1771
|
+
exponent: 6,
|
|
1772
|
+
aliases: ['harmony USD']
|
|
1773
|
+
}],
|
|
1774
|
+
type_asset: 'sdk.coin',
|
|
1775
|
+
base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
1776
|
+
name: 'Harmony USD',
|
|
1777
|
+
display: 'husd',
|
|
1778
|
+
symbol: 'HUSD',
|
|
1779
|
+
logo_URIs: {
|
|
1780
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1781
|
+
},
|
|
1782
|
+
images: [{
|
|
1783
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1784
|
+
}],
|
|
1785
|
+
traces: [{
|
|
1786
|
+
type: 'ibc',
|
|
1787
|
+
counterparty: {
|
|
1788
|
+
channel_id: 'channel-0',
|
|
1789
|
+
base_denom: 'uusd',
|
|
1790
|
+
chain_name: 'symphonytestnet'
|
|
1791
|
+
},
|
|
1792
|
+
chain: {
|
|
1793
|
+
channel_id: 'channel-8743'
|
|
1794
|
+
}
|
|
1795
|
+
}]
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
description: 'Harmonized HKD',
|
|
1799
|
+
denom_units: [{
|
|
1800
|
+
denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
1801
|
+
exponent: 0,
|
|
1802
|
+
aliases: ['ukhd']
|
|
1803
|
+
}, {
|
|
1804
|
+
denom: 'hkhd',
|
|
1805
|
+
exponent: 6,
|
|
1806
|
+
aliases: ['harmony HKD']
|
|
1807
|
+
}],
|
|
1808
|
+
type_asset: 'sdk.coin',
|
|
1809
|
+
base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
1810
|
+
name: 'Harmony HKD',
|
|
1811
|
+
display: 'hkhd',
|
|
1812
|
+
symbol: 'HKHD',
|
|
1813
|
+
logo_URIs: {
|
|
1814
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1815
|
+
},
|
|
1816
|
+
images: [{
|
|
1817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1818
|
+
}],
|
|
1819
|
+
traces: [{
|
|
1820
|
+
type: 'ibc',
|
|
1821
|
+
counterparty: {
|
|
1822
|
+
channel_id: 'channel-0',
|
|
1823
|
+
base_denom: 'ukhd',
|
|
1824
|
+
chain_name: 'symphonytestnet'
|
|
1825
|
+
},
|
|
1826
|
+
chain: {
|
|
1827
|
+
channel_id: 'channel-8743'
|
|
1828
|
+
}
|
|
1829
|
+
}]
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
description: 'Harmonized VND',
|
|
1833
|
+
denom_units: [{
|
|
1834
|
+
denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
1835
|
+
exponent: 0,
|
|
1836
|
+
aliases: ['uvnd']
|
|
1837
|
+
}, {
|
|
1838
|
+
denom: 'hvnd',
|
|
1839
|
+
exponent: 6,
|
|
1840
|
+
aliases: ['harmony VND']
|
|
1841
|
+
}],
|
|
1842
|
+
type_asset: 'sdk.coin',
|
|
1843
|
+
base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
1844
|
+
name: 'Harmony VND',
|
|
1845
|
+
display: 'hvnd',
|
|
1846
|
+
symbol: 'HVND',
|
|
1847
|
+
logo_URIs: {
|
|
1848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1849
|
+
},
|
|
1850
|
+
images: [{
|
|
1851
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1852
|
+
}],
|
|
1853
|
+
traces: [{
|
|
1854
|
+
type: 'ibc',
|
|
1855
|
+
counterparty: {
|
|
1856
|
+
channel_id: 'channel-0',
|
|
1857
|
+
base_denom: 'uvnd',
|
|
1858
|
+
chain_name: 'symphonytestnet'
|
|
1859
|
+
},
|
|
1860
|
+
chain: {
|
|
1861
|
+
channel_id: 'channel-8743'
|
|
1862
|
+
}
|
|
1863
|
+
}]
|
|
1864
|
+
},
|
|
1695
1865
|
{
|
|
1696
1866
|
description: 'The native token of the Titan network.',
|
|
1697
1867
|
denom_units: [
|
|
@@ -2096,10 +2266,10 @@ const assets = {
|
|
|
2096
2266
|
display: 'mld',
|
|
2097
2267
|
symbol: 'MLD',
|
|
2098
2268
|
logo_URIs: {
|
|
2099
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
2269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
2100
2270
|
},
|
|
2101
2271
|
images: [{
|
|
2102
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
2272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
2103
2273
|
}],
|
|
2104
2274
|
traces: [{
|
|
2105
2275
|
type: 'ibc',
|
|
@@ -2113,6 +2283,108 @@ const assets = {
|
|
|
2113
2283
|
}
|
|
2114
2284
|
}]
|
|
2115
2285
|
},
|
|
2286
|
+
{
|
|
2287
|
+
description: 'Harmonized USD',
|
|
2288
|
+
denom_units: [{
|
|
2289
|
+
denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
2290
|
+
exponent: 0,
|
|
2291
|
+
aliases: ['uusd']
|
|
2292
|
+
}, {
|
|
2293
|
+
denom: 'husd',
|
|
2294
|
+
exponent: 6,
|
|
2295
|
+
aliases: ['harmony USD']
|
|
2296
|
+
}],
|
|
2297
|
+
type_asset: 'sdk.coin',
|
|
2298
|
+
base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
2299
|
+
name: 'Harmony USD',
|
|
2300
|
+
display: 'husd',
|
|
2301
|
+
symbol: 'HUSD',
|
|
2302
|
+
logo_URIs: {
|
|
2303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2304
|
+
},
|
|
2305
|
+
images: [{
|
|
2306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2307
|
+
}],
|
|
2308
|
+
traces: [{
|
|
2309
|
+
type: 'ibc',
|
|
2310
|
+
counterparty: {
|
|
2311
|
+
channel_id: 'channel-0',
|
|
2312
|
+
base_denom: 'uusd',
|
|
2313
|
+
chain_name: 'symphonytestnet'
|
|
2314
|
+
},
|
|
2315
|
+
chain: {
|
|
2316
|
+
channel_id: 'channel-8743'
|
|
2317
|
+
}
|
|
2318
|
+
}]
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
description: 'Harmonized HKD',
|
|
2322
|
+
denom_units: [{
|
|
2323
|
+
denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2324
|
+
exponent: 0,
|
|
2325
|
+
aliases: ['ukhd']
|
|
2326
|
+
}, {
|
|
2327
|
+
denom: 'hkhd',
|
|
2328
|
+
exponent: 6,
|
|
2329
|
+
aliases: ['harmony HKD']
|
|
2330
|
+
}],
|
|
2331
|
+
type_asset: 'sdk.coin',
|
|
2332
|
+
base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2333
|
+
name: 'Harmony HKD',
|
|
2334
|
+
display: 'hkhd',
|
|
2335
|
+
symbol: 'HKHD',
|
|
2336
|
+
logo_URIs: {
|
|
2337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2338
|
+
},
|
|
2339
|
+
images: [{
|
|
2340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2341
|
+
}],
|
|
2342
|
+
traces: [{
|
|
2343
|
+
type: 'ibc',
|
|
2344
|
+
counterparty: {
|
|
2345
|
+
channel_id: 'channel-0',
|
|
2346
|
+
base_denom: 'ukhd',
|
|
2347
|
+
chain_name: 'symphonytestnet'
|
|
2348
|
+
},
|
|
2349
|
+
chain: {
|
|
2350
|
+
channel_id: 'channel-8743'
|
|
2351
|
+
}
|
|
2352
|
+
}]
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
description: 'Harmonized VND',
|
|
2356
|
+
denom_units: [{
|
|
2357
|
+
denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2358
|
+
exponent: 0,
|
|
2359
|
+
aliases: ['uvnd']
|
|
2360
|
+
}, {
|
|
2361
|
+
denom: 'hvnd',
|
|
2362
|
+
exponent: 6,
|
|
2363
|
+
aliases: ['harmony VND']
|
|
2364
|
+
}],
|
|
2365
|
+
type_asset: 'sdk.coin',
|
|
2366
|
+
base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2367
|
+
name: 'Harmony VND',
|
|
2368
|
+
display: 'hvnd',
|
|
2369
|
+
symbol: 'HVND',
|
|
2370
|
+
logo_URIs: {
|
|
2371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2372
|
+
},
|
|
2373
|
+
images: [{
|
|
2374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2375
|
+
}],
|
|
2376
|
+
traces: [{
|
|
2377
|
+
type: 'ibc',
|
|
2378
|
+
counterparty: {
|
|
2379
|
+
channel_id: 'channel-0',
|
|
2380
|
+
base_denom: 'uvnd',
|
|
2381
|
+
chain_name: 'symphonytestnet'
|
|
2382
|
+
},
|
|
2383
|
+
chain: {
|
|
2384
|
+
channel_id: 'channel-8743'
|
|
2385
|
+
}
|
|
2386
|
+
}]
|
|
2387
|
+
},
|
|
2116
2388
|
{
|
|
2117
2389
|
description: 'The native token of the Titan network.',
|
|
2118
2390
|
denom_units: [
|
|
@@ -312,10 +312,10 @@ const assets = {
|
|
|
312
312
|
display: 'mld',
|
|
313
313
|
symbol: 'MLD',
|
|
314
314
|
logo_URIs: {
|
|
315
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
316
316
|
},
|
|
317
317
|
images: [{
|
|
318
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
319
319
|
}],
|
|
320
320
|
traces: [{
|
|
321
321
|
type: 'ibc',
|
|
@@ -329,6 +329,108 @@ const assets = {
|
|
|
329
329
|
}
|
|
330
330
|
}]
|
|
331
331
|
},
|
|
332
|
+
{
|
|
333
|
+
description: 'Harmonized USD',
|
|
334
|
+
denom_units: [{
|
|
335
|
+
denom: 'ibc/0EB857B3B0C4FD709153532380355A87FB85F64598B595BAC937E857BE81765B',
|
|
336
|
+
exponent: 0,
|
|
337
|
+
aliases: ['uusd']
|
|
338
|
+
}, {
|
|
339
|
+
denom: 'husd',
|
|
340
|
+
exponent: 6,
|
|
341
|
+
aliases: ['harmony USD']
|
|
342
|
+
}],
|
|
343
|
+
type_asset: 'sdk.coin',
|
|
344
|
+
base: 'ibc/0EB857B3B0C4FD709153532380355A87FB85F64598B595BAC937E857BE81765B',
|
|
345
|
+
name: 'Harmony USD',
|
|
346
|
+
display: 'husd',
|
|
347
|
+
symbol: 'HUSD',
|
|
348
|
+
logo_URIs: {
|
|
349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
350
|
+
},
|
|
351
|
+
images: [{
|
|
352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
353
|
+
}],
|
|
354
|
+
traces: [{
|
|
355
|
+
type: 'ibc',
|
|
356
|
+
counterparty: {
|
|
357
|
+
channel_id: 'channel-4',
|
|
358
|
+
base_denom: 'uusd',
|
|
359
|
+
chain_name: 'symphonytestnet'
|
|
360
|
+
},
|
|
361
|
+
chain: {
|
|
362
|
+
channel_id: 'channel-998'
|
|
363
|
+
}
|
|
364
|
+
}]
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
description: 'Harmonized HKD',
|
|
368
|
+
denom_units: [{
|
|
369
|
+
denom: 'ibc/51FE8794FCAE14E2BE9BB22C7C6870EA988EF42F708ED5F67A0C63FE179BDEF3',
|
|
370
|
+
exponent: 0,
|
|
371
|
+
aliases: ['ukhd']
|
|
372
|
+
}, {
|
|
373
|
+
denom: 'hkhd',
|
|
374
|
+
exponent: 6,
|
|
375
|
+
aliases: ['harmony HKD']
|
|
376
|
+
}],
|
|
377
|
+
type_asset: 'sdk.coin',
|
|
378
|
+
base: 'ibc/51FE8794FCAE14E2BE9BB22C7C6870EA988EF42F708ED5F67A0C63FE179BDEF3',
|
|
379
|
+
name: 'Harmony HKD',
|
|
380
|
+
display: 'hkhd',
|
|
381
|
+
symbol: 'HKHD',
|
|
382
|
+
logo_URIs: {
|
|
383
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
384
|
+
},
|
|
385
|
+
images: [{
|
|
386
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
387
|
+
}],
|
|
388
|
+
traces: [{
|
|
389
|
+
type: 'ibc',
|
|
390
|
+
counterparty: {
|
|
391
|
+
channel_id: 'channel-4',
|
|
392
|
+
base_denom: 'ukhd',
|
|
393
|
+
chain_name: 'symphonytestnet'
|
|
394
|
+
},
|
|
395
|
+
chain: {
|
|
396
|
+
channel_id: 'channel-998'
|
|
397
|
+
}
|
|
398
|
+
}]
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
description: 'Harmonized VND',
|
|
402
|
+
denom_units: [{
|
|
403
|
+
denom: 'ibc/D43A5B1DC1FA4821DC4A95CE7F42672013682D1B71520B37E4D5F743BAB3D426',
|
|
404
|
+
exponent: 0,
|
|
405
|
+
aliases: ['uvnd']
|
|
406
|
+
}, {
|
|
407
|
+
denom: 'hvnd',
|
|
408
|
+
exponent: 6,
|
|
409
|
+
aliases: ['harmony VND']
|
|
410
|
+
}],
|
|
411
|
+
type_asset: 'sdk.coin',
|
|
412
|
+
base: 'ibc/D43A5B1DC1FA4821DC4A95CE7F42672013682D1B71520B37E4D5F743BAB3D426',
|
|
413
|
+
name: 'Harmony VND',
|
|
414
|
+
display: 'hvnd',
|
|
415
|
+
symbol: 'HVND',
|
|
416
|
+
logo_URIs: {
|
|
417
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
418
|
+
},
|
|
419
|
+
images: [{
|
|
420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
421
|
+
}],
|
|
422
|
+
traces: [{
|
|
423
|
+
type: 'ibc',
|
|
424
|
+
counterparty: {
|
|
425
|
+
channel_id: 'channel-4',
|
|
426
|
+
base_denom: 'uvnd',
|
|
427
|
+
chain_name: 'symphonytestnet'
|
|
428
|
+
},
|
|
429
|
+
chain: {
|
|
430
|
+
channel_id: 'channel-998'
|
|
431
|
+
}
|
|
432
|
+
}]
|
|
433
|
+
},
|
|
332
434
|
{
|
|
333
435
|
description: 'The native token of the Titan network.',
|
|
334
436
|
denom_units: [
|
|
@@ -393,10 +495,10 @@ const assets = {
|
|
|
393
495
|
display: 'mld',
|
|
394
496
|
symbol: 'MLD',
|
|
395
497
|
logo_URIs: {
|
|
396
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
397
499
|
},
|
|
398
500
|
images: [{
|
|
399
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
501
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
400
502
|
}],
|
|
401
503
|
traces: [{
|
|
402
504
|
type: 'ibc',
|
|
@@ -410,6 +512,108 @@ const assets = {
|
|
|
410
512
|
}
|
|
411
513
|
}]
|
|
412
514
|
},
|
|
515
|
+
{
|
|
516
|
+
description: 'Harmonized USD',
|
|
517
|
+
denom_units: [{
|
|
518
|
+
denom: 'ibc/0EB857B3B0C4FD709153532380355A87FB85F64598B595BAC937E857BE81765B',
|
|
519
|
+
exponent: 0,
|
|
520
|
+
aliases: ['uusd']
|
|
521
|
+
}, {
|
|
522
|
+
denom: 'husd',
|
|
523
|
+
exponent: 6,
|
|
524
|
+
aliases: ['harmony USD']
|
|
525
|
+
}],
|
|
526
|
+
type_asset: 'sdk.coin',
|
|
527
|
+
base: 'ibc/0EB857B3B0C4FD709153532380355A87FB85F64598B595BAC937E857BE81765B',
|
|
528
|
+
name: 'Harmony USD',
|
|
529
|
+
display: 'husd',
|
|
530
|
+
symbol: 'HUSD',
|
|
531
|
+
logo_URIs: {
|
|
532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
533
|
+
},
|
|
534
|
+
images: [{
|
|
535
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
536
|
+
}],
|
|
537
|
+
traces: [{
|
|
538
|
+
type: 'ibc',
|
|
539
|
+
counterparty: {
|
|
540
|
+
channel_id: 'channel-4',
|
|
541
|
+
base_denom: 'uusd',
|
|
542
|
+
chain_name: 'symphonytestnet'
|
|
543
|
+
},
|
|
544
|
+
chain: {
|
|
545
|
+
channel_id: 'channel-998'
|
|
546
|
+
}
|
|
547
|
+
}]
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
description: 'Harmonized HKD',
|
|
551
|
+
denom_units: [{
|
|
552
|
+
denom: 'ibc/51FE8794FCAE14E2BE9BB22C7C6870EA988EF42F708ED5F67A0C63FE179BDEF3',
|
|
553
|
+
exponent: 0,
|
|
554
|
+
aliases: ['ukhd']
|
|
555
|
+
}, {
|
|
556
|
+
denom: 'hkhd',
|
|
557
|
+
exponent: 6,
|
|
558
|
+
aliases: ['harmony HKD']
|
|
559
|
+
}],
|
|
560
|
+
type_asset: 'sdk.coin',
|
|
561
|
+
base: 'ibc/51FE8794FCAE14E2BE9BB22C7C6870EA988EF42F708ED5F67A0C63FE179BDEF3',
|
|
562
|
+
name: 'Harmony HKD',
|
|
563
|
+
display: 'hkhd',
|
|
564
|
+
symbol: 'HKHD',
|
|
565
|
+
logo_URIs: {
|
|
566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
567
|
+
},
|
|
568
|
+
images: [{
|
|
569
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
570
|
+
}],
|
|
571
|
+
traces: [{
|
|
572
|
+
type: 'ibc',
|
|
573
|
+
counterparty: {
|
|
574
|
+
channel_id: 'channel-4',
|
|
575
|
+
base_denom: 'ukhd',
|
|
576
|
+
chain_name: 'symphonytestnet'
|
|
577
|
+
},
|
|
578
|
+
chain: {
|
|
579
|
+
channel_id: 'channel-998'
|
|
580
|
+
}
|
|
581
|
+
}]
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
description: 'Harmonized VND',
|
|
585
|
+
denom_units: [{
|
|
586
|
+
denom: 'ibc/D43A5B1DC1FA4821DC4A95CE7F42672013682D1B71520B37E4D5F743BAB3D426',
|
|
587
|
+
exponent: 0,
|
|
588
|
+
aliases: ['uvnd']
|
|
589
|
+
}, {
|
|
590
|
+
denom: 'hvnd',
|
|
591
|
+
exponent: 6,
|
|
592
|
+
aliases: ['harmony VND']
|
|
593
|
+
}],
|
|
594
|
+
type_asset: 'sdk.coin',
|
|
595
|
+
base: 'ibc/D43A5B1DC1FA4821DC4A95CE7F42672013682D1B71520B37E4D5F743BAB3D426',
|
|
596
|
+
name: 'Harmony VND',
|
|
597
|
+
display: 'hvnd',
|
|
598
|
+
symbol: 'HVND',
|
|
599
|
+
logo_URIs: {
|
|
600
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
601
|
+
},
|
|
602
|
+
images: [{
|
|
603
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
604
|
+
}],
|
|
605
|
+
traces: [{
|
|
606
|
+
type: 'ibc',
|
|
607
|
+
counterparty: {
|
|
608
|
+
channel_id: 'channel-4',
|
|
609
|
+
base_denom: 'uvnd',
|
|
610
|
+
chain_name: 'symphonytestnet'
|
|
611
|
+
},
|
|
612
|
+
chain: {
|
|
613
|
+
channel_id: 'channel-998'
|
|
614
|
+
}
|
|
615
|
+
}]
|
|
616
|
+
},
|
|
413
617
|
{
|
|
414
618
|
description: 'The native token of the Titan network.',
|
|
415
619
|
denom_units: [
|