@chain-registry/assets 1.70.256 → 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
|
@@ -1829,10 +1829,10 @@ const assets = {
|
|
|
1829
1829
|
display: 'mld',
|
|
1830
1830
|
symbol: 'MLD',
|
|
1831
1831
|
logo_URIs: {
|
|
1832
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1832
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
1833
1833
|
},
|
|
1834
1834
|
images: [{
|
|
1835
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1835
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
1836
1836
|
}],
|
|
1837
1837
|
traces: [{
|
|
1838
1838
|
type: 'ibc',
|
|
@@ -1854,8 +1854,7 @@ const assets = {
|
|
|
1854
1854
|
aliases: ['uusd']
|
|
1855
1855
|
}, {
|
|
1856
1856
|
denom: 'husd',
|
|
1857
|
-
exponent: 6
|
|
1858
|
-
aliases: ['harmony USD']
|
|
1857
|
+
exponent: 6
|
|
1859
1858
|
}],
|
|
1860
1859
|
type_asset: 'sdk.coin',
|
|
1861
1860
|
base: 'ibc/32E0369D76BE8DD8071DF98AC078906DB583E0BBB5A6E2A3DFD4213CF90CD026',
|
|
@@ -1863,10 +1862,10 @@ const assets = {
|
|
|
1863
1862
|
display: 'husd',
|
|
1864
1863
|
symbol: 'HUSD',
|
|
1865
1864
|
logo_URIs: {
|
|
1866
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1865
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
1867
1866
|
},
|
|
1868
1867
|
images: [{
|
|
1869
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1868
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
1870
1869
|
}],
|
|
1871
1870
|
traces: [{
|
|
1872
1871
|
type: 'ibc',
|
|
@@ -1888,8 +1887,7 @@ const assets = {
|
|
|
1888
1887
|
aliases: ['ukhd']
|
|
1889
1888
|
}, {
|
|
1890
1889
|
denom: 'hkhd',
|
|
1891
|
-
exponent: 6
|
|
1892
|
-
aliases: ['harmony HKD']
|
|
1890
|
+
exponent: 6
|
|
1893
1891
|
}],
|
|
1894
1892
|
type_asset: 'sdk.coin',
|
|
1895
1893
|
base: 'ibc/8779E4C3F83063A8AC8FDD5E3C71B0992A5A1CC09FCAE12413C17E994126D15E',
|
|
@@ -1897,10 +1895,10 @@ const assets = {
|
|
|
1897
1895
|
display: 'hkhd',
|
|
1898
1896
|
symbol: 'HKHD',
|
|
1899
1897
|
logo_URIs: {
|
|
1900
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
1901
1899
|
},
|
|
1902
1900
|
images: [{
|
|
1903
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
1904
1902
|
}],
|
|
1905
1903
|
traces: [{
|
|
1906
1904
|
type: 'ibc',
|
|
@@ -1922,8 +1920,7 @@ const assets = {
|
|
|
1922
1920
|
aliases: ['uvnd']
|
|
1923
1921
|
}, {
|
|
1924
1922
|
denom: 'hvnd',
|
|
1925
|
-
exponent: 6
|
|
1926
|
-
aliases: ['harmony VND']
|
|
1923
|
+
exponent: 6
|
|
1927
1924
|
}],
|
|
1928
1925
|
type_asset: 'sdk.coin',
|
|
1929
1926
|
base: 'ibc/B8E2C7589D16766EA8E272B4872B15F8337683ED86CFE3F68E459EE9C548148A',
|
|
@@ -1931,10 +1928,10 @@ const assets = {
|
|
|
1931
1928
|
display: 'hvnd',
|
|
1932
1929
|
symbol: 'HVND',
|
|
1933
1930
|
logo_URIs: {
|
|
1934
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1931
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
1935
1932
|
},
|
|
1936
1933
|
images: [{
|
|
1937
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1934
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
1938
1935
|
}],
|
|
1939
1936
|
traces: [{
|
|
1940
1937
|
type: 'ibc',
|
|
@@ -1948,142 +1945,6 @@ const assets = {
|
|
|
1948
1945
|
}
|
|
1949
1946
|
}]
|
|
1950
1947
|
},
|
|
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
1948
|
{
|
|
2088
1949
|
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2089
1950
|
denom_units: [{
|
|
@@ -2287,6 +2148,7 @@ const assets = {
|
|
|
2287
2148
|
website: 'https://xion.burnt.com'
|
|
2288
2149
|
},
|
|
2289
2150
|
type_asset: 'sdk.coin',
|
|
2151
|
+
coingecko_id: 'xion-2',
|
|
2290
2152
|
traces: [{
|
|
2291
2153
|
type: 'ibc',
|
|
2292
2154
|
counterparty: {
|
|
@@ -2578,10 +2440,10 @@ const assets = {
|
|
|
2578
2440
|
display: 'mld',
|
|
2579
2441
|
symbol: 'MLD',
|
|
2580
2442
|
logo_URIs: {
|
|
2581
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
2582
2444
|
},
|
|
2583
2445
|
images: [{
|
|
2584
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/mld.png'
|
|
2585
2447
|
}],
|
|
2586
2448
|
traces: [{
|
|
2587
2449
|
type: 'ibc',
|
|
@@ -2603,8 +2465,7 @@ const assets = {
|
|
|
2603
2465
|
aliases: ['uusd']
|
|
2604
2466
|
}, {
|
|
2605
2467
|
denom: 'husd',
|
|
2606
|
-
exponent: 6
|
|
2607
|
-
aliases: ['harmony USD']
|
|
2468
|
+
exponent: 6
|
|
2608
2469
|
}],
|
|
2609
2470
|
type_asset: 'sdk.coin',
|
|
2610
2471
|
base: 'ibc/32E0369D76BE8DD8071DF98AC078906DB583E0BBB5A6E2A3DFD4213CF90CD026',
|
|
@@ -2612,10 +2473,10 @@ const assets = {
|
|
|
2612
2473
|
display: 'husd',
|
|
2613
2474
|
symbol: 'HUSD',
|
|
2614
2475
|
logo_URIs: {
|
|
2615
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
2616
2477
|
},
|
|
2617
2478
|
images: [{
|
|
2618
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/husd.png'
|
|
2619
2480
|
}],
|
|
2620
2481
|
traces: [{
|
|
2621
2482
|
type: 'ibc',
|
|
@@ -2637,8 +2498,7 @@ const assets = {
|
|
|
2637
2498
|
aliases: ['ukhd']
|
|
2638
2499
|
}, {
|
|
2639
2500
|
denom: 'hkhd',
|
|
2640
|
-
exponent: 6
|
|
2641
|
-
aliases: ['harmony HKD']
|
|
2501
|
+
exponent: 6
|
|
2642
2502
|
}],
|
|
2643
2503
|
type_asset: 'sdk.coin',
|
|
2644
2504
|
base: 'ibc/8779E4C3F83063A8AC8FDD5E3C71B0992A5A1CC09FCAE12413C17E994126D15E',
|
|
@@ -2646,10 +2506,10 @@ const assets = {
|
|
|
2646
2506
|
display: 'hkhd',
|
|
2647
2507
|
symbol: 'HKHD',
|
|
2648
2508
|
logo_URIs: {
|
|
2649
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2509
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
2650
2510
|
},
|
|
2651
2511
|
images: [{
|
|
2652
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2512
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hhkd.png'
|
|
2653
2513
|
}],
|
|
2654
2514
|
traces: [{
|
|
2655
2515
|
type: 'ibc',
|
|
@@ -2671,8 +2531,7 @@ const assets = {
|
|
|
2671
2531
|
aliases: ['uvnd']
|
|
2672
2532
|
}, {
|
|
2673
2533
|
denom: 'hvnd',
|
|
2674
|
-
exponent: 6
|
|
2675
|
-
aliases: ['harmony VND']
|
|
2534
|
+
exponent: 6
|
|
2676
2535
|
}],
|
|
2677
2536
|
type_asset: 'sdk.coin',
|
|
2678
2537
|
base: 'ibc/B8E2C7589D16766EA8E272B4872B15F8337683ED86CFE3F68E459EE9C548148A',
|
|
@@ -2680,10 +2539,10 @@ const assets = {
|
|
|
2680
2539
|
display: 'hvnd',
|
|
2681
2540
|
symbol: 'HVND',
|
|
2682
2541
|
logo_URIs: {
|
|
2683
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2542
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
2684
2543
|
},
|
|
2685
2544
|
images: [{
|
|
2686
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/hvnd.png'
|
|
2687
2546
|
}],
|
|
2688
2547
|
traces: [{
|
|
2689
2548
|
type: 'ibc',
|
|
@@ -2697,142 +2556,6 @@ const assets = {
|
|
|
2697
2556
|
}
|
|
2698
2557
|
}]
|
|
2699
2558
|
},
|
|
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
2559
|
{
|
|
2837
2560
|
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2838
2561
|
denom_units: [{
|
|
@@ -3036,6 +2759,7 @@ const assets = {
|
|
|
3036
2759
|
website: 'https://xion.burnt.com'
|
|
3037
2760
|
},
|
|
3038
2761
|
type_asset: 'sdk.coin',
|
|
2762
|
+
coingecko_id: 'xion-2',
|
|
3039
2763
|
traces: [{
|
|
3040
2764
|
type: 'ibc',
|
|
3041
2765
|
counterparty: {
|