@chain-registry/osmosis 1.8.0 → 1.9.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 +616 -5
- package/main/chain.js +2 -2
- package/package.json +2 -2
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.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
|
+
|
|
8
|
+
**Note:** Version bump only for package @chain-registry/osmosis
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.8.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/osmosis@1.7.0...@chain-registry/osmosis@1.8.0) (2023-02-23)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @chain-registry/osmosis
|
package/main/asset_list.js
CHANGED
|
@@ -65,6 +65,34 @@ var asset_list = {
|
|
|
65
65
|
channel_id: 'channel-490'
|
|
66
66
|
}
|
|
67
67
|
}]
|
|
68
|
+
}, {
|
|
69
|
+
description: 'Ciento Exchange Token',
|
|
70
|
+
denom_units: [{
|
|
71
|
+
denom: 'ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5',
|
|
72
|
+
exponent: 0,
|
|
73
|
+
aliases: ['erc20/0xAE6D3334989a22A65228732446731438672418F2']
|
|
74
|
+
}, {
|
|
75
|
+
denom: 'cnto',
|
|
76
|
+
exponent: 18
|
|
77
|
+
}],
|
|
78
|
+
base: 'ibc/D38BB3DD46864694F009AF01DA5A815B3A875F8CC52FF5679BFFCC35DC7451D5',
|
|
79
|
+
name: 'Ciento Token',
|
|
80
|
+
display: 'cnto',
|
|
81
|
+
symbol: 'CNTO',
|
|
82
|
+
logo_URIs: {
|
|
83
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/cnto.png'
|
|
84
|
+
},
|
|
85
|
+
traces: [{
|
|
86
|
+
type: 'ibc',
|
|
87
|
+
counterparty: {
|
|
88
|
+
channel_id: 'channel-0',
|
|
89
|
+
base_denom: 'erc20/0xAE6D3334989a22A65228732446731438672418F2',
|
|
90
|
+
chain_name: 'acrechain'
|
|
91
|
+
},
|
|
92
|
+
chain: {
|
|
93
|
+
channel_id: 'channel-490'
|
|
94
|
+
}
|
|
95
|
+
}]
|
|
68
96
|
}, {
|
|
69
97
|
description: 'BLD is the token used to secure the Agoric chain through staking and to backstop Inter Protocol.',
|
|
70
98
|
denom_units: [{
|
|
@@ -1512,7 +1540,7 @@ var asset_list = {
|
|
|
1512
1540
|
}
|
|
1513
1541
|
}]
|
|
1514
1542
|
}, {
|
|
1515
|
-
description: 'The native token of Carbon',
|
|
1543
|
+
description: 'The native governance token of Carbon',
|
|
1516
1544
|
denom_units: [{
|
|
1517
1545
|
denom: 'ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3',
|
|
1518
1546
|
exponent: 0,
|
|
@@ -1542,6 +1570,524 @@ var asset_list = {
|
|
|
1542
1570
|
channel_id: 'channel-188'
|
|
1543
1571
|
}
|
|
1544
1572
|
}]
|
|
1573
|
+
}, {
|
|
1574
|
+
description: 'The native stablecoin of Carbon',
|
|
1575
|
+
denom_units: [{
|
|
1576
|
+
denom: 'ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6',
|
|
1577
|
+
exponent: 0,
|
|
1578
|
+
aliases: ['usc']
|
|
1579
|
+
}, {
|
|
1580
|
+
denom: 'dusc',
|
|
1581
|
+
exponent: 8,
|
|
1582
|
+
aliases: ['USC']
|
|
1583
|
+
}],
|
|
1584
|
+
base: 'ibc/F64D67581D50AE3F641A344F31FE7CF9DC5A2C8C8C455A6967E36DEA09D563E6',
|
|
1585
|
+
name: 'Carbon USD Coin',
|
|
1586
|
+
display: 'dusc',
|
|
1587
|
+
symbol: 'USC',
|
|
1588
|
+
logo_URIs: {
|
|
1589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.png',
|
|
1590
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/usc.svg'
|
|
1591
|
+
},
|
|
1592
|
+
coingecko_id: 'carbon-usd',
|
|
1593
|
+
traces: [{
|
|
1594
|
+
type: 'ibc',
|
|
1595
|
+
counterparty: {
|
|
1596
|
+
channel_id: 'channel-0',
|
|
1597
|
+
base_denom: 'usc',
|
|
1598
|
+
chain_name: 'carbon'
|
|
1599
|
+
},
|
|
1600
|
+
chain: {
|
|
1601
|
+
channel_id: 'channel-188'
|
|
1602
|
+
}
|
|
1603
|
+
}]
|
|
1604
|
+
}, {
|
|
1605
|
+
description: 'BNB token on Carbon',
|
|
1606
|
+
denom_units: [{
|
|
1607
|
+
denom: 'ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B',
|
|
1608
|
+
exponent: 0,
|
|
1609
|
+
aliases: ['bnb.1.6.773edb']
|
|
1610
|
+
}, {
|
|
1611
|
+
denom: 'bnb',
|
|
1612
|
+
exponent: 18,
|
|
1613
|
+
aliases: ['BNB']
|
|
1614
|
+
}],
|
|
1615
|
+
base: 'ibc/09B40B4315A4A188A84E0C5F2A11013604B3F8D8542970A1F767481B6560E66B',
|
|
1616
|
+
name: 'Binance Coin',
|
|
1617
|
+
display: 'bnb',
|
|
1618
|
+
symbol: 'BNB',
|
|
1619
|
+
traces: [{
|
|
1620
|
+
type: 'ibc',
|
|
1621
|
+
counterparty: {
|
|
1622
|
+
channel_id: 'channel-0',
|
|
1623
|
+
base_denom: 'bnb.1.6.773edb',
|
|
1624
|
+
chain_name: 'carbon'
|
|
1625
|
+
},
|
|
1626
|
+
chain: {
|
|
1627
|
+
channel_id: 'channel-188'
|
|
1628
|
+
}
|
|
1629
|
+
}],
|
|
1630
|
+
logo_URIs: {
|
|
1631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.png',
|
|
1632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/bnb.svg'
|
|
1633
|
+
},
|
|
1634
|
+
coingecko_id: 'binancecoin'
|
|
1635
|
+
}, {
|
|
1636
|
+
description: 'bNEO token on Carbon',
|
|
1637
|
+
denom_units: [{
|
|
1638
|
+
denom: 'ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD',
|
|
1639
|
+
exponent: 0,
|
|
1640
|
+
aliases: ['bneo.1.14.e2e5f6']
|
|
1641
|
+
}, {
|
|
1642
|
+
denom: 'bneo',
|
|
1643
|
+
exponent: 8,
|
|
1644
|
+
aliases: ['bNEO']
|
|
1645
|
+
}],
|
|
1646
|
+
base: 'ibc/FB57581C2E698C45AE811B2C31697EB3D3C34CD55F8996DDE1B9447D6E879ACD',
|
|
1647
|
+
name: 'BurgerNEO',
|
|
1648
|
+
display: 'bneo',
|
|
1649
|
+
symbol: 'bNEO',
|
|
1650
|
+
traces: [{
|
|
1651
|
+
type: 'ibc',
|
|
1652
|
+
counterparty: {
|
|
1653
|
+
channel_id: 'channel-0',
|
|
1654
|
+
base_denom: 'bneo.1.14.e2e5f6',
|
|
1655
|
+
chain_name: 'carbon'
|
|
1656
|
+
},
|
|
1657
|
+
chain: {
|
|
1658
|
+
channel_id: 'channel-188'
|
|
1659
|
+
}
|
|
1660
|
+
}],
|
|
1661
|
+
logo_URIs: {
|
|
1662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.png',
|
|
1663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/bneo.svg'
|
|
1664
|
+
},
|
|
1665
|
+
coingecko_id: 'neo'
|
|
1666
|
+
}, {
|
|
1667
|
+
description: 'BUSD (BEP-20) token on Carbon',
|
|
1668
|
+
denom_units: [{
|
|
1669
|
+
denom: 'ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D',
|
|
1670
|
+
exponent: 0,
|
|
1671
|
+
aliases: ['busd.1.6.754a80']
|
|
1672
|
+
}, {
|
|
1673
|
+
denom: 'busd',
|
|
1674
|
+
exponent: 18,
|
|
1675
|
+
aliases: ['BUSD']
|
|
1676
|
+
}],
|
|
1677
|
+
base: 'ibc/6018AD9F3E8AEF59DBD127F9D81C4F2B69CF1DD5680DBD4D72F0FE1F87E7397D',
|
|
1678
|
+
name: 'BUSD (BEP-20)',
|
|
1679
|
+
display: 'busd',
|
|
1680
|
+
symbol: 'BUSD',
|
|
1681
|
+
traces: [{
|
|
1682
|
+
type: 'ibc',
|
|
1683
|
+
counterparty: {
|
|
1684
|
+
channel_id: 'channel-0',
|
|
1685
|
+
base_denom: 'busd.1.6.754a80',
|
|
1686
|
+
chain_name: 'carbon'
|
|
1687
|
+
},
|
|
1688
|
+
chain: {
|
|
1689
|
+
channel_id: 'channel-188'
|
|
1690
|
+
}
|
|
1691
|
+
}],
|
|
1692
|
+
logo_URIs: {
|
|
1693
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
|
|
1694
|
+
},
|
|
1695
|
+
coingecko_id: 'binance-usd'
|
|
1696
|
+
}, {
|
|
1697
|
+
description: 'ETH (Arbitrum) token on Carbon',
|
|
1698
|
+
denom_units: [{
|
|
1699
|
+
denom: 'ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A',
|
|
1700
|
+
exponent: 0,
|
|
1701
|
+
aliases: ['eth.1.19.c3b805']
|
|
1702
|
+
}, {
|
|
1703
|
+
denom: 'eth',
|
|
1704
|
+
exponent: 18,
|
|
1705
|
+
aliases: ['ETH']
|
|
1706
|
+
}],
|
|
1707
|
+
base: 'ibc/0BAB91A2EFF98CFE98803D4777ECAA19801E3F8FF5B2D78278915610BFA4242A',
|
|
1708
|
+
name: 'Ethereum (Arbitrum)',
|
|
1709
|
+
display: 'eth',
|
|
1710
|
+
symbol: 'ETH',
|
|
1711
|
+
traces: [{
|
|
1712
|
+
type: 'ibc',
|
|
1713
|
+
counterparty: {
|
|
1714
|
+
channel_id: 'channel-0',
|
|
1715
|
+
base_denom: 'eth.1.19.c3b805',
|
|
1716
|
+
chain_name: 'carbon'
|
|
1717
|
+
},
|
|
1718
|
+
chain: {
|
|
1719
|
+
channel_id: 'channel-188'
|
|
1720
|
+
}
|
|
1721
|
+
}],
|
|
1722
|
+
logo_URIs: {
|
|
1723
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
1724
|
+
},
|
|
1725
|
+
coingecko_id: 'ethereum'
|
|
1726
|
+
}, {
|
|
1727
|
+
description: 'ETH (ERC20) token on Carbon',
|
|
1728
|
+
denom_units: [{
|
|
1729
|
+
denom: 'ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32',
|
|
1730
|
+
exponent: 0,
|
|
1731
|
+
aliases: ['eth.1.2.942d87']
|
|
1732
|
+
}, {
|
|
1733
|
+
denom: 'eth',
|
|
1734
|
+
exponent: 18,
|
|
1735
|
+
aliases: ['ETH']
|
|
1736
|
+
}],
|
|
1737
|
+
base: 'ibc/0824A92510C1CE67BF02944854A5D7C7F392DF111045B4551ADDF7EFFEA05A32',
|
|
1738
|
+
name: 'Ethereum (ERC20)',
|
|
1739
|
+
display: 'eth',
|
|
1740
|
+
symbol: 'ETH',
|
|
1741
|
+
traces: [{
|
|
1742
|
+
type: 'ibc',
|
|
1743
|
+
counterparty: {
|
|
1744
|
+
channel_id: 'channel-0',
|
|
1745
|
+
base_denom: 'eth.1.2.942d87',
|
|
1746
|
+
chain_name: 'carbon'
|
|
1747
|
+
},
|
|
1748
|
+
chain: {
|
|
1749
|
+
channel_id: 'channel-188'
|
|
1750
|
+
}
|
|
1751
|
+
}],
|
|
1752
|
+
logo_URIs: {
|
|
1753
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
1754
|
+
},
|
|
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
|
+
}, {
|
|
2032
|
+
description: 'USDC (ERC20) token on Carbon',
|
|
2033
|
+
denom_units: [{
|
|
2034
|
+
denom: 'ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B',
|
|
2035
|
+
exponent: 0,
|
|
2036
|
+
aliases: ['usdc.1.2.343151']
|
|
2037
|
+
}, {
|
|
2038
|
+
denom: 'usdc',
|
|
2039
|
+
exponent: 6,
|
|
2040
|
+
aliases: ['USDC']
|
|
2041
|
+
}],
|
|
2042
|
+
base: 'ibc/B39116ED5DA87C0DD8E959A9D0DFF5B4E38608669528A20DEFF29D7447B6087B',
|
|
2043
|
+
name: 'Circle USD',
|
|
2044
|
+
display: 'usdc',
|
|
2045
|
+
symbol: 'USDC',
|
|
2046
|
+
traces: [{
|
|
2047
|
+
type: 'ibc',
|
|
2048
|
+
counterparty: {
|
|
2049
|
+
channel_id: 'channel-0',
|
|
2050
|
+
base_denom: 'usdc.1.2.343151',
|
|
2051
|
+
chain_name: 'carbon'
|
|
2052
|
+
},
|
|
2053
|
+
chain: {
|
|
2054
|
+
channel_id: 'channel-188'
|
|
2055
|
+
}
|
|
2056
|
+
}],
|
|
2057
|
+
logo_URIs: {
|
|
2058
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2059
|
+
},
|
|
2060
|
+
coingecko_id: 'usd-coin'
|
|
2061
|
+
}, {
|
|
2062
|
+
description: 'USD Coin (BEP-20) token on Carbon',
|
|
2063
|
+
denom_units: [{
|
|
2064
|
+
denom: 'ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A',
|
|
2065
|
+
exponent: 0,
|
|
2066
|
+
aliases: ['usdc.1.6.53ff75']
|
|
2067
|
+
}, {
|
|
2068
|
+
denom: 'usdc',
|
|
2069
|
+
exponent: 18,
|
|
2070
|
+
aliases: ['USDC']
|
|
2071
|
+
}],
|
|
2072
|
+
base: 'ibc/A14A79305A1168CF7C8071EA40B5BC647E3D3FEBBD427E38F05FE07F0B317E0A',
|
|
2073
|
+
name: 'USD Coin (BEP-20)',
|
|
2074
|
+
display: 'usdc',
|
|
2075
|
+
symbol: 'USDC',
|
|
2076
|
+
traces: [{
|
|
2077
|
+
type: 'ibc',
|
|
2078
|
+
counterparty: {
|
|
2079
|
+
channel_id: 'channel-0',
|
|
2080
|
+
base_denom: 'usdc.1.6.53ff75',
|
|
2081
|
+
chain_name: 'carbon'
|
|
2082
|
+
},
|
|
2083
|
+
chain: {
|
|
2084
|
+
channel_id: 'channel-188'
|
|
2085
|
+
}
|
|
2086
|
+
}],
|
|
2087
|
+
logo_URIs: {
|
|
2088
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
2089
|
+
},
|
|
2090
|
+
coingecko_id: 'usd-coin'
|
|
1545
2091
|
}, {
|
|
1546
2092
|
description: 'The native token of Cerberus Chain',
|
|
1547
2093
|
denom_units: [{
|
|
@@ -1676,7 +2222,8 @@ var asset_list = {
|
|
|
1676
2222
|
display: 'harbor',
|
|
1677
2223
|
symbol: 'HARBOR',
|
|
1678
2224
|
logo_URIs: {
|
|
1679
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png'
|
|
2225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
2226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
1680
2227
|
},
|
|
1681
2228
|
coingecko_id: '',
|
|
1682
2229
|
traces: [{
|
|
@@ -1705,7 +2252,8 @@ var asset_list = {
|
|
|
1705
2252
|
display: 'cmst',
|
|
1706
2253
|
symbol: 'CMST',
|
|
1707
2254
|
logo_URIs: {
|
|
1708
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png'
|
|
2255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png',
|
|
2256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
|
|
1709
2257
|
},
|
|
1710
2258
|
coingecko_id: 'composite',
|
|
1711
2259
|
traces: [{
|
|
@@ -2727,12 +3275,12 @@ var asset_list = {
|
|
|
2727
3275
|
denom: 'cw20:juno1s2dp05rspeuzzpzyzdchk262szehrtfpz847uvf98cnwh53ulx4qg20qwj',
|
|
2728
3276
|
exponent: 0
|
|
2729
3277
|
}, {
|
|
2730
|
-
denom: '
|
|
3278
|
+
denom: 'banana',
|
|
2731
3279
|
exponent: 6
|
|
2732
3280
|
}],
|
|
2733
3281
|
base: 'ibc/DA9C0CDF1EF84D668BF7131DBB2D287C54D14B467A1BE74FA824E0366C60B63C',
|
|
2734
3282
|
name: 'Banana Token',
|
|
2735
|
-
display: '
|
|
3283
|
+
display: 'banana',
|
|
2736
3284
|
symbol: 'BANANA',
|
|
2737
3285
|
logo_URIs: {
|
|
2738
3286
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/banana.png'
|
|
@@ -3150,6 +3698,7 @@ var asset_list = {
|
|
|
3150
3698
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
3151
3699
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
3152
3700
|
},
|
|
3701
|
+
coingecko_id: 'mars-protocol',
|
|
3153
3702
|
traces: [{
|
|
3154
3703
|
type: 'ibc',
|
|
3155
3704
|
counterparty: {
|
|
@@ -3179,6 +3728,7 @@ var asset_list = {
|
|
|
3179
3728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
|
|
3180
3729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
|
|
3181
3730
|
},
|
|
3731
|
+
coingecko_id: 'meme-network',
|
|
3182
3732
|
traces: [{
|
|
3183
3733
|
type: 'ibc',
|
|
3184
3734
|
counterparty: {
|
|
@@ -3623,6 +4173,7 @@ var asset_list = {
|
|
|
3623
4173
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.png',
|
|
3624
4174
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/rebus/images/rebus.svg'
|
|
3625
4175
|
},
|
|
4176
|
+
coingecko_id: 'rebus',
|
|
3626
4177
|
traces: [{
|
|
3627
4178
|
type: 'ibc',
|
|
3628
4179
|
counterparty: {
|
|
@@ -4075,6 +4626,33 @@ var asset_list = {
|
|
|
4075
4626
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
|
|
4076
4627
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
|
|
4077
4628
|
}
|
|
4629
|
+
}, {
|
|
4630
|
+
denom_units: [{
|
|
4631
|
+
denom: 'staevmos',
|
|
4632
|
+
exponent: 0
|
|
4633
|
+
}, {
|
|
4634
|
+
denom: 'stevmos',
|
|
4635
|
+
exponent: 18
|
|
4636
|
+
}],
|
|
4637
|
+
base: 'ibc/DCD3224DF1FAC41A2EE9E7B629EE30C772CD29BF13613EB51350E6AD166B6BDC',
|
|
4638
|
+
name: 'stEVMOS',
|
|
4639
|
+
display: 'stevmos',
|
|
4640
|
+
symbol: 'stEVMOS',
|
|
4641
|
+
traces: [{
|
|
4642
|
+
type: 'ibc',
|
|
4643
|
+
counterparty: {
|
|
4644
|
+
channel_id: 'channel-5',
|
|
4645
|
+
base_denom: 'staevmos',
|
|
4646
|
+
chain_name: 'stride'
|
|
4647
|
+
},
|
|
4648
|
+
chain: {
|
|
4649
|
+
channel_id: 'channel-326'
|
|
4650
|
+
}
|
|
4651
|
+
}],
|
|
4652
|
+
logo_URIs: {
|
|
4653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
|
|
4654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
|
|
4655
|
+
}
|
|
4078
4656
|
}, {
|
|
4079
4657
|
description: 'Tori token (TORI) is the Teritoti Network’s native utility token, used as the primary means to govern, secure the blockchain, incentivize ecosystem contributors and use the various Teritori dApp features.',
|
|
4080
4658
|
denom_units: [{
|
|
@@ -6161,6 +6739,39 @@ var asset_list = {
|
|
|
6161
6739
|
channel_id: 'channel-476'
|
|
6162
6740
|
}
|
|
6163
6741
|
}]
|
|
6742
|
+
}, {
|
|
6743
|
+
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
6744
|
+
denom_units: [{
|
|
6745
|
+
denom: 'ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4',
|
|
6746
|
+
exponent: 0,
|
|
6747
|
+
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
6748
|
+
}, {
|
|
6749
|
+
denom: 'astro',
|
|
6750
|
+
exponent: 6
|
|
6751
|
+
}],
|
|
6752
|
+
type_asset: 'cw20',
|
|
6753
|
+
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
6754
|
+
base: 'ibc/8410580A4F5421DFDBD888212624591E92A9E3B5C87D3C58913CE16ABD98B9B4',
|
|
6755
|
+
name: 'Astroport',
|
|
6756
|
+
display: 'astro',
|
|
6757
|
+
symbol: 'ASTRO',
|
|
6758
|
+
logo_URIs: {
|
|
6759
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/astro.png'
|
|
6760
|
+
},
|
|
6761
|
+
coingecko_id: 'astroport-fi',
|
|
6762
|
+
traces: [{
|
|
6763
|
+
type: 'ibc-cw20',
|
|
6764
|
+
counterparty: {
|
|
6765
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
6766
|
+
channel_id: 'channel-85',
|
|
6767
|
+
base_denom: 'cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
6768
|
+
chain_name: 'terra2'
|
|
6769
|
+
},
|
|
6770
|
+
chain: {
|
|
6771
|
+
port: 'transfer',
|
|
6772
|
+
channel_id: 'channel-559'
|
|
6773
|
+
}
|
|
6774
|
+
}]
|
|
6164
6775
|
}]
|
|
6165
6776
|
};
|
|
6166
6777
|
var _default = asset_list;
|
package/main/chain.js
CHANGED
|
@@ -277,7 +277,7 @@ var chain = {
|
|
|
277
277
|
address: 'https://osmosis-rpc.quickapi.com:443',
|
|
278
278
|
provider: 'Chainlayer'
|
|
279
279
|
}, {
|
|
280
|
-
address: 'https://rpc-osmosis.whispernode.com',
|
|
280
|
+
address: 'https://rpc-osmosis.whispernode.com:443',
|
|
281
281
|
provider: 'WhisperNode 🤐'
|
|
282
282
|
}, {
|
|
283
283
|
address: 'https://osmosis-rpc.lavenderfive.com:443',
|
|
@@ -326,7 +326,7 @@ var chain = {
|
|
|
326
326
|
address: 'https://osmosis-lcd.quickapi.com:443',
|
|
327
327
|
provider: 'Chainlayer'
|
|
328
328
|
}, {
|
|
329
|
-
address: 'https://lcd-osmosis.whispernode.com',
|
|
329
|
+
address: 'https://lcd-osmosis.whispernode.com:443',
|
|
330
330
|
provider: 'WhisperNode 🤐'
|
|
331
331
|
}, {
|
|
332
332
|
address: 'https://lcd-osmosis.blockapsis.com',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.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",
|
|
@@ -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": "15febb6c8c815a9d561027967f496cd1f160bc20"
|
|
79
79
|
}
|