@chain-registry/assets 1.70.257 → 1.70.258
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 +3 -278
- package/esm/testnet/assets.js +1 -2
- package/esm/testnet/cosmoshubtestnet.js +22 -300
- package/esm/testnet/index.js +0 -1
- package/esm/testnet/nobletestnet.js +2 -0
- package/esm/testnet/osmosistestnet.js +24 -300
- package/esm/testnet/stargazetestnet.js +22 -300
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +3 -278
- package/testnet/assets.js +1 -2
- package/testnet/cosmoshubtestnet.js +22 -300
- package/testnet/index.d.ts +0 -1
- package/testnet/index.js +1 -2
- package/testnet/nobletestnet.js +2 -0
- package/testnet/osmosistestnet.js +24 -300
- package/testnet/stargazetestnet.js +22 -300
- package/esm/testnet/symphonytestnet3.js +0 -73
- package/testnet/symphonytestnet3.d.ts +0 -3
- package/testnet/symphonytestnet3.js +0 -75
|
@@ -1827,10 +1827,10 @@ const assets = {
|
|
|
1827
1827
|
display: 'mld',
|
|
1828
1828
|
symbol: 'MLD',
|
|
1829
1829
|
logo_URIs: {
|
|
1830
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1830
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
1831
1831
|
},
|
|
1832
1832
|
images: [{
|
|
1833
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
1834
1834
|
}],
|
|
1835
1835
|
traces: [{
|
|
1836
1836
|
type: 'ibc',
|
|
@@ -1852,8 +1852,7 @@ const assets = {
|
|
|
1852
1852
|
aliases: ['uusd']
|
|
1853
1853
|
}, {
|
|
1854
1854
|
denom: 'husd',
|
|
1855
|
-
exponent: 6
|
|
1856
|
-
aliases: ['harmony USD']
|
|
1855
|
+
exponent: 6
|
|
1857
1856
|
}],
|
|
1858
1857
|
type_asset: 'sdk.coin',
|
|
1859
1858
|
base: 'ibc/32E0369D76BE8DD8071DF98AC078906DB583E0BBB5A6E2A3DFD4213CF90CD026',
|
|
@@ -1861,10 +1860,10 @@ const assets = {
|
|
|
1861
1860
|
display: 'husd',
|
|
1862
1861
|
symbol: 'HUSD',
|
|
1863
1862
|
logo_URIs: {
|
|
1864
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1863
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
1865
1864
|
},
|
|
1866
1865
|
images: [{
|
|
1867
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1866
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
1868
1867
|
}],
|
|
1869
1868
|
traces: [{
|
|
1870
1869
|
type: 'ibc',
|
|
@@ -1886,8 +1885,7 @@ const assets = {
|
|
|
1886
1885
|
aliases: ['ukhd']
|
|
1887
1886
|
}, {
|
|
1888
1887
|
denom: 'hkhd',
|
|
1889
|
-
exponent: 6
|
|
1890
|
-
aliases: ['harmony HKD']
|
|
1888
|
+
exponent: 6
|
|
1891
1889
|
}],
|
|
1892
1890
|
type_asset: 'sdk.coin',
|
|
1893
1891
|
base: 'ibc/8779E4C3F83063A8AC8FDD5E3C71B0992A5A1CC09FCAE12413C17E994126D15E',
|
|
@@ -1895,10 +1893,10 @@ const assets = {
|
|
|
1895
1893
|
display: 'hkhd',
|
|
1896
1894
|
symbol: 'HKHD',
|
|
1897
1895
|
logo_URIs: {
|
|
1898
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1896
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
1899
1897
|
},
|
|
1900
1898
|
images: [{
|
|
1901
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
1902
1900
|
}],
|
|
1903
1901
|
traces: [{
|
|
1904
1902
|
type: 'ibc',
|
|
@@ -1920,8 +1918,7 @@ const assets = {
|
|
|
1920
1918
|
aliases: ['uvnd']
|
|
1921
1919
|
}, {
|
|
1922
1920
|
denom: 'hvnd',
|
|
1923
|
-
exponent: 6
|
|
1924
|
-
aliases: ['harmony VND']
|
|
1921
|
+
exponent: 6
|
|
1925
1922
|
}],
|
|
1926
1923
|
type_asset: 'sdk.coin',
|
|
1927
1924
|
base: 'ibc/B8E2C7589D16766EA8E272B4872B15F8337683ED86CFE3F68E459EE9C548148A',
|
|
@@ -1929,10 +1926,10 @@ const assets = {
|
|
|
1929
1926
|
display: 'hvnd',
|
|
1930
1927
|
symbol: 'HVND',
|
|
1931
1928
|
logo_URIs: {
|
|
1932
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
1933
1930
|
},
|
|
1934
1931
|
images: [{
|
|
1935
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1932
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
1936
1933
|
}],
|
|
1937
1934
|
traces: [{
|
|
1938
1935
|
type: 'ibc',
|
|
@@ -1946,142 +1943,6 @@ const assets = {
|
|
|
1946
1943
|
}
|
|
1947
1944
|
}]
|
|
1948
1945
|
},
|
|
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
1946
|
{
|
|
2086
1947
|
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2087
1948
|
denom_units: [{
|
|
@@ -2285,6 +2146,7 @@ const assets = {
|
|
|
2285
2146
|
website: 'https://xion.burnt.com'
|
|
2286
2147
|
},
|
|
2287
2148
|
type_asset: 'sdk.coin',
|
|
2149
|
+
coingecko_id: 'xion-2',
|
|
2288
2150
|
traces: [{
|
|
2289
2151
|
type: 'ibc',
|
|
2290
2152
|
counterparty: {
|
|
@@ -2576,10 +2438,10 @@ const assets = {
|
|
|
2576
2438
|
display: 'mld',
|
|
2577
2439
|
symbol: 'MLD',
|
|
2578
2440
|
logo_URIs: {
|
|
2579
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
2580
2442
|
},
|
|
2581
2443
|
images: [{
|
|
2582
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2444
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
2583
2445
|
}],
|
|
2584
2446
|
traces: [{
|
|
2585
2447
|
type: 'ibc',
|
|
@@ -2601,8 +2463,7 @@ const assets = {
|
|
|
2601
2463
|
aliases: ['uusd']
|
|
2602
2464
|
}, {
|
|
2603
2465
|
denom: 'husd',
|
|
2604
|
-
exponent: 6
|
|
2605
|
-
aliases: ['harmony USD']
|
|
2466
|
+
exponent: 6
|
|
2606
2467
|
}],
|
|
2607
2468
|
type_asset: 'sdk.coin',
|
|
2608
2469
|
base: 'ibc/32E0369D76BE8DD8071DF98AC078906DB583E0BBB5A6E2A3DFD4213CF90CD026',
|
|
@@ -2610,10 +2471,10 @@ const assets = {
|
|
|
2610
2471
|
display: 'husd',
|
|
2611
2472
|
symbol: 'HUSD',
|
|
2612
2473
|
logo_URIs: {
|
|
2613
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
2614
2475
|
},
|
|
2615
2476
|
images: [{
|
|
2616
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
2617
2478
|
}],
|
|
2618
2479
|
traces: [{
|
|
2619
2480
|
type: 'ibc',
|
|
@@ -2635,8 +2496,7 @@ const assets = {
|
|
|
2635
2496
|
aliases: ['ukhd']
|
|
2636
2497
|
}, {
|
|
2637
2498
|
denom: 'hkhd',
|
|
2638
|
-
exponent: 6
|
|
2639
|
-
aliases: ['harmony HKD']
|
|
2499
|
+
exponent: 6
|
|
2640
2500
|
}],
|
|
2641
2501
|
type_asset: 'sdk.coin',
|
|
2642
2502
|
base: 'ibc/8779E4C3F83063A8AC8FDD5E3C71B0992A5A1CC09FCAE12413C17E994126D15E',
|
|
@@ -2644,10 +2504,10 @@ const assets = {
|
|
|
2644
2504
|
display: 'hkhd',
|
|
2645
2505
|
symbol: 'HKHD',
|
|
2646
2506
|
logo_URIs: {
|
|
2647
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2507
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
2648
2508
|
},
|
|
2649
2509
|
images: [{
|
|
2650
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
2651
2511
|
}],
|
|
2652
2512
|
traces: [{
|
|
2653
2513
|
type: 'ibc',
|
|
@@ -2669,8 +2529,7 @@ const assets = {
|
|
|
2669
2529
|
aliases: ['uvnd']
|
|
2670
2530
|
}, {
|
|
2671
2531
|
denom: 'hvnd',
|
|
2672
|
-
exponent: 6
|
|
2673
|
-
aliases: ['harmony VND']
|
|
2532
|
+
exponent: 6
|
|
2674
2533
|
}],
|
|
2675
2534
|
type_asset: 'sdk.coin',
|
|
2676
2535
|
base: 'ibc/B8E2C7589D16766EA8E272B4872B15F8337683ED86CFE3F68E459EE9C548148A',
|
|
@@ -2678,10 +2537,10 @@ const assets = {
|
|
|
2678
2537
|
display: 'hvnd',
|
|
2679
2538
|
symbol: 'HVND',
|
|
2680
2539
|
logo_URIs: {
|
|
2681
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2540
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
2682
2541
|
},
|
|
2683
2542
|
images: [{
|
|
2684
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
2685
2544
|
}],
|
|
2686
2545
|
traces: [{
|
|
2687
2546
|
type: 'ibc',
|
|
@@ -2695,142 +2554,6 @@ const assets = {
|
|
|
2695
2554
|
}
|
|
2696
2555
|
}]
|
|
2697
2556
|
},
|
|
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
2557
|
{
|
|
2835
2558
|
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2836
2559
|
denom_units: [{
|
|
@@ -3034,6 +2757,7 @@ const assets = {
|
|
|
3034
2757
|
website: 'https://xion.burnt.com'
|
|
3035
2758
|
},
|
|
3036
2759
|
type_asset: 'sdk.coin',
|
|
2760
|
+
coingecko_id: 'xion-2',
|
|
3037
2761
|
traces: [{
|
|
3038
2762
|
type: 'ibc',
|
|
3039
2763
|
counterparty: {
|