@chain-registry/osmosis 1.67.54 → 1.67.56
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/asset_list.js +192 -0
- package/assets.js +908 -577
- package/chain.js +532 -3
- package/esm/asset_list.js +192 -0
- package/esm/assets.js +908 -577
- package/esm/chain.js +532 -3
- package/esm/testnet.js +20 -1
- package/package.json +3 -3
- package/testnet.js +20 -1
package/asset_list.js
CHANGED
|
@@ -1727,6 +1727,102 @@ const asset_list = {
|
|
|
1727
1727
|
}
|
|
1728
1728
|
}]
|
|
1729
1729
|
},
|
|
1730
|
+
{
|
|
1731
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
1732
|
+
denom_units: [{
|
|
1733
|
+
denom: 'ibc/70FF2F374019710F752A18821B72689C10A213D44A00E7B3472B21462528E1B7',
|
|
1734
|
+
exponent: 0,
|
|
1735
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
1736
|
+
}, {
|
|
1737
|
+
denom: 'sara',
|
|
1738
|
+
exponent: 6
|
|
1739
|
+
}],
|
|
1740
|
+
base: 'ibc/70FF2F374019710F752A18821B72689C10A213D44A00E7B3472B21462528E1B7',
|
|
1741
|
+
name: 'Sara',
|
|
1742
|
+
display: 'sara',
|
|
1743
|
+
symbol: 'SARA',
|
|
1744
|
+
logo_URIs: {
|
|
1745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1747
|
+
},
|
|
1748
|
+
coingecko_id: 'pulsara',
|
|
1749
|
+
keywords: [
|
|
1750
|
+
'dex',
|
|
1751
|
+
'staking',
|
|
1752
|
+
'assets'
|
|
1753
|
+
],
|
|
1754
|
+
images: [{
|
|
1755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1756
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
1757
|
+
theme: {
|
|
1758
|
+
primary_color_hex: '#0517b1'
|
|
1759
|
+
}
|
|
1760
|
+
}],
|
|
1761
|
+
socials: {
|
|
1762
|
+
website: 'https://www.pulsara.io',
|
|
1763
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1764
|
+
},
|
|
1765
|
+
type_asset: 'sdk.coin',
|
|
1766
|
+
traces: [{
|
|
1767
|
+
type: 'ibc',
|
|
1768
|
+
counterparty: {
|
|
1769
|
+
channel_id: 'channel-2',
|
|
1770
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
1771
|
+
chain_name: 'coreum'
|
|
1772
|
+
},
|
|
1773
|
+
chain: {
|
|
1774
|
+
channel_id: 'channel-2188'
|
|
1775
|
+
}
|
|
1776
|
+
}]
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
1780
|
+
denom_units: [{
|
|
1781
|
+
denom: 'ibc/3EDD165DA38E407DBDFC693CB57D3F012EB787FF8902A665D2122CDEE3F505AA',
|
|
1782
|
+
exponent: 0,
|
|
1783
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
1784
|
+
}, {
|
|
1785
|
+
denom: 'licore',
|
|
1786
|
+
exponent: 6
|
|
1787
|
+
}],
|
|
1788
|
+
base: 'ibc/3EDD165DA38E407DBDFC693CB57D3F012EB787FF8902A665D2122CDEE3F505AA',
|
|
1789
|
+
name: 'liCORE',
|
|
1790
|
+
display: 'licore',
|
|
1791
|
+
symbol: 'LICORE',
|
|
1792
|
+
logo_URIs: {
|
|
1793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1794
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
1795
|
+
},
|
|
1796
|
+
coingecko_id: 'licore',
|
|
1797
|
+
keywords: [
|
|
1798
|
+
'dex',
|
|
1799
|
+
'staking',
|
|
1800
|
+
'assets'
|
|
1801
|
+
],
|
|
1802
|
+
images: [{
|
|
1803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1804
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
1805
|
+
theme: {
|
|
1806
|
+
primary_color_hex: '#ea00c5'
|
|
1807
|
+
}
|
|
1808
|
+
}],
|
|
1809
|
+
socials: {
|
|
1810
|
+
website: 'https://www.pulsara.io',
|
|
1811
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1812
|
+
},
|
|
1813
|
+
type_asset: 'sdk.coin',
|
|
1814
|
+
traces: [{
|
|
1815
|
+
type: 'ibc',
|
|
1816
|
+
counterparty: {
|
|
1817
|
+
channel_id: 'channel-2',
|
|
1818
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
1819
|
+
chain_name: 'coreum'
|
|
1820
|
+
},
|
|
1821
|
+
chain: {
|
|
1822
|
+
channel_id: 'channel-2188'
|
|
1823
|
+
}
|
|
1824
|
+
}]
|
|
1825
|
+
},
|
|
1730
1826
|
{
|
|
1731
1827
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
1732
1828
|
denom_units: [{
|
|
@@ -7672,6 +7768,102 @@ const asset_list = {
|
|
|
7672
7768
|
}
|
|
7673
7769
|
}]
|
|
7674
7770
|
},
|
|
7771
|
+
{
|
|
7772
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
7773
|
+
denom_units: [{
|
|
7774
|
+
denom: 'ibc/70FF2F374019710F752A18821B72689C10A213D44A00E7B3472B21462528E1B7',
|
|
7775
|
+
exponent: 0,
|
|
7776
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
7777
|
+
}, {
|
|
7778
|
+
denom: 'sara',
|
|
7779
|
+
exponent: 6
|
|
7780
|
+
}],
|
|
7781
|
+
base: 'ibc/70FF2F374019710F752A18821B72689C10A213D44A00E7B3472B21462528E1B7',
|
|
7782
|
+
name: 'Sara',
|
|
7783
|
+
display: 'sara',
|
|
7784
|
+
symbol: 'SARA',
|
|
7785
|
+
logo_URIs: {
|
|
7786
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
7787
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
7788
|
+
},
|
|
7789
|
+
coingecko_id: 'pulsara',
|
|
7790
|
+
keywords: [
|
|
7791
|
+
'dex',
|
|
7792
|
+
'staking',
|
|
7793
|
+
'assets'
|
|
7794
|
+
],
|
|
7795
|
+
images: [{
|
|
7796
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
7797
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
7798
|
+
theme: {
|
|
7799
|
+
primary_color_hex: '#0517b1'
|
|
7800
|
+
}
|
|
7801
|
+
}],
|
|
7802
|
+
socials: {
|
|
7803
|
+
website: 'https://www.pulsara.io',
|
|
7804
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
7805
|
+
},
|
|
7806
|
+
type_asset: 'sdk.coin',
|
|
7807
|
+
traces: [{
|
|
7808
|
+
type: 'ibc',
|
|
7809
|
+
counterparty: {
|
|
7810
|
+
channel_id: 'channel-2',
|
|
7811
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
7812
|
+
chain_name: 'coreum'
|
|
7813
|
+
},
|
|
7814
|
+
chain: {
|
|
7815
|
+
channel_id: 'channel-2188'
|
|
7816
|
+
}
|
|
7817
|
+
}]
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
7821
|
+
denom_units: [{
|
|
7822
|
+
denom: 'ibc/3EDD165DA38E407DBDFC693CB57D3F012EB787FF8902A665D2122CDEE3F505AA',
|
|
7823
|
+
exponent: 0,
|
|
7824
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
7825
|
+
}, {
|
|
7826
|
+
denom: 'licore',
|
|
7827
|
+
exponent: 6
|
|
7828
|
+
}],
|
|
7829
|
+
base: 'ibc/3EDD165DA38E407DBDFC693CB57D3F012EB787FF8902A665D2122CDEE3F505AA',
|
|
7830
|
+
name: 'liCORE',
|
|
7831
|
+
display: 'licore',
|
|
7832
|
+
symbol: 'LICORE',
|
|
7833
|
+
logo_URIs: {
|
|
7834
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
7835
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
7836
|
+
},
|
|
7837
|
+
coingecko_id: 'licore',
|
|
7838
|
+
keywords: [
|
|
7839
|
+
'dex',
|
|
7840
|
+
'staking',
|
|
7841
|
+
'assets'
|
|
7842
|
+
],
|
|
7843
|
+
images: [{
|
|
7844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
7845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
7846
|
+
theme: {
|
|
7847
|
+
primary_color_hex: '#ea00c5'
|
|
7848
|
+
}
|
|
7849
|
+
}],
|
|
7850
|
+
socials: {
|
|
7851
|
+
website: 'https://www.pulsara.io',
|
|
7852
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
7853
|
+
},
|
|
7854
|
+
type_asset: 'sdk.coin',
|
|
7855
|
+
traces: [{
|
|
7856
|
+
type: 'ibc',
|
|
7857
|
+
counterparty: {
|
|
7858
|
+
channel_id: 'channel-2',
|
|
7859
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
7860
|
+
chain_name: 'coreum'
|
|
7861
|
+
},
|
|
7862
|
+
chain: {
|
|
7863
|
+
channel_id: 'channel-2188'
|
|
7864
|
+
}
|
|
7865
|
+
}]
|
|
7866
|
+
},
|
|
7675
7867
|
{
|
|
7676
7868
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
7677
7869
|
denom_units: [{
|