@chain-registry/assets 1.52.0 → 1.53.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/esm/mainnet/agoric.js +68 -0
- package/esm/mainnet/archway.js +68 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/aura.js +68 -0
- package/esm/mainnet/axelar.js +104 -2
- package/esm/mainnet/bandchain.js +4 -2
- package/esm/mainnet/celestia.js +68 -0
- package/esm/mainnet/composable.js +364 -0
- package/esm/mainnet/coreum.js +68 -0
- package/esm/mainnet/cosmoshub.js +140 -2
- package/esm/mainnet/crescent.js +68 -0
- package/esm/mainnet/doravota.js +4 -2
- package/esm/mainnet/dydx.js +72 -2
- package/esm/mainnet/dymension.js +68 -0
- package/esm/mainnet/evmos.js +72 -2
- package/esm/mainnet/furya.js +68 -0
- package/esm/mainnet/gravitybridge.js +4 -2
- package/esm/mainnet/haqq.js +68 -0
- package/esm/mainnet/impacthub.js +68 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +136 -0
- package/esm/mainnet/juno.js +338 -0
- package/esm/mainnet/kava.js +4 -2
- package/esm/mainnet/kujira.js +72 -2
- package/esm/mainnet/migaloo.js +68 -0
- package/esm/mainnet/neutron.js +214 -0
- package/esm/mainnet/nibiru.js +68 -0
- package/esm/mainnet/noble.js +72 -2
- package/esm/mainnet/omniflixhub.js +68 -0
- package/esm/mainnet/onex.js +68 -0
- package/esm/mainnet/osmosis.js +148 -2
- package/esm/mainnet/persistence.js +68 -0
- package/esm/mainnet/provenance.js +68 -0
- package/esm/mainnet/pryzm.js +1084 -0
- package/esm/mainnet/saga.js +78 -0
- package/esm/mainnet/secretnetwork.js +72 -2
- package/esm/mainnet/sei.js +68 -0
- package/esm/mainnet/stargaze.js +68 -0
- package/esm/mainnet/teritori.js +68 -0
- package/esm/mainnet/terra2.js +136 -0
- package/esm/mainnet/umee.js +68 -0
- package/esm/noncosmos/assets.js +2 -1
- package/esm/noncosmos/index.js +1 -0
- package/esm/noncosmos/solana.js +5 -0
- package/mainnet/agoric.js +68 -0
- package/mainnet/archway.js +68 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/aura.js +68 -0
- package/mainnet/axelar.js +104 -2
- package/mainnet/bandchain.js +4 -2
- package/mainnet/celestia.js +68 -0
- package/mainnet/composable.js +364 -0
- package/mainnet/coreum.js +68 -0
- package/mainnet/cosmoshub.js +140 -2
- package/mainnet/crescent.js +68 -0
- package/mainnet/doravota.js +4 -2
- package/mainnet/dydx.js +72 -2
- package/mainnet/dymension.js +68 -0
- package/mainnet/evmos.js +72 -2
- package/mainnet/furya.js +68 -0
- package/mainnet/gravitybridge.js +4 -2
- package/mainnet/haqq.js +68 -0
- package/mainnet/impacthub.js +68 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +136 -0
- package/mainnet/juno.js +338 -0
- package/mainnet/kava.js +4 -2
- package/mainnet/kujira.js +72 -2
- package/mainnet/migaloo.js +68 -0
- package/mainnet/neutron.js +214 -0
- package/mainnet/nibiru.js +68 -0
- package/mainnet/noble.js +72 -2
- package/mainnet/omniflixhub.js +68 -0
- package/mainnet/onex.js +68 -0
- package/mainnet/osmosis.js +148 -2
- package/mainnet/persistence.js +68 -0
- package/mainnet/provenance.js +68 -0
- package/mainnet/pryzm.d.ts +3 -0
- package/mainnet/pryzm.js +1086 -0
- package/mainnet/saga.js +78 -0
- package/mainnet/secretnetwork.js +72 -2
- package/mainnet/sei.js +68 -0
- package/mainnet/stargaze.js +68 -0
- package/mainnet/teritori.js +68 -0
- package/mainnet/terra2.js +136 -0
- package/mainnet/umee.js +68 -0
- package/noncosmos/assets.js +2 -1
- package/noncosmos/index.d.ts +1 -0
- package/noncosmos/index.js +2 -1
- package/noncosmos/solana.d.ts +3 -0
- package/noncosmos/solana.js +7 -0
- package/package.json +5 -5
package/mainnet/composable.js
CHANGED
|
@@ -1798,6 +1798,188 @@ const assets = {
|
|
|
1798
1798
|
}
|
|
1799
1799
|
}]
|
|
1800
1800
|
},
|
|
1801
|
+
{
|
|
1802
|
+
description: 'Solana (SOL) is the native asset of the Solana blockchain.',
|
|
1803
|
+
denom_units: [{
|
|
1804
|
+
denom: 'ibc/C7F9D7DFF5469F53AB878ED0FBE53CC6B8B2720CD0ED09FD65F25343B13517CC',
|
|
1805
|
+
exponent: 0,
|
|
1806
|
+
aliases: ['Lamport']
|
|
1807
|
+
}, {
|
|
1808
|
+
denom: 'SOL',
|
|
1809
|
+
exponent: 9
|
|
1810
|
+
}],
|
|
1811
|
+
type_asset: 'svm-base',
|
|
1812
|
+
base: 'ibc/C7F9D7DFF5469F53AB878ED0FBE53CC6B8B2720CD0ED09FD65F25343B13517CC',
|
|
1813
|
+
name: 'Solana',
|
|
1814
|
+
display: 'SOL',
|
|
1815
|
+
symbol: 'SOL',
|
|
1816
|
+
logo_URIs: {
|
|
1817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
|
|
1818
|
+
},
|
|
1819
|
+
coingecko_id: 'solana',
|
|
1820
|
+
images: [{
|
|
1821
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
|
|
1822
|
+
}],
|
|
1823
|
+
traces: [{
|
|
1824
|
+
type: 'ibc',
|
|
1825
|
+
counterparty: {
|
|
1826
|
+
channel_id: 'channel-1',
|
|
1827
|
+
base_denom: 'Lamport',
|
|
1828
|
+
chain_name: 'solana'
|
|
1829
|
+
},
|
|
1830
|
+
chain: {
|
|
1831
|
+
channel_id: 'channel-71'
|
|
1832
|
+
}
|
|
1833
|
+
}]
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
description: 'The Official Bonk Inu token',
|
|
1837
|
+
type_asset: 'erc20',
|
|
1838
|
+
address: 'DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263',
|
|
1839
|
+
denom_units: [{
|
|
1840
|
+
denom: 'ibc/A09E5A2B0DE6CB5E8EC67F1662C7EE4202CEC192923DA1D4FCAEA078B4FCF5AC',
|
|
1841
|
+
exponent: 0,
|
|
1842
|
+
aliases: ['DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263']
|
|
1843
|
+
}, {
|
|
1844
|
+
denom: 'bonk',
|
|
1845
|
+
exponent: 5
|
|
1846
|
+
}],
|
|
1847
|
+
base: 'ibc/A09E5A2B0DE6CB5E8EC67F1662C7EE4202CEC192923DA1D4FCAEA078B4FCF5AC',
|
|
1848
|
+
name: 'Bonk',
|
|
1849
|
+
display: 'bonk',
|
|
1850
|
+
symbol: 'BONK',
|
|
1851
|
+
logo_URIs: {
|
|
1852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png'
|
|
1853
|
+
},
|
|
1854
|
+
coingecko_id: 'bonk',
|
|
1855
|
+
images: [{
|
|
1856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png'
|
|
1857
|
+
}],
|
|
1858
|
+
traces: [{
|
|
1859
|
+
type: 'ibc',
|
|
1860
|
+
counterparty: {
|
|
1861
|
+
channel_id: 'channel-1',
|
|
1862
|
+
base_denom: 'DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263',
|
|
1863
|
+
chain_name: 'solana'
|
|
1864
|
+
},
|
|
1865
|
+
chain: {
|
|
1866
|
+
channel_id: 'channel-71'
|
|
1867
|
+
}
|
|
1868
|
+
}]
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
description: 'Pyth is a protocol that allows market participants to publish pricing information on-chain for others to use. The protocol is an interaction between three parties:\n-Publishers submit pricing information to Pyth\'s oracle program. Pyth has multiple data publishers for every product to improve the accuracy and robustness of the system.\n-Pyth\'s oracle program combines publishers\' data to produce a single aggregate price and confidence interval.\nConsumers read the price information produced by the oracle program.\n\nPyth\'s oracle program runs simultaneously on both Solana mainnet and Pythnet. Each instance of the program is responsible for its own set of price feeds. Solana Price Feeds are available for use by Solana protocols. In this case, since the oracle program itself runs on Solana, the resulting prices are immediately available to consumers without requiring any additional work. Pythnet Price Feeds are available on 12+ blockchains. The prices constructed on Pythnet are transferred cross-chain to reach consumers on these blockchains.\n\nIn both cases, the critical component of the system is the oracle program that combines the data from each individual publisher. This program maintains a number of different Solana accounts that list the products on Pyth and their current price data. Publishers publish their price and confidence by interacting with the oracle program on every slot. The program stores this information in its accounts. The first price update in a slot additionally triggers price aggregation, which combines the price data from the previous slot into a single aggregate price and confidence interval. This aggregate price is written to the Solana account where it is readable by other on-chain programs and available for transmission to other blockchains.',
|
|
1872
|
+
type_asset: 'erc20',
|
|
1873
|
+
address: 'HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3',
|
|
1874
|
+
denom_units: [{
|
|
1875
|
+
denom: 'ibc/62F989E5DC56D690987A3B633C3A86CE85C0A19260E0AB203FBDF1CB22EF0063',
|
|
1876
|
+
exponent: 0,
|
|
1877
|
+
aliases: ['HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3']
|
|
1878
|
+
}, {
|
|
1879
|
+
denom: 'pyth',
|
|
1880
|
+
exponent: 6
|
|
1881
|
+
}],
|
|
1882
|
+
base: 'ibc/62F989E5DC56D690987A3B633C3A86CE85C0A19260E0AB203FBDF1CB22EF0063',
|
|
1883
|
+
name: 'Pyth Network',
|
|
1884
|
+
display: 'pyth',
|
|
1885
|
+
symbol: 'PYTH',
|
|
1886
|
+
coingecko_id: 'pyth-network',
|
|
1887
|
+
images: [{
|
|
1888
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg'
|
|
1889
|
+
}],
|
|
1890
|
+
logo_URIs: {
|
|
1891
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg'
|
|
1892
|
+
},
|
|
1893
|
+
traces: [{
|
|
1894
|
+
type: 'ibc',
|
|
1895
|
+
counterparty: {
|
|
1896
|
+
channel_id: 'channel-1',
|
|
1897
|
+
base_denom: 'HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3',
|
|
1898
|
+
chain_name: 'solana'
|
|
1899
|
+
},
|
|
1900
|
+
chain: {
|
|
1901
|
+
channel_id: 'channel-71'
|
|
1902
|
+
}
|
|
1903
|
+
}]
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
description: 'BSKT tracks the top assets across the crypto ecosystem',
|
|
1907
|
+
type_asset: 'erc20',
|
|
1908
|
+
address: '6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA',
|
|
1909
|
+
denom_units: [{
|
|
1910
|
+
denom: 'ibc/B1762780F941FD2BDD4F0564C2F1CF13710B7E0FB8DC4D77A94A71A7361115C3',
|
|
1911
|
+
exponent: 0,
|
|
1912
|
+
aliases: ['6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA']
|
|
1913
|
+
}, {
|
|
1914
|
+
denom: 'bskt',
|
|
1915
|
+
exponent: 5
|
|
1916
|
+
}],
|
|
1917
|
+
base: 'ibc/B1762780F941FD2BDD4F0564C2F1CF13710B7E0FB8DC4D77A94A71A7361115C3',
|
|
1918
|
+
name: 'Basket',
|
|
1919
|
+
display: 'bskt',
|
|
1920
|
+
symbol: 'BSKT',
|
|
1921
|
+
logo_URIs: {
|
|
1922
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png'
|
|
1923
|
+
},
|
|
1924
|
+
coingecko_id: 'basket',
|
|
1925
|
+
images: [{
|
|
1926
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png'
|
|
1927
|
+
}],
|
|
1928
|
+
socials: {
|
|
1929
|
+
website: 'https://www.bskt.fi/',
|
|
1930
|
+
twitter: 'https://twitter.com/bsktfi'
|
|
1931
|
+
},
|
|
1932
|
+
traces: [{
|
|
1933
|
+
type: 'ibc',
|
|
1934
|
+
counterparty: {
|
|
1935
|
+
channel_id: 'channel-1',
|
|
1936
|
+
base_denom: '6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA',
|
|
1937
|
+
chain_name: 'solana'
|
|
1938
|
+
},
|
|
1939
|
+
chain: {
|
|
1940
|
+
channel_id: 'channel-71'
|
|
1941
|
+
}
|
|
1942
|
+
}]
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
description: 'W is the native token powering the Wormhole interoperability platform.',
|
|
1946
|
+
type_asset: 'erc20',
|
|
1947
|
+
address: '85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ',
|
|
1948
|
+
denom_units: [{
|
|
1949
|
+
denom: 'ibc/804A1A334531205A32BE4C73F071B25ED757827678C8756715ACAF8438B78AE4',
|
|
1950
|
+
exponent: 0,
|
|
1951
|
+
aliases: ['85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ']
|
|
1952
|
+
}, {
|
|
1953
|
+
denom: 'w',
|
|
1954
|
+
exponent: 6
|
|
1955
|
+
}],
|
|
1956
|
+
base: 'ibc/804A1A334531205A32BE4C73F071B25ED757827678C8756715ACAF8438B78AE4',
|
|
1957
|
+
name: 'Wormhole Token',
|
|
1958
|
+
display: 'w',
|
|
1959
|
+
symbol: 'W',
|
|
1960
|
+
logo_URIs: {
|
|
1961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png'
|
|
1962
|
+
},
|
|
1963
|
+
coingecko_id: 'wormhole',
|
|
1964
|
+
images: [{
|
|
1965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png'
|
|
1966
|
+
}],
|
|
1967
|
+
socials: {
|
|
1968
|
+
website: 'https://wormhole.com/',
|
|
1969
|
+
twitter: 'https://twitter.com/wormhole'
|
|
1970
|
+
},
|
|
1971
|
+
traces: [{
|
|
1972
|
+
type: 'ibc',
|
|
1973
|
+
counterparty: {
|
|
1974
|
+
channel_id: 'channel-1',
|
|
1975
|
+
base_denom: '85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ',
|
|
1976
|
+
chain_name: 'solana'
|
|
1977
|
+
},
|
|
1978
|
+
chain: {
|
|
1979
|
+
channel_id: 'channel-71'
|
|
1980
|
+
}
|
|
1981
|
+
}]
|
|
1982
|
+
},
|
|
1801
1983
|
{
|
|
1802
1984
|
description: 'The native token of Stargaze',
|
|
1803
1985
|
denom_units: [{
|
|
@@ -3367,6 +3549,188 @@ const assets = {
|
|
|
3367
3549
|
}
|
|
3368
3550
|
}]
|
|
3369
3551
|
},
|
|
3552
|
+
{
|
|
3553
|
+
description: 'Solana (SOL) is the native asset of the Solana blockchain.',
|
|
3554
|
+
denom_units: [{
|
|
3555
|
+
denom: 'ibc/C7F9D7DFF5469F53AB878ED0FBE53CC6B8B2720CD0ED09FD65F25343B13517CC',
|
|
3556
|
+
exponent: 0,
|
|
3557
|
+
aliases: ['Lamport']
|
|
3558
|
+
}, {
|
|
3559
|
+
denom: 'SOL',
|
|
3560
|
+
exponent: 9
|
|
3561
|
+
}],
|
|
3562
|
+
type_asset: 'svm-base',
|
|
3563
|
+
base: 'ibc/C7F9D7DFF5469F53AB878ED0FBE53CC6B8B2720CD0ED09FD65F25343B13517CC',
|
|
3564
|
+
name: 'Solana',
|
|
3565
|
+
display: 'SOL',
|
|
3566
|
+
symbol: 'SOL',
|
|
3567
|
+
logo_URIs: {
|
|
3568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
|
|
3569
|
+
},
|
|
3570
|
+
coingecko_id: 'solana',
|
|
3571
|
+
images: [{
|
|
3572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
|
|
3573
|
+
}],
|
|
3574
|
+
traces: [{
|
|
3575
|
+
type: 'ibc',
|
|
3576
|
+
counterparty: {
|
|
3577
|
+
channel_id: 'channel-1',
|
|
3578
|
+
base_denom: 'Lamport',
|
|
3579
|
+
chain_name: 'solana'
|
|
3580
|
+
},
|
|
3581
|
+
chain: {
|
|
3582
|
+
channel_id: 'channel-71'
|
|
3583
|
+
}
|
|
3584
|
+
}]
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
description: 'The Official Bonk Inu token',
|
|
3588
|
+
type_asset: 'erc20',
|
|
3589
|
+
address: 'DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263',
|
|
3590
|
+
denom_units: [{
|
|
3591
|
+
denom: 'ibc/A09E5A2B0DE6CB5E8EC67F1662C7EE4202CEC192923DA1D4FCAEA078B4FCF5AC',
|
|
3592
|
+
exponent: 0,
|
|
3593
|
+
aliases: ['DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263']
|
|
3594
|
+
}, {
|
|
3595
|
+
denom: 'bonk',
|
|
3596
|
+
exponent: 5
|
|
3597
|
+
}],
|
|
3598
|
+
base: 'ibc/A09E5A2B0DE6CB5E8EC67F1662C7EE4202CEC192923DA1D4FCAEA078B4FCF5AC',
|
|
3599
|
+
name: 'Bonk',
|
|
3600
|
+
display: 'bonk',
|
|
3601
|
+
symbol: 'BONK',
|
|
3602
|
+
logo_URIs: {
|
|
3603
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png'
|
|
3604
|
+
},
|
|
3605
|
+
coingecko_id: 'bonk',
|
|
3606
|
+
images: [{
|
|
3607
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bonk.png'
|
|
3608
|
+
}],
|
|
3609
|
+
traces: [{
|
|
3610
|
+
type: 'ibc',
|
|
3611
|
+
counterparty: {
|
|
3612
|
+
channel_id: 'channel-1',
|
|
3613
|
+
base_denom: 'DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263',
|
|
3614
|
+
chain_name: 'solana'
|
|
3615
|
+
},
|
|
3616
|
+
chain: {
|
|
3617
|
+
channel_id: 'channel-71'
|
|
3618
|
+
}
|
|
3619
|
+
}]
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
description: 'Pyth is a protocol that allows market participants to publish pricing information on-chain for others to use. The protocol is an interaction between three parties:\n-Publishers submit pricing information to Pyth\'s oracle program. Pyth has multiple data publishers for every product to improve the accuracy and robustness of the system.\n-Pyth\'s oracle program combines publishers\' data to produce a single aggregate price and confidence interval.\nConsumers read the price information produced by the oracle program.\n\nPyth\'s oracle program runs simultaneously on both Solana mainnet and Pythnet. Each instance of the program is responsible for its own set of price feeds. Solana Price Feeds are available for use by Solana protocols. In this case, since the oracle program itself runs on Solana, the resulting prices are immediately available to consumers without requiring any additional work. Pythnet Price Feeds are available on 12+ blockchains. The prices constructed on Pythnet are transferred cross-chain to reach consumers on these blockchains.\n\nIn both cases, the critical component of the system is the oracle program that combines the data from each individual publisher. This program maintains a number of different Solana accounts that list the products on Pyth and their current price data. Publishers publish their price and confidence by interacting with the oracle program on every slot. The program stores this information in its accounts. The first price update in a slot additionally triggers price aggregation, which combines the price data from the previous slot into a single aggregate price and confidence interval. This aggregate price is written to the Solana account where it is readable by other on-chain programs and available for transmission to other blockchains.',
|
|
3623
|
+
type_asset: 'erc20',
|
|
3624
|
+
address: 'HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3',
|
|
3625
|
+
denom_units: [{
|
|
3626
|
+
denom: 'ibc/62F989E5DC56D690987A3B633C3A86CE85C0A19260E0AB203FBDF1CB22EF0063',
|
|
3627
|
+
exponent: 0,
|
|
3628
|
+
aliases: ['HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3']
|
|
3629
|
+
}, {
|
|
3630
|
+
denom: 'pyth',
|
|
3631
|
+
exponent: 6
|
|
3632
|
+
}],
|
|
3633
|
+
base: 'ibc/62F989E5DC56D690987A3B633C3A86CE85C0A19260E0AB203FBDF1CB22EF0063',
|
|
3634
|
+
name: 'Pyth Network',
|
|
3635
|
+
display: 'pyth',
|
|
3636
|
+
symbol: 'PYTH',
|
|
3637
|
+
coingecko_id: 'pyth-network',
|
|
3638
|
+
images: [{
|
|
3639
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg'
|
|
3640
|
+
}],
|
|
3641
|
+
logo_URIs: {
|
|
3642
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pyth.svg'
|
|
3643
|
+
},
|
|
3644
|
+
traces: [{
|
|
3645
|
+
type: 'ibc',
|
|
3646
|
+
counterparty: {
|
|
3647
|
+
channel_id: 'channel-1',
|
|
3648
|
+
base_denom: 'HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3',
|
|
3649
|
+
chain_name: 'solana'
|
|
3650
|
+
},
|
|
3651
|
+
chain: {
|
|
3652
|
+
channel_id: 'channel-71'
|
|
3653
|
+
}
|
|
3654
|
+
}]
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
description: 'BSKT tracks the top assets across the crypto ecosystem',
|
|
3658
|
+
type_asset: 'erc20',
|
|
3659
|
+
address: '6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA',
|
|
3660
|
+
denom_units: [{
|
|
3661
|
+
denom: 'ibc/B1762780F941FD2BDD4F0564C2F1CF13710B7E0FB8DC4D77A94A71A7361115C3',
|
|
3662
|
+
exponent: 0,
|
|
3663
|
+
aliases: ['6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA']
|
|
3664
|
+
}, {
|
|
3665
|
+
denom: 'bskt',
|
|
3666
|
+
exponent: 5
|
|
3667
|
+
}],
|
|
3668
|
+
base: 'ibc/B1762780F941FD2BDD4F0564C2F1CF13710B7E0FB8DC4D77A94A71A7361115C3',
|
|
3669
|
+
name: 'Basket',
|
|
3670
|
+
display: 'bskt',
|
|
3671
|
+
symbol: 'BSKT',
|
|
3672
|
+
logo_URIs: {
|
|
3673
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png'
|
|
3674
|
+
},
|
|
3675
|
+
coingecko_id: 'basket',
|
|
3676
|
+
images: [{
|
|
3677
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bskt.png'
|
|
3678
|
+
}],
|
|
3679
|
+
socials: {
|
|
3680
|
+
website: 'https://www.bskt.fi/',
|
|
3681
|
+
twitter: 'https://twitter.com/bsktfi'
|
|
3682
|
+
},
|
|
3683
|
+
traces: [{
|
|
3684
|
+
type: 'ibc',
|
|
3685
|
+
counterparty: {
|
|
3686
|
+
channel_id: 'channel-1',
|
|
3687
|
+
base_denom: '6gnCPhXtLnUD76HjQuSYPENLSZdG8RvDB1pTLM5aLSJA',
|
|
3688
|
+
chain_name: 'solana'
|
|
3689
|
+
},
|
|
3690
|
+
chain: {
|
|
3691
|
+
channel_id: 'channel-71'
|
|
3692
|
+
}
|
|
3693
|
+
}]
|
|
3694
|
+
},
|
|
3695
|
+
{
|
|
3696
|
+
description: 'W is the native token powering the Wormhole interoperability platform.',
|
|
3697
|
+
type_asset: 'erc20',
|
|
3698
|
+
address: '85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ',
|
|
3699
|
+
denom_units: [{
|
|
3700
|
+
denom: 'ibc/804A1A334531205A32BE4C73F071B25ED757827678C8756715ACAF8438B78AE4',
|
|
3701
|
+
exponent: 0,
|
|
3702
|
+
aliases: ['85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ']
|
|
3703
|
+
}, {
|
|
3704
|
+
denom: 'w',
|
|
3705
|
+
exponent: 6
|
|
3706
|
+
}],
|
|
3707
|
+
base: 'ibc/804A1A334531205A32BE4C73F071B25ED757827678C8756715ACAF8438B78AE4',
|
|
3708
|
+
name: 'Wormhole Token',
|
|
3709
|
+
display: 'w',
|
|
3710
|
+
symbol: 'W',
|
|
3711
|
+
logo_URIs: {
|
|
3712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png'
|
|
3713
|
+
},
|
|
3714
|
+
coingecko_id: 'wormhole',
|
|
3715
|
+
images: [{
|
|
3716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/w.png'
|
|
3717
|
+
}],
|
|
3718
|
+
socials: {
|
|
3719
|
+
website: 'https://wormhole.com/',
|
|
3720
|
+
twitter: 'https://twitter.com/wormhole'
|
|
3721
|
+
},
|
|
3722
|
+
traces: [{
|
|
3723
|
+
type: 'ibc',
|
|
3724
|
+
counterparty: {
|
|
3725
|
+
channel_id: 'channel-1',
|
|
3726
|
+
base_denom: '85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ',
|
|
3727
|
+
chain_name: 'solana'
|
|
3728
|
+
},
|
|
3729
|
+
chain: {
|
|
3730
|
+
channel_id: 'channel-71'
|
|
3731
|
+
}
|
|
3732
|
+
}]
|
|
3733
|
+
},
|
|
3370
3734
|
{
|
|
3371
3735
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
3372
3736
|
denom_units: [{
|
package/mainnet/coreum.js
CHANGED
|
@@ -751,6 +751,40 @@ const assets = {
|
|
|
751
751
|
}
|
|
752
752
|
}]
|
|
753
753
|
},
|
|
754
|
+
{
|
|
755
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
756
|
+
denom_units: [{
|
|
757
|
+
denom: 'ibc/8685687C522A07B1DEDC774BF42E613EE146CF7B73A78F399863B8500379F909',
|
|
758
|
+
exponent: 0,
|
|
759
|
+
aliases: ['uusdlr']
|
|
760
|
+
}, {
|
|
761
|
+
denom: 'usdlr',
|
|
762
|
+
exponent: 6
|
|
763
|
+
}],
|
|
764
|
+
base: 'ibc/8685687C522A07B1DEDC774BF42E613EE146CF7B73A78F399863B8500379F909',
|
|
765
|
+
display: 'usdlr',
|
|
766
|
+
name: 'USDLR by Stable',
|
|
767
|
+
symbol: 'USDLR',
|
|
768
|
+
logo_URIs: {
|
|
769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
770
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
771
|
+
},
|
|
772
|
+
images: [{
|
|
773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
775
|
+
}],
|
|
776
|
+
traces: [{
|
|
777
|
+
type: 'ibc',
|
|
778
|
+
counterparty: {
|
|
779
|
+
channel_id: 'channel-49',
|
|
780
|
+
base_denom: 'uusdlr',
|
|
781
|
+
chain_name: 'noble'
|
|
782
|
+
},
|
|
783
|
+
chain: {
|
|
784
|
+
channel_id: 'channel-19'
|
|
785
|
+
}
|
|
786
|
+
}]
|
|
787
|
+
},
|
|
754
788
|
{
|
|
755
789
|
description: 'The native token of Osmosis',
|
|
756
790
|
denom_units: [{
|
|
@@ -1464,6 +1498,40 @@ const assets = {
|
|
|
1464
1498
|
}
|
|
1465
1499
|
}]
|
|
1466
1500
|
},
|
|
1501
|
+
{
|
|
1502
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
1503
|
+
denom_units: [{
|
|
1504
|
+
denom: 'ibc/8685687C522A07B1DEDC774BF42E613EE146CF7B73A78F399863B8500379F909',
|
|
1505
|
+
exponent: 0,
|
|
1506
|
+
aliases: ['uusdlr']
|
|
1507
|
+
}, {
|
|
1508
|
+
denom: 'usdlr',
|
|
1509
|
+
exponent: 6
|
|
1510
|
+
}],
|
|
1511
|
+
base: 'ibc/8685687C522A07B1DEDC774BF42E613EE146CF7B73A78F399863B8500379F909',
|
|
1512
|
+
display: 'usdlr',
|
|
1513
|
+
name: 'USDLR by Stable',
|
|
1514
|
+
symbol: 'USDLR',
|
|
1515
|
+
logo_URIs: {
|
|
1516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1518
|
+
},
|
|
1519
|
+
images: [{
|
|
1520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1522
|
+
}],
|
|
1523
|
+
traces: [{
|
|
1524
|
+
type: 'ibc',
|
|
1525
|
+
counterparty: {
|
|
1526
|
+
channel_id: 'channel-49',
|
|
1527
|
+
base_denom: 'uusdlr',
|
|
1528
|
+
chain_name: 'noble'
|
|
1529
|
+
},
|
|
1530
|
+
chain: {
|
|
1531
|
+
channel_id: 'channel-19'
|
|
1532
|
+
}
|
|
1533
|
+
}]
|
|
1534
|
+
},
|
|
1467
1535
|
{
|
|
1468
1536
|
description: 'The native token of Osmosis',
|
|
1469
1537
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -645,7 +645,8 @@ const assets = {
|
|
|
645
645
|
'staking',
|
|
646
646
|
'wasm',
|
|
647
647
|
'assets',
|
|
648
|
-
'nft'
|
|
648
|
+
'nft',
|
|
649
|
+
'XRPL'
|
|
649
650
|
],
|
|
650
651
|
images: [{
|
|
651
652
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -1309,7 +1310,8 @@ const assets = {
|
|
|
1309
1310
|
'staking',
|
|
1310
1311
|
'wasm',
|
|
1311
1312
|
'assets',
|
|
1312
|
-
'nft'
|
|
1313
|
+
'nft',
|
|
1314
|
+
'XRPL'
|
|
1313
1315
|
],
|
|
1314
1316
|
images: [{
|
|
1315
1317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -2750,6 +2752,40 @@ const assets = {
|
|
|
2750
2752
|
}
|
|
2751
2753
|
}]
|
|
2752
2754
|
},
|
|
2755
|
+
{
|
|
2756
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
2757
|
+
denom_units: [{
|
|
2758
|
+
denom: 'ibc/2ED9C3834477E2BBFEC3FCAFB6E58D6F9AE57E83FB77BE73CDCCA4EBC36636AF',
|
|
2759
|
+
exponent: 0,
|
|
2760
|
+
aliases: ['uusdlr']
|
|
2761
|
+
}, {
|
|
2762
|
+
denom: 'usdlr',
|
|
2763
|
+
exponent: 6
|
|
2764
|
+
}],
|
|
2765
|
+
base: 'ibc/2ED9C3834477E2BBFEC3FCAFB6E58D6F9AE57E83FB77BE73CDCCA4EBC36636AF',
|
|
2766
|
+
display: 'usdlr',
|
|
2767
|
+
name: 'USDLR by Stable',
|
|
2768
|
+
symbol: 'USDLR',
|
|
2769
|
+
logo_URIs: {
|
|
2770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
2771
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
2772
|
+
},
|
|
2773
|
+
images: [{
|
|
2774
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
2775
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
2776
|
+
}],
|
|
2777
|
+
traces: [{
|
|
2778
|
+
type: 'ibc',
|
|
2779
|
+
counterparty: {
|
|
2780
|
+
channel_id: 'channel-4',
|
|
2781
|
+
base_denom: 'uusdlr',
|
|
2782
|
+
chain_name: 'noble'
|
|
2783
|
+
},
|
|
2784
|
+
chain: {
|
|
2785
|
+
channel_id: 'channel-536'
|
|
2786
|
+
}
|
|
2787
|
+
}]
|
|
2788
|
+
},
|
|
2753
2789
|
{
|
|
2754
2790
|
description: 'The native staking token of OmniFlix Hub.',
|
|
2755
2791
|
denom_units: [{
|
|
@@ -3055,6 +3091,40 @@ const assets = {
|
|
|
3055
3091
|
}
|
|
3056
3092
|
}]
|
|
3057
3093
|
},
|
|
3094
|
+
{
|
|
3095
|
+
description: 'The native token of PRYZM',
|
|
3096
|
+
denom_units: [{
|
|
3097
|
+
denom: 'ibc/6157A428CE89ABB9CD524CFA613862AED49BAC4AE104B2B867C4CB1EA506501F',
|
|
3098
|
+
exponent: 0,
|
|
3099
|
+
aliases: ['upryzm']
|
|
3100
|
+
}, {
|
|
3101
|
+
denom: 'pryzm',
|
|
3102
|
+
exponent: 6
|
|
3103
|
+
}],
|
|
3104
|
+
base: 'ibc/6157A428CE89ABB9CD524CFA613862AED49BAC4AE104B2B867C4CB1EA506501F',
|
|
3105
|
+
name: 'Pryzm',
|
|
3106
|
+
display: 'pryzm',
|
|
3107
|
+
symbol: 'PRYZM',
|
|
3108
|
+
logo_URIs: {
|
|
3109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
3110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
3111
|
+
},
|
|
3112
|
+
images: [{
|
|
3113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
3114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
3115
|
+
}],
|
|
3116
|
+
traces: [{
|
|
3117
|
+
type: 'ibc',
|
|
3118
|
+
counterparty: {
|
|
3119
|
+
channel_id: 'channel-0',
|
|
3120
|
+
base_denom: 'upryzm',
|
|
3121
|
+
chain_name: 'pryzm'
|
|
3122
|
+
},
|
|
3123
|
+
chain: {
|
|
3124
|
+
channel_id: 'channel-859'
|
|
3125
|
+
}
|
|
3126
|
+
}]
|
|
3127
|
+
},
|
|
3058
3128
|
{
|
|
3059
3129
|
description: 'QCK - native token of Quicksilver',
|
|
3060
3130
|
denom_units: [{
|
|
@@ -5131,6 +5201,40 @@ const assets = {
|
|
|
5131
5201
|
}
|
|
5132
5202
|
}]
|
|
5133
5203
|
},
|
|
5204
|
+
{
|
|
5205
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
5206
|
+
denom_units: [{
|
|
5207
|
+
denom: 'ibc/2ED9C3834477E2BBFEC3FCAFB6E58D6F9AE57E83FB77BE73CDCCA4EBC36636AF',
|
|
5208
|
+
exponent: 0,
|
|
5209
|
+
aliases: ['uusdlr']
|
|
5210
|
+
}, {
|
|
5211
|
+
denom: 'usdlr',
|
|
5212
|
+
exponent: 6
|
|
5213
|
+
}],
|
|
5214
|
+
base: 'ibc/2ED9C3834477E2BBFEC3FCAFB6E58D6F9AE57E83FB77BE73CDCCA4EBC36636AF',
|
|
5215
|
+
display: 'usdlr',
|
|
5216
|
+
name: 'USDLR by Stable',
|
|
5217
|
+
symbol: 'USDLR',
|
|
5218
|
+
logo_URIs: {
|
|
5219
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
5220
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
5221
|
+
},
|
|
5222
|
+
images: [{
|
|
5223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
5224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
5225
|
+
}],
|
|
5226
|
+
traces: [{
|
|
5227
|
+
type: 'ibc',
|
|
5228
|
+
counterparty: {
|
|
5229
|
+
channel_id: 'channel-4',
|
|
5230
|
+
base_denom: 'uusdlr',
|
|
5231
|
+
chain_name: 'noble'
|
|
5232
|
+
},
|
|
5233
|
+
chain: {
|
|
5234
|
+
channel_id: 'channel-536'
|
|
5235
|
+
}
|
|
5236
|
+
}]
|
|
5237
|
+
},
|
|
5134
5238
|
{
|
|
5135
5239
|
description: 'The native staking token of OmniFlix Hub.',
|
|
5136
5240
|
denom_units: [{
|
|
@@ -5436,6 +5540,40 @@ const assets = {
|
|
|
5436
5540
|
}
|
|
5437
5541
|
}]
|
|
5438
5542
|
},
|
|
5543
|
+
{
|
|
5544
|
+
description: 'The native token of PRYZM',
|
|
5545
|
+
denom_units: [{
|
|
5546
|
+
denom: 'ibc/6157A428CE89ABB9CD524CFA613862AED49BAC4AE104B2B867C4CB1EA506501F',
|
|
5547
|
+
exponent: 0,
|
|
5548
|
+
aliases: ['upryzm']
|
|
5549
|
+
}, {
|
|
5550
|
+
denom: 'pryzm',
|
|
5551
|
+
exponent: 6
|
|
5552
|
+
}],
|
|
5553
|
+
base: 'ibc/6157A428CE89ABB9CD524CFA613862AED49BAC4AE104B2B867C4CB1EA506501F',
|
|
5554
|
+
name: 'Pryzm',
|
|
5555
|
+
display: 'pryzm',
|
|
5556
|
+
symbol: 'PRYZM',
|
|
5557
|
+
logo_URIs: {
|
|
5558
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
5559
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
5560
|
+
},
|
|
5561
|
+
images: [{
|
|
5562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
5563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
5564
|
+
}],
|
|
5565
|
+
traces: [{
|
|
5566
|
+
type: 'ibc',
|
|
5567
|
+
counterparty: {
|
|
5568
|
+
channel_id: 'channel-0',
|
|
5569
|
+
base_denom: 'upryzm',
|
|
5570
|
+
chain_name: 'pryzm'
|
|
5571
|
+
},
|
|
5572
|
+
chain: {
|
|
5573
|
+
channel_id: 'channel-859'
|
|
5574
|
+
}
|
|
5575
|
+
}]
|
|
5576
|
+
},
|
|
5439
5577
|
{
|
|
5440
5578
|
description: 'QCK - native token of Quicksilver',
|
|
5441
5579
|
denom_units: [{
|