@chain-registry/osmosis 1.9.0 → 1.10.0
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/CHANGELOG.md +8 -0
- package/main/asset_list.js +0 -275
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.9.0...@chain-registry/osmosis@1.10.0) (2023-03-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.8.0...@chain-registry/osmosis@1.9.0) (2023-02-24)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @chain-registry/osmosis
|
package/main/asset_list.js
CHANGED
|
@@ -1753,281 +1753,6 @@ var asset_list = {
|
|
|
1753
1753
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
1754
1754
|
},
|
|
1755
1755
|
coingecko_id: 'ethereum'
|
|
1756
|
-
}, {
|
|
1757
|
-
description: 'STARS token on Carbon',
|
|
1758
|
-
denom_units: [{
|
|
1759
|
-
denom: 'ibc/990916058F8975E463F4A1F990867EDD6ADC94DBBBE6CB840A091164F469011A',
|
|
1760
|
-
exponent: 0,
|
|
1761
|
-
aliases: ['ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C']
|
|
1762
|
-
}, {
|
|
1763
|
-
denom: 'stars',
|
|
1764
|
-
exponent: 6,
|
|
1765
|
-
aliases: ['STARS']
|
|
1766
|
-
}],
|
|
1767
|
-
base: 'ibc/990916058F8975E463F4A1F990867EDD6ADC94DBBBE6CB840A091164F469011A',
|
|
1768
|
-
name: 'Stargaze Staking Coin',
|
|
1769
|
-
display: 'stars',
|
|
1770
|
-
symbol: 'STARS',
|
|
1771
|
-
traces: [{
|
|
1772
|
-
type: 'ibc',
|
|
1773
|
-
counterparty: {
|
|
1774
|
-
channel_id: 'channel-0',
|
|
1775
|
-
base_denom: 'ibc/07FA7831E1920D0C87C9388F86B0108677F6ED0C9DE7E4063F05ED675192405C',
|
|
1776
|
-
chain_name: 'carbon'
|
|
1777
|
-
},
|
|
1778
|
-
chain: {
|
|
1779
|
-
channel_id: 'channel-188'
|
|
1780
|
-
}
|
|
1781
|
-
}],
|
|
1782
|
-
logo_URIs: {
|
|
1783
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png'
|
|
1784
|
-
},
|
|
1785
|
-
coingecko_id: 'stargaze'
|
|
1786
|
-
}, {
|
|
1787
|
-
description: 'LUNA token on Carbon',
|
|
1788
|
-
denom_units: [{
|
|
1789
|
-
denom: 'ibc/936E33EEF7507D6ED1F2E568527160C068104A399305091893818997955BE65F',
|
|
1790
|
-
exponent: 0,
|
|
1791
|
-
aliases: ['ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5']
|
|
1792
|
-
}, {
|
|
1793
|
-
denom: 'luna',
|
|
1794
|
-
exponent: 6,
|
|
1795
|
-
aliases: ['LUNA']
|
|
1796
|
-
}],
|
|
1797
|
-
base: 'ibc/936E33EEF7507D6ED1F2E568527160C068104A399305091893818997955BE65F',
|
|
1798
|
-
name: 'Terra Staking Coin',
|
|
1799
|
-
display: 'luna',
|
|
1800
|
-
symbol: 'LUNA',
|
|
1801
|
-
traces: [{
|
|
1802
|
-
type: 'ibc',
|
|
1803
|
-
counterparty: {
|
|
1804
|
-
channel_id: 'channel-0',
|
|
1805
|
-
base_denom: 'ibc/2B58B8C147E8718EECCB3713271DF46DEE8A3A00A27242628604E31C2F370EF5',
|
|
1806
|
-
chain_name: 'carbon'
|
|
1807
|
-
},
|
|
1808
|
-
chain: {
|
|
1809
|
-
channel_id: 'channel-188'
|
|
1810
|
-
}
|
|
1811
|
-
}],
|
|
1812
|
-
logo_URIs: {
|
|
1813
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png'
|
|
1814
|
-
},
|
|
1815
|
-
coingecko_id: 'terra-luna-2'
|
|
1816
|
-
}, {
|
|
1817
|
-
description: 'STRD token on Carbon',
|
|
1818
|
-
denom_units: [{
|
|
1819
|
-
denom: 'ibc/F14E7632E913403BC9EE0EA257F170BFC2848063BE865696449C8E5AF6F848EC',
|
|
1820
|
-
exponent: 0,
|
|
1821
|
-
aliases: ['ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5']
|
|
1822
|
-
}, {
|
|
1823
|
-
denom: 'strd',
|
|
1824
|
-
exponent: 6,
|
|
1825
|
-
aliases: ['STRD']
|
|
1826
|
-
}],
|
|
1827
|
-
base: 'ibc/F14E7632E913403BC9EE0EA257F170BFC2848063BE865696449C8E5AF6F848EC',
|
|
1828
|
-
name: 'Stride',
|
|
1829
|
-
display: 'strd',
|
|
1830
|
-
symbol: 'STRD',
|
|
1831
|
-
traces: [{
|
|
1832
|
-
type: 'ibc',
|
|
1833
|
-
counterparty: {
|
|
1834
|
-
channel_id: 'channel-0',
|
|
1835
|
-
base_denom: 'ibc/3552CECB7BCE1891DB6070D37EC6E954C972B1400141308FCD85FD148BD06DE5',
|
|
1836
|
-
chain_name: 'carbon'
|
|
1837
|
-
},
|
|
1838
|
-
chain: {
|
|
1839
|
-
channel_id: 'channel-188'
|
|
1840
|
-
}
|
|
1841
|
-
}],
|
|
1842
|
-
logo_URIs: {
|
|
1843
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
|
|
1844
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
|
|
1845
|
-
},
|
|
1846
|
-
coingecko_id: 'stride'
|
|
1847
|
-
}, {
|
|
1848
|
-
description: 'KUJI token on Carbon',
|
|
1849
|
-
denom_units: [{
|
|
1850
|
-
denom: 'ibc/7379E332A803820EF34DB0E5CE4B1C6C36C08D2D196A63C8FFAB830F0FBB343E',
|
|
1851
|
-
exponent: 0,
|
|
1852
|
-
aliases: ['ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5']
|
|
1853
|
-
}, {
|
|
1854
|
-
denom: 'kuji',
|
|
1855
|
-
exponent: 6,
|
|
1856
|
-
aliases: ['KUJI']
|
|
1857
|
-
}],
|
|
1858
|
-
base: 'ibc/7379E332A803820EF34DB0E5CE4B1C6C36C08D2D196A63C8FFAB830F0FBB343E',
|
|
1859
|
-
name: 'Kujira',
|
|
1860
|
-
display: 'kuji',
|
|
1861
|
-
symbol: 'KUJI',
|
|
1862
|
-
traces: [{
|
|
1863
|
-
type: 'ibc',
|
|
1864
|
-
counterparty: {
|
|
1865
|
-
channel_id: 'channel-0',
|
|
1866
|
-
base_denom: 'ibc/662914D0C1CEBCB070C68F061D035E8B10A07C79AB286E7342C85F3BE74612C5',
|
|
1867
|
-
chain_name: 'carbon'
|
|
1868
|
-
},
|
|
1869
|
-
chain: {
|
|
1870
|
-
channel_id: 'channel-188'
|
|
1871
|
-
}
|
|
1872
|
-
}],
|
|
1873
|
-
logo_URIs: {
|
|
1874
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.png'
|
|
1875
|
-
},
|
|
1876
|
-
coingecko_id: 'kujira'
|
|
1877
|
-
}, {
|
|
1878
|
-
description: 'stOSMO token on Carbon',
|
|
1879
|
-
denom_units: [{
|
|
1880
|
-
denom: 'ibc/7BC390AEBE3B3DE2179B4A50B040E8707FA816586371A560B429AF1599BBC369',
|
|
1881
|
-
exponent: 0,
|
|
1882
|
-
aliases: ['ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93']
|
|
1883
|
-
}, {
|
|
1884
|
-
denom: 'stosmo',
|
|
1885
|
-
exponent: 6,
|
|
1886
|
-
aliases: ['stOSMO']
|
|
1887
|
-
}],
|
|
1888
|
-
base: 'ibc/7BC390AEBE3B3DE2179B4A50B040E8707FA816586371A560B429AF1599BBC369',
|
|
1889
|
-
name: 'Stride Staked OSMO',
|
|
1890
|
-
display: 'stosmo',
|
|
1891
|
-
symbol: 'stOSMO',
|
|
1892
|
-
traces: [{
|
|
1893
|
-
type: 'ibc',
|
|
1894
|
-
counterparty: {
|
|
1895
|
-
channel_id: 'channel-0',
|
|
1896
|
-
base_denom: 'ibc/75249A18DEFBEFE55F83B1C70CAD234DF164F174C6BC51682EE92C2C81C18C93',
|
|
1897
|
-
chain_name: 'carbon'
|
|
1898
|
-
},
|
|
1899
|
-
chain: {
|
|
1900
|
-
channel_id: 'channel-188'
|
|
1901
|
-
}
|
|
1902
|
-
}],
|
|
1903
|
-
logo_URIs: {
|
|
1904
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
|
|
1905
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
|
|
1906
|
-
},
|
|
1907
|
-
coingecko_id: 'osmosis'
|
|
1908
|
-
}, {
|
|
1909
|
-
description: 'CANTO token on Carbon',
|
|
1910
|
-
denom_units: [{
|
|
1911
|
-
denom: 'ibc/5BD591AB9B1333FE61A753C43F4968A3BD0D01E698D7C93410BF82320BF4CAC0',
|
|
1912
|
-
exponent: 0,
|
|
1913
|
-
aliases: ['ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861']
|
|
1914
|
-
}, {
|
|
1915
|
-
denom: 'canto',
|
|
1916
|
-
exponent: 18,
|
|
1917
|
-
aliases: ['CANTO']
|
|
1918
|
-
}],
|
|
1919
|
-
base: 'ibc/5BD591AB9B1333FE61A753C43F4968A3BD0D01E698D7C93410BF82320BF4CAC0',
|
|
1920
|
-
name: 'Canto',
|
|
1921
|
-
display: 'canto',
|
|
1922
|
-
symbol: 'CANTO',
|
|
1923
|
-
traces: [{
|
|
1924
|
-
type: 'ibc',
|
|
1925
|
-
counterparty: {
|
|
1926
|
-
channel_id: 'channel-0',
|
|
1927
|
-
base_denom: 'ibc/92E974290AF9E2BC3AEEEC35305C8FD76AC5A22A74CF8D91270FDF5A1C41E861',
|
|
1928
|
-
chain_name: 'carbon'
|
|
1929
|
-
},
|
|
1930
|
-
chain: {
|
|
1931
|
-
channel_id: 'channel-188'
|
|
1932
|
-
}
|
|
1933
|
-
}],
|
|
1934
|
-
logo_URIs: {
|
|
1935
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/canto/images/canto.png'
|
|
1936
|
-
},
|
|
1937
|
-
coingecko_id: 'canto'
|
|
1938
|
-
}, {
|
|
1939
|
-
description: 'Cosmos governance token on Carbon',
|
|
1940
|
-
denom_units: [{
|
|
1941
|
-
denom: 'ibc/8BFC938E0F46FC4E0F203E8DCE15809B5F2523F43A9260925B1D889EB36173B1',
|
|
1942
|
-
exponent: 0,
|
|
1943
|
-
aliases: ['ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701']
|
|
1944
|
-
}, {
|
|
1945
|
-
denom: 'atom',
|
|
1946
|
-
exponent: 6,
|
|
1947
|
-
aliases: ['ATOM']
|
|
1948
|
-
}],
|
|
1949
|
-
base: 'ibc/8BFC938E0F46FC4E0F203E8DCE15809B5F2523F43A9260925B1D889EB36173B1',
|
|
1950
|
-
name: 'Cosmos',
|
|
1951
|
-
display: 'atom',
|
|
1952
|
-
symbol: 'ATOM',
|
|
1953
|
-
traces: [{
|
|
1954
|
-
type: 'ibc',
|
|
1955
|
-
counterparty: {
|
|
1956
|
-
channel_id: 'channel-0',
|
|
1957
|
-
base_denom: 'ibc/A4DB47A9D3CF9A068D454513891B526702455D3EF08FB9EB558C561F9DC2B701',
|
|
1958
|
-
chain_name: 'carbon'
|
|
1959
|
-
},
|
|
1960
|
-
chain: {
|
|
1961
|
-
channel_id: 'channel-188'
|
|
1962
|
-
}
|
|
1963
|
-
}],
|
|
1964
|
-
logo_URIs: {
|
|
1965
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
1966
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
1967
|
-
},
|
|
1968
|
-
coingecko_id: 'cosmos'
|
|
1969
|
-
}, {
|
|
1970
|
-
description: 'stATOM token on Carbon',
|
|
1971
|
-
denom_units: [{
|
|
1972
|
-
denom: 'ibc/A1FC8CB6B2E965DEDC6F57749F04CCE3D7C15DD10FC2F7BBEEC19E16D0F82397',
|
|
1973
|
-
exponent: 0,
|
|
1974
|
-
aliases: ['ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C']
|
|
1975
|
-
}, {
|
|
1976
|
-
denom: 'statom',
|
|
1977
|
-
exponent: 6,
|
|
1978
|
-
aliases: ['stATOM']
|
|
1979
|
-
}],
|
|
1980
|
-
base: 'ibc/A1FC8CB6B2E965DEDC6F57749F04CCE3D7C15DD10FC2F7BBEEC19E16D0F82397',
|
|
1981
|
-
name: 'Stride Staked ATOM',
|
|
1982
|
-
display: 'statom',
|
|
1983
|
-
symbol: 'stATOM',
|
|
1984
|
-
traces: [{
|
|
1985
|
-
type: 'ibc',
|
|
1986
|
-
counterparty: {
|
|
1987
|
-
channel_id: 'channel-0',
|
|
1988
|
-
base_denom: 'ibc/B7864B03E1B9FD4F049243E92ABD691586F682137037A9F3FCA5222815620B3C',
|
|
1989
|
-
chain_name: 'carbon'
|
|
1990
|
-
},
|
|
1991
|
-
chain: {
|
|
1992
|
-
channel_id: 'channel-188'
|
|
1993
|
-
}
|
|
1994
|
-
}],
|
|
1995
|
-
logo_URIs: {
|
|
1996
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
1997
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
1998
|
-
},
|
|
1999
|
-
coingecko_id: 'stride-staked-atom'
|
|
2000
|
-
}, {
|
|
2001
|
-
description: 'OSMO token on Carbon',
|
|
2002
|
-
denom_units: [{
|
|
2003
|
-
denom: 'ibc/77ADA389A8A80DD8C7200031C81CCA4C678D3FDF9DDD876F6BFE490792976D83',
|
|
2004
|
-
exponent: 0,
|
|
2005
|
-
aliases: ['ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518']
|
|
2006
|
-
}, {
|
|
2007
|
-
denom: 'osmo',
|
|
2008
|
-
exponent: 6,
|
|
2009
|
-
aliases: ['OSMO']
|
|
2010
|
-
}],
|
|
2011
|
-
base: 'ibc/77ADA389A8A80DD8C7200031C81CCA4C678D3FDF9DDD876F6BFE490792976D83',
|
|
2012
|
-
name: 'Osmosis',
|
|
2013
|
-
display: 'osmo',
|
|
2014
|
-
symbol: 'OSMO',
|
|
2015
|
-
traces: [{
|
|
2016
|
-
type: 'ibc',
|
|
2017
|
-
counterparty: {
|
|
2018
|
-
channel_id: 'channel-0',
|
|
2019
|
-
base_denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
2020
|
-
chain_name: 'carbon'
|
|
2021
|
-
},
|
|
2022
|
-
chain: {
|
|
2023
|
-
channel_id: 'channel-188'
|
|
2024
|
-
}
|
|
2025
|
-
}],
|
|
2026
|
-
logo_URIs: {
|
|
2027
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
2028
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
2029
|
-
},
|
|
2030
|
-
coingecko_id: 'osmosis'
|
|
2031
1756
|
}, {
|
|
2032
1757
|
description: 'USDC (ERC20) token on Carbon',
|
|
2033
1758
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@babel/plugin-transform-runtime": "7.19.6",
|
|
51
51
|
"@babel/preset-env": "7.19.4",
|
|
52
52
|
"@babel/preset-typescript": "^7.17.12",
|
|
53
|
-
"@chain-registry/utils": "^1.
|
|
53
|
+
"@chain-registry/utils": "^1.7.0",
|
|
54
54
|
"@types/jest": "^29.2.0",
|
|
55
55
|
"@typescript-eslint/eslint-plugin": "5.40.1",
|
|
56
56
|
"@typescript-eslint/parser": "5.40.1",
|
|
57
57
|
"babel-core": "7.0.0-bridge.0",
|
|
58
58
|
"babel-jest": "29.2.1",
|
|
59
59
|
"babel-watch": "^7.0.0",
|
|
60
|
-
"chain-registry": "^1.
|
|
60
|
+
"chain-registry": "^1.9.0",
|
|
61
61
|
"cross-env": "^7.0.2",
|
|
62
62
|
"eslint": "8.25.0",
|
|
63
63
|
"eslint-config-prettier": "^8.5.0",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@babel/runtime": "^7.19.4",
|
|
76
76
|
"@chain-registry/types": "^0.14.0"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "02c9cae508502e62354f07f5188545613efe54a5"
|
|
79
79
|
}
|