@chain-registry/assets 1.70.257 → 1.70.259
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/mainnet/osmosis.js +2 -0
- package/esm/testnet/archwaytestnet.js +3 -278
- package/esm/testnet/assets.js +2 -2
- package/esm/testnet/cosmoshubtestnet.js +22 -300
- package/esm/testnet/hippoprotocoltestnet.js +5 -0
- package/esm/testnet/index.js +1 -1
- package/esm/testnet/nobletestnet.js +2 -0
- package/esm/testnet/osmosistestnet.js +94 -300
- package/esm/testnet/stargazetestnet.js +22 -300
- package/mainnet/osmosis.js +2 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +3 -278
- package/testnet/assets.js +2 -2
- package/testnet/cosmoshubtestnet.js +22 -300
- package/testnet/hippoprotocoltestnet.js +7 -0
- package/testnet/index.d.ts +1 -1
- package/testnet/index.js +2 -2
- package/testnet/nobletestnet.js +2 -0
- package/testnet/osmosistestnet.js +94 -300
- package/testnet/stargazetestnet.js +22 -300
- package/esm/testnet/symphonytestnet3.js +0 -73
- package/testnet/symphonytestnet3.js +0 -75
- /package/testnet/{symphonytestnet3.d.ts → hippoprotocoltestnet.d.ts} +0 -0
|
@@ -356,6 +356,41 @@ const assets = {
|
|
|
356
356
|
}
|
|
357
357
|
}]
|
|
358
358
|
},
|
|
359
|
+
{
|
|
360
|
+
description: 'The native token of Hippo Protocol.',
|
|
361
|
+
denom_units: [{
|
|
362
|
+
denom: 'ibc/B441DBB56D34B14CBD153FD57247A38001968E833523DB408CD57CFCC28A9D53',
|
|
363
|
+
exponent: 0,
|
|
364
|
+
aliases: ['ahp']
|
|
365
|
+
}],
|
|
366
|
+
type_asset: 'sdk.coin',
|
|
367
|
+
base: 'ibc/B441DBB56D34B14CBD153FD57247A38001968E833523DB408CD57CFCC28A9D53',
|
|
368
|
+
name: 'Hippo',
|
|
369
|
+
display: 'ahp',
|
|
370
|
+
symbol: 'HP',
|
|
371
|
+
logo_URIs: {
|
|
372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
373
|
+
},
|
|
374
|
+
images: [{
|
|
375
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
376
|
+
}],
|
|
377
|
+
coingecko_id: 'hippo-protocol',
|
|
378
|
+
socials: {
|
|
379
|
+
website: 'https://hippoprotocol.ai/',
|
|
380
|
+
twitter: 'https://x.com/Hippo_Protocol'
|
|
381
|
+
},
|
|
382
|
+
traces: [{
|
|
383
|
+
type: 'ibc',
|
|
384
|
+
counterparty: {
|
|
385
|
+
channel_id: 'channel-0',
|
|
386
|
+
base_denom: 'ahp',
|
|
387
|
+
chain_name: 'hippoprotocoltestnet'
|
|
388
|
+
},
|
|
389
|
+
chain: {
|
|
390
|
+
channel_id: 'channel-10743'
|
|
391
|
+
}
|
|
392
|
+
}]
|
|
393
|
+
},
|
|
359
394
|
{
|
|
360
395
|
description: 'Int3face Testnet blockchain native token',
|
|
361
396
|
denom_units: [{
|
|
@@ -1155,6 +1190,41 @@ const assets = {
|
|
|
1155
1190
|
}
|
|
1156
1191
|
}]
|
|
1157
1192
|
},
|
|
1193
|
+
{
|
|
1194
|
+
description: 'The native token of Hippo Protocol.',
|
|
1195
|
+
denom_units: [{
|
|
1196
|
+
denom: 'ibc/B441DBB56D34B14CBD153FD57247A38001968E833523DB408CD57CFCC28A9D53',
|
|
1197
|
+
exponent: 0,
|
|
1198
|
+
aliases: ['ahp']
|
|
1199
|
+
}],
|
|
1200
|
+
type_asset: 'sdk.coin',
|
|
1201
|
+
base: 'ibc/B441DBB56D34B14CBD153FD57247A38001968E833523DB408CD57CFCC28A9D53',
|
|
1202
|
+
name: 'Hippo',
|
|
1203
|
+
display: 'ahp',
|
|
1204
|
+
symbol: 'HP',
|
|
1205
|
+
logo_URIs: {
|
|
1206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
1207
|
+
},
|
|
1208
|
+
images: [{
|
|
1209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
|
|
1210
|
+
}],
|
|
1211
|
+
coingecko_id: 'hippo-protocol',
|
|
1212
|
+
socials: {
|
|
1213
|
+
website: 'https://hippoprotocol.ai/',
|
|
1214
|
+
twitter: 'https://x.com/Hippo_Protocol'
|
|
1215
|
+
},
|
|
1216
|
+
traces: [{
|
|
1217
|
+
type: 'ibc',
|
|
1218
|
+
counterparty: {
|
|
1219
|
+
channel_id: 'channel-0',
|
|
1220
|
+
base_denom: 'ahp',
|
|
1221
|
+
chain_name: 'hippoprotocoltestnet'
|
|
1222
|
+
},
|
|
1223
|
+
chain: {
|
|
1224
|
+
channel_id: 'channel-10743'
|
|
1225
|
+
}
|
|
1226
|
+
}]
|
|
1227
|
+
},
|
|
1158
1228
|
{
|
|
1159
1229
|
description: 'Int3face Testnet blockchain native token',
|
|
1160
1230
|
denom_units: [{
|
|
@@ -1829,10 +1899,10 @@ const assets = {
|
|
|
1829
1899
|
display: 'mld',
|
|
1830
1900
|
symbol: 'MLD',
|
|
1831
1901
|
logo_URIs: {
|
|
1832
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1902
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
1833
1903
|
},
|
|
1834
1904
|
images: [{
|
|
1835
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1905
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
1836
1906
|
}],
|
|
1837
1907
|
traces: [{
|
|
1838
1908
|
type: 'ibc',
|
|
@@ -1854,8 +1924,7 @@ const assets = {
|
|
|
1854
1924
|
aliases: ['uusd']
|
|
1855
1925
|
}, {
|
|
1856
1926
|
denom: 'husd',
|
|
1857
|
-
exponent: 6
|
|
1858
|
-
aliases: ['harmony USD']
|
|
1927
|
+
exponent: 6
|
|
1859
1928
|
}],
|
|
1860
1929
|
type_asset: 'sdk.coin',
|
|
1861
1930
|
base: 'ibc/32E0369D76BE8DD8071DF98AC078906DB583E0BBB5A6E2A3DFD4213CF90CD026',
|
|
@@ -1863,10 +1932,10 @@ const assets = {
|
|
|
1863
1932
|
display: 'husd',
|
|
1864
1933
|
symbol: 'HUSD',
|
|
1865
1934
|
logo_URIs: {
|
|
1866
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
1867
1936
|
},
|
|
1868
1937
|
images: [{
|
|
1869
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
1870
1939
|
}],
|
|
1871
1940
|
traces: [{
|
|
1872
1941
|
type: 'ibc',
|
|
@@ -1888,8 +1957,7 @@ const assets = {
|
|
|
1888
1957
|
aliases: ['ukhd']
|
|
1889
1958
|
}, {
|
|
1890
1959
|
denom: 'hkhd',
|
|
1891
|
-
exponent: 6
|
|
1892
|
-
aliases: ['harmony HKD']
|
|
1960
|
+
exponent: 6
|
|
1893
1961
|
}],
|
|
1894
1962
|
type_asset: 'sdk.coin',
|
|
1895
1963
|
base: 'ibc/8779E4C3F83063A8AC8FDD5E3C71B0992A5A1CC09FCAE12413C17E994126D15E',
|
|
@@ -1897,10 +1965,10 @@ const assets = {
|
|
|
1897
1965
|
display: 'hkhd',
|
|
1898
1966
|
symbol: 'HKHD',
|
|
1899
1967
|
logo_URIs: {
|
|
1900
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1968
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
1901
1969
|
},
|
|
1902
1970
|
images: [{
|
|
1903
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
1904
1972
|
}],
|
|
1905
1973
|
traces: [{
|
|
1906
1974
|
type: 'ibc',
|
|
@@ -1922,8 +1990,7 @@ const assets = {
|
|
|
1922
1990
|
aliases: ['uvnd']
|
|
1923
1991
|
}, {
|
|
1924
1992
|
denom: 'hvnd',
|
|
1925
|
-
exponent: 6
|
|
1926
|
-
aliases: ['harmony VND']
|
|
1993
|
+
exponent: 6
|
|
1927
1994
|
}],
|
|
1928
1995
|
type_asset: 'sdk.coin',
|
|
1929
1996
|
base: 'ibc/B8E2C7589D16766EA8E272B4872B15F8337683ED86CFE3F68E459EE9C548148A',
|
|
@@ -1931,10 +1998,10 @@ const assets = {
|
|
|
1931
1998
|
display: 'hvnd',
|
|
1932
1999
|
symbol: 'HVND',
|
|
1933
2000
|
logo_URIs: {
|
|
1934
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2001
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
1935
2002
|
},
|
|
1936
2003
|
images: [{
|
|
1937
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
1938
2005
|
}],
|
|
1939
2006
|
traces: [{
|
|
1940
2007
|
type: 'ibc',
|
|
@@ -1948,142 +2015,6 @@ const assets = {
|
|
|
1948
2015
|
}
|
|
1949
2016
|
}]
|
|
1950
2017
|
},
|
|
1951
|
-
{
|
|
1952
|
-
description: 'The native token of Symphony',
|
|
1953
|
-
denom_units: [{
|
|
1954
|
-
denom: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
|
|
1955
|
-
exponent: 0,
|
|
1956
|
-
aliases: ['note']
|
|
1957
|
-
}, {
|
|
1958
|
-
denom: 'mld',
|
|
1959
|
-
exponent: 6,
|
|
1960
|
-
aliases: ['melody']
|
|
1961
|
-
}],
|
|
1962
|
-
type_asset: 'sdk.coin',
|
|
1963
|
-
base: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
|
|
1964
|
-
name: 'Melody',
|
|
1965
|
-
display: 'mld',
|
|
1966
|
-
symbol: 'MLD',
|
|
1967
|
-
logo_URIs: {
|
|
1968
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1969
|
-
},
|
|
1970
|
-
images: [{
|
|
1971
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1972
|
-
}],
|
|
1973
|
-
traces: [{
|
|
1974
|
-
type: 'ibc',
|
|
1975
|
-
counterparty: {
|
|
1976
|
-
channel_id: 'channel-0',
|
|
1977
|
-
base_denom: 'note',
|
|
1978
|
-
chain_name: 'symphonytestnet3'
|
|
1979
|
-
},
|
|
1980
|
-
chain: {
|
|
1981
|
-
channel_id: 'channel-8743'
|
|
1982
|
-
}
|
|
1983
|
-
}]
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
description: 'Harmonized USD',
|
|
1987
|
-
denom_units: [{
|
|
1988
|
-
denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
1989
|
-
exponent: 0,
|
|
1990
|
-
aliases: ['uusd']
|
|
1991
|
-
}, {
|
|
1992
|
-
denom: 'husd',
|
|
1993
|
-
exponent: 6,
|
|
1994
|
-
aliases: ['harmony USD']
|
|
1995
|
-
}],
|
|
1996
|
-
type_asset: 'sdk.coin',
|
|
1997
|
-
base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
1998
|
-
name: 'Harmony USD',
|
|
1999
|
-
display: 'husd',
|
|
2000
|
-
symbol: 'HUSD',
|
|
2001
|
-
logo_URIs: {
|
|
2002
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2003
|
-
},
|
|
2004
|
-
images: [{
|
|
2005
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2006
|
-
}],
|
|
2007
|
-
traces: [{
|
|
2008
|
-
type: 'ibc',
|
|
2009
|
-
counterparty: {
|
|
2010
|
-
channel_id: 'channel-0',
|
|
2011
|
-
base_denom: 'uusd',
|
|
2012
|
-
chain_name: 'symphonytestnet3'
|
|
2013
|
-
},
|
|
2014
|
-
chain: {
|
|
2015
|
-
channel_id: 'channel-8743'
|
|
2016
|
-
}
|
|
2017
|
-
}]
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
description: 'Harmonized HKD',
|
|
2021
|
-
denom_units: [{
|
|
2022
|
-
denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2023
|
-
exponent: 0,
|
|
2024
|
-
aliases: ['ukhd']
|
|
2025
|
-
}, {
|
|
2026
|
-
denom: 'hkhd',
|
|
2027
|
-
exponent: 6,
|
|
2028
|
-
aliases: ['harmony HKD']
|
|
2029
|
-
}],
|
|
2030
|
-
type_asset: 'sdk.coin',
|
|
2031
|
-
base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2032
|
-
name: 'Harmony HKD',
|
|
2033
|
-
display: 'hkhd',
|
|
2034
|
-
symbol: 'HKHD',
|
|
2035
|
-
logo_URIs: {
|
|
2036
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2037
|
-
},
|
|
2038
|
-
images: [{
|
|
2039
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2040
|
-
}],
|
|
2041
|
-
traces: [{
|
|
2042
|
-
type: 'ibc',
|
|
2043
|
-
counterparty: {
|
|
2044
|
-
channel_id: 'channel-0',
|
|
2045
|
-
base_denom: 'ukhd',
|
|
2046
|
-
chain_name: 'symphonytestnet3'
|
|
2047
|
-
},
|
|
2048
|
-
chain: {
|
|
2049
|
-
channel_id: 'channel-8743'
|
|
2050
|
-
}
|
|
2051
|
-
}]
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
description: 'Harmonized VND',
|
|
2055
|
-
denom_units: [{
|
|
2056
|
-
denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2057
|
-
exponent: 0,
|
|
2058
|
-
aliases: ['uvnd']
|
|
2059
|
-
}, {
|
|
2060
|
-
denom: 'hvnd',
|
|
2061
|
-
exponent: 6,
|
|
2062
|
-
aliases: ['harmony VND']
|
|
2063
|
-
}],
|
|
2064
|
-
type_asset: 'sdk.coin',
|
|
2065
|
-
base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2066
|
-
name: 'Harmony VND',
|
|
2067
|
-
display: 'hvnd',
|
|
2068
|
-
symbol: 'HVND',
|
|
2069
|
-
logo_URIs: {
|
|
2070
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2071
|
-
},
|
|
2072
|
-
images: [{
|
|
2073
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2074
|
-
}],
|
|
2075
|
-
traces: [{
|
|
2076
|
-
type: 'ibc',
|
|
2077
|
-
counterparty: {
|
|
2078
|
-
channel_id: 'channel-0',
|
|
2079
|
-
base_denom: 'uvnd',
|
|
2080
|
-
chain_name: 'symphonytestnet3'
|
|
2081
|
-
},
|
|
2082
|
-
chain: {
|
|
2083
|
-
channel_id: 'channel-8743'
|
|
2084
|
-
}
|
|
2085
|
-
}]
|
|
2086
|
-
},
|
|
2087
2018
|
{
|
|
2088
2019
|
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2089
2020
|
denom_units: [{
|
|
@@ -2287,6 +2218,7 @@ const assets = {
|
|
|
2287
2218
|
website: 'https://xion.burnt.com'
|
|
2288
2219
|
},
|
|
2289
2220
|
type_asset: 'sdk.coin',
|
|
2221
|
+
coingecko_id: 'xion-2',
|
|
2290
2222
|
traces: [{
|
|
2291
2223
|
type: 'ibc',
|
|
2292
2224
|
counterparty: {
|
|
@@ -2578,10 +2510,10 @@ const assets = {
|
|
|
2578
2510
|
display: 'mld',
|
|
2579
2511
|
symbol: 'MLD',
|
|
2580
2512
|
logo_URIs: {
|
|
2581
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
2582
2514
|
},
|
|
2583
2515
|
images: [{
|
|
2584
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
2585
2517
|
}],
|
|
2586
2518
|
traces: [{
|
|
2587
2519
|
type: 'ibc',
|
|
@@ -2603,8 +2535,7 @@ const assets = {
|
|
|
2603
2535
|
aliases: ['uusd']
|
|
2604
2536
|
}, {
|
|
2605
2537
|
denom: 'husd',
|
|
2606
|
-
exponent: 6
|
|
2607
|
-
aliases: ['harmony USD']
|
|
2538
|
+
exponent: 6
|
|
2608
2539
|
}],
|
|
2609
2540
|
type_asset: 'sdk.coin',
|
|
2610
2541
|
base: 'ibc/32E0369D76BE8DD8071DF98AC078906DB583E0BBB5A6E2A3DFD4213CF90CD026',
|
|
@@ -2612,10 +2543,10 @@ const assets = {
|
|
|
2612
2543
|
display: 'husd',
|
|
2613
2544
|
symbol: 'HUSD',
|
|
2614
2545
|
logo_URIs: {
|
|
2615
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
2616
2547
|
},
|
|
2617
2548
|
images: [{
|
|
2618
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2549
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
2619
2550
|
}],
|
|
2620
2551
|
traces: [{
|
|
2621
2552
|
type: 'ibc',
|
|
@@ -2637,8 +2568,7 @@ const assets = {
|
|
|
2637
2568
|
aliases: ['ukhd']
|
|
2638
2569
|
}, {
|
|
2639
2570
|
denom: 'hkhd',
|
|
2640
|
-
exponent: 6
|
|
2641
|
-
aliases: ['harmony HKD']
|
|
2571
|
+
exponent: 6
|
|
2642
2572
|
}],
|
|
2643
2573
|
type_asset: 'sdk.coin',
|
|
2644
2574
|
base: 'ibc/8779E4C3F83063A8AC8FDD5E3C71B0992A5A1CC09FCAE12413C17E994126D15E',
|
|
@@ -2646,10 +2576,10 @@ const assets = {
|
|
|
2646
2576
|
display: 'hkhd',
|
|
2647
2577
|
symbol: 'HKHD',
|
|
2648
2578
|
logo_URIs: {
|
|
2649
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2579
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
2650
2580
|
},
|
|
2651
2581
|
images: [{
|
|
2652
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2582
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
2653
2583
|
}],
|
|
2654
2584
|
traces: [{
|
|
2655
2585
|
type: 'ibc',
|
|
@@ -2671,8 +2601,7 @@ const assets = {
|
|
|
2671
2601
|
aliases: ['uvnd']
|
|
2672
2602
|
}, {
|
|
2673
2603
|
denom: 'hvnd',
|
|
2674
|
-
exponent: 6
|
|
2675
|
-
aliases: ['harmony VND']
|
|
2604
|
+
exponent: 6
|
|
2676
2605
|
}],
|
|
2677
2606
|
type_asset: 'sdk.coin',
|
|
2678
2607
|
base: 'ibc/B8E2C7589D16766EA8E272B4872B15F8337683ED86CFE3F68E459EE9C548148A',
|
|
@@ -2680,10 +2609,10 @@ const assets = {
|
|
|
2680
2609
|
display: 'hvnd',
|
|
2681
2610
|
symbol: 'HVND',
|
|
2682
2611
|
logo_URIs: {
|
|
2683
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2612
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
2684
2613
|
},
|
|
2685
2614
|
images: [{
|
|
2686
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2615
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
2687
2616
|
}],
|
|
2688
2617
|
traces: [{
|
|
2689
2618
|
type: 'ibc',
|
|
@@ -2697,142 +2626,6 @@ const assets = {
|
|
|
2697
2626
|
}
|
|
2698
2627
|
}]
|
|
2699
2628
|
},
|
|
2700
|
-
{
|
|
2701
|
-
description: 'The native token of Symphony',
|
|
2702
|
-
denom_units: [{
|
|
2703
|
-
denom: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
|
|
2704
|
-
exponent: 0,
|
|
2705
|
-
aliases: ['note']
|
|
2706
|
-
}, {
|
|
2707
|
-
denom: 'mld',
|
|
2708
|
-
exponent: 6,
|
|
2709
|
-
aliases: ['melody']
|
|
2710
|
-
}],
|
|
2711
|
-
type_asset: 'sdk.coin',
|
|
2712
|
-
base: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
|
|
2713
|
-
name: 'Melody',
|
|
2714
|
-
display: 'mld',
|
|
2715
|
-
symbol: 'MLD',
|
|
2716
|
-
logo_URIs: {
|
|
2717
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
2718
|
-
},
|
|
2719
|
-
images: [{
|
|
2720
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
2721
|
-
}],
|
|
2722
|
-
traces: [{
|
|
2723
|
-
type: 'ibc',
|
|
2724
|
-
counterparty: {
|
|
2725
|
-
channel_id: 'channel-0',
|
|
2726
|
-
base_denom: 'note',
|
|
2727
|
-
chain_name: 'symphonytestnet3'
|
|
2728
|
-
},
|
|
2729
|
-
chain: {
|
|
2730
|
-
channel_id: 'channel-8743'
|
|
2731
|
-
}
|
|
2732
|
-
}]
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
description: 'Harmonized USD',
|
|
2736
|
-
denom_units: [{
|
|
2737
|
-
denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
2738
|
-
exponent: 0,
|
|
2739
|
-
aliases: ['uusd']
|
|
2740
|
-
}, {
|
|
2741
|
-
denom: 'husd',
|
|
2742
|
-
exponent: 6,
|
|
2743
|
-
aliases: ['harmony USD']
|
|
2744
|
-
}],
|
|
2745
|
-
type_asset: 'sdk.coin',
|
|
2746
|
-
base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
2747
|
-
name: 'Harmony USD',
|
|
2748
|
-
display: 'husd',
|
|
2749
|
-
symbol: 'HUSD',
|
|
2750
|
-
logo_URIs: {
|
|
2751
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2752
|
-
},
|
|
2753
|
-
images: [{
|
|
2754
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2755
|
-
}],
|
|
2756
|
-
traces: [{
|
|
2757
|
-
type: 'ibc',
|
|
2758
|
-
counterparty: {
|
|
2759
|
-
channel_id: 'channel-0',
|
|
2760
|
-
base_denom: 'uusd',
|
|
2761
|
-
chain_name: 'symphonytestnet3'
|
|
2762
|
-
},
|
|
2763
|
-
chain: {
|
|
2764
|
-
channel_id: 'channel-8743'
|
|
2765
|
-
}
|
|
2766
|
-
}]
|
|
2767
|
-
},
|
|
2768
|
-
{
|
|
2769
|
-
description: 'Harmonized HKD',
|
|
2770
|
-
denom_units: [{
|
|
2771
|
-
denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2772
|
-
exponent: 0,
|
|
2773
|
-
aliases: ['ukhd']
|
|
2774
|
-
}, {
|
|
2775
|
-
denom: 'hkhd',
|
|
2776
|
-
exponent: 6,
|
|
2777
|
-
aliases: ['harmony HKD']
|
|
2778
|
-
}],
|
|
2779
|
-
type_asset: 'sdk.coin',
|
|
2780
|
-
base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2781
|
-
name: 'Harmony HKD',
|
|
2782
|
-
display: 'hkhd',
|
|
2783
|
-
symbol: 'HKHD',
|
|
2784
|
-
logo_URIs: {
|
|
2785
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2786
|
-
},
|
|
2787
|
-
images: [{
|
|
2788
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2789
|
-
}],
|
|
2790
|
-
traces: [{
|
|
2791
|
-
type: 'ibc',
|
|
2792
|
-
counterparty: {
|
|
2793
|
-
channel_id: 'channel-0',
|
|
2794
|
-
base_denom: 'ukhd',
|
|
2795
|
-
chain_name: 'symphonytestnet3'
|
|
2796
|
-
},
|
|
2797
|
-
chain: {
|
|
2798
|
-
channel_id: 'channel-8743'
|
|
2799
|
-
}
|
|
2800
|
-
}]
|
|
2801
|
-
},
|
|
2802
|
-
{
|
|
2803
|
-
description: 'Harmonized VND',
|
|
2804
|
-
denom_units: [{
|
|
2805
|
-
denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2806
|
-
exponent: 0,
|
|
2807
|
-
aliases: ['uvnd']
|
|
2808
|
-
}, {
|
|
2809
|
-
denom: 'hvnd',
|
|
2810
|
-
exponent: 6,
|
|
2811
|
-
aliases: ['harmony VND']
|
|
2812
|
-
}],
|
|
2813
|
-
type_asset: 'sdk.coin',
|
|
2814
|
-
base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2815
|
-
name: 'Harmony VND',
|
|
2816
|
-
display: 'hvnd',
|
|
2817
|
-
symbol: 'HVND',
|
|
2818
|
-
logo_URIs: {
|
|
2819
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2820
|
-
},
|
|
2821
|
-
images: [{
|
|
2822
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2823
|
-
}],
|
|
2824
|
-
traces: [{
|
|
2825
|
-
type: 'ibc',
|
|
2826
|
-
counterparty: {
|
|
2827
|
-
channel_id: 'channel-0',
|
|
2828
|
-
base_denom: 'uvnd',
|
|
2829
|
-
chain_name: 'symphonytestnet3'
|
|
2830
|
-
},
|
|
2831
|
-
chain: {
|
|
2832
|
-
channel_id: 'channel-8743'
|
|
2833
|
-
}
|
|
2834
|
-
}]
|
|
2835
|
-
},
|
|
2836
2629
|
{
|
|
2837
2630
|
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2838
2631
|
denom_units: [{
|
|
@@ -3036,6 +2829,7 @@ const assets = {
|
|
|
3036
2829
|
website: 'https://xion.burnt.com'
|
|
3037
2830
|
},
|
|
3038
2831
|
type_asset: 'sdk.coin',
|
|
2832
|
+
coingecko_id: 'xion-2',
|
|
3039
2833
|
traces: [{
|
|
3040
2834
|
type: 'ibc',
|
|
3041
2835
|
counterparty: {
|