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