@chain-registry/assets 1.70.29 → 1.70.31
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 +0 -2
- package/esm/mainnet/akash.js +0 -2
- package/esm/mainnet/archway.js +0 -2
- package/esm/mainnet/axelar.js +178 -32
- package/esm/mainnet/chihuahua.js +164 -0
- package/esm/mainnet/comdex.js +0 -2
- package/esm/mainnet/composable.js +0 -2
- package/esm/mainnet/cosmoshub.js +0 -4
- package/esm/mainnet/crescent.js +0 -2
- package/esm/mainnet/cryptoorgchain.js +0 -2
- package/esm/mainnet/evmos.js +0 -6
- package/esm/mainnet/gravitybridge.js +0 -4
- package/esm/mainnet/injective.js +178 -28
- package/esm/mainnet/irisnet.js +0 -2
- package/esm/mainnet/jackal.js +0 -2
- package/esm/mainnet/juno.js +0 -4
- package/esm/mainnet/kujira.js +178 -32
- package/esm/mainnet/mars.js +0 -2
- package/esm/mainnet/migaloo.js +0 -2
- package/esm/mainnet/noble.js +0 -4
- package/esm/mainnet/okexchain.js +0 -2
- package/esm/mainnet/omniflixhub.js +86 -0
- package/esm/mainnet/oraichain.js +0 -2
- package/esm/mainnet/osmosis.js +178 -48
- package/esm/mainnet/persistence.js +0 -4
- package/esm/mainnet/secretnetwork.js +164 -6
- package/esm/mainnet/stargaze.js +86 -4
- package/esm/mainnet/stride.js +0 -6
- package/esm/mainnet/terra.js +0 -4
- package/esm/mainnet/terra2.js +164 -6
- package/esm/mainnet/umee.js +0 -2
- package/mainnet/agoric.js +0 -2
- package/mainnet/akash.js +0 -2
- package/mainnet/archway.js +0 -2
- package/mainnet/axelar.js +178 -32
- package/mainnet/chihuahua.js +164 -0
- package/mainnet/comdex.js +0 -2
- package/mainnet/composable.js +0 -2
- package/mainnet/cosmoshub.js +0 -4
- package/mainnet/crescent.js +0 -2
- package/mainnet/cryptoorgchain.js +0 -2
- package/mainnet/evmos.js +0 -6
- package/mainnet/gravitybridge.js +0 -4
- package/mainnet/injective.js +178 -28
- package/mainnet/irisnet.js +0 -2
- package/mainnet/jackal.js +0 -2
- package/mainnet/juno.js +0 -4
- package/mainnet/kujira.js +178 -32
- package/mainnet/mars.js +0 -2
- package/mainnet/migaloo.js +0 -2
- package/mainnet/noble.js +0 -4
- package/mainnet/okexchain.js +0 -2
- package/mainnet/omniflixhub.js +86 -0
- package/mainnet/oraichain.js +0 -2
- package/mainnet/osmosis.js +178 -48
- package/mainnet/persistence.js +0 -4
- package/mainnet/secretnetwork.js +164 -6
- package/mainnet/stargaze.js +86 -4
- package/mainnet/stride.js +0 -6
- package/mainnet/terra.js +0 -4
- package/mainnet/terra2.js +164 -6
- package/mainnet/umee.js +0 -2
- package/package.json +5 -5
package/mainnet/injective.js
CHANGED
|
@@ -187,7 +187,6 @@ const assets = {
|
|
|
187
187
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
188
188
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
189
189
|
},
|
|
190
|
-
coingecko_id: 'crescent-network',
|
|
191
190
|
images: [{
|
|
192
191
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
193
192
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|
|
@@ -686,7 +685,6 @@ const assets = {
|
|
|
686
685
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
687
686
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
688
687
|
},
|
|
689
|
-
coingecko_id: 'crescent-network',
|
|
690
688
|
images: [{
|
|
691
689
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
692
690
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|
|
@@ -1669,7 +1667,7 @@ const assets = {
|
|
|
1669
1667
|
}]
|
|
1670
1668
|
},
|
|
1671
1669
|
{
|
|
1672
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
1670
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
1673
1671
|
denom_units: [{
|
|
1674
1672
|
denom: 'ibc/6ED95AEFA5D9A6F9EF9CDD05FED7D7C9D7F42D9892E7236EB9B251CE9E999701',
|
|
1675
1673
|
exponent: 0,
|
|
@@ -1688,13 +1686,13 @@ const assets = {
|
|
|
1688
1686
|
},
|
|
1689
1687
|
coingecko_id: 'odin-protocol',
|
|
1690
1688
|
images: [{
|
|
1691
|
-
image_sync: {
|
|
1692
|
-
chain_name: 'odin',
|
|
1693
|
-
base_denom: 'loki'
|
|
1694
|
-
},
|
|
1695
1689
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
1696
1690
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
1697
1691
|
}],
|
|
1692
|
+
socials: {
|
|
1693
|
+
website: 'https://odinprotocol.io/',
|
|
1694
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
1695
|
+
},
|
|
1698
1696
|
type_asset: 'sdk.coin',
|
|
1699
1697
|
traces: [{
|
|
1700
1698
|
type: 'ibc',
|
|
@@ -1727,10 +1725,6 @@ const assets = {
|
|
|
1727
1725
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
1728
1726
|
},
|
|
1729
1727
|
images: [{
|
|
1730
|
-
image_sync: {
|
|
1731
|
-
chain_name: 'odin',
|
|
1732
|
-
base_denom: 'mGeo'
|
|
1733
|
-
},
|
|
1734
1728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
1735
1729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
1736
1730
|
theme: {
|
|
@@ -1750,6 +1744,86 @@ const assets = {
|
|
|
1750
1744
|
}
|
|
1751
1745
|
}]
|
|
1752
1746
|
},
|
|
1747
|
+
{
|
|
1748
|
+
description: 'DOKI the last Dragon',
|
|
1749
|
+
denom_units: [{
|
|
1750
|
+
denom: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
|
|
1751
|
+
exponent: 0,
|
|
1752
|
+
aliases: ['udoki']
|
|
1753
|
+
}, {
|
|
1754
|
+
denom: 'doki',
|
|
1755
|
+
exponent: 6
|
|
1756
|
+
}],
|
|
1757
|
+
base: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
|
|
1758
|
+
name: 'DOKI',
|
|
1759
|
+
display: 'doki',
|
|
1760
|
+
symbol: 'DOKI',
|
|
1761
|
+
logo_URIs: {
|
|
1762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
1763
|
+
},
|
|
1764
|
+
coingecko_id: 'doki',
|
|
1765
|
+
images: [{
|
|
1766
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
1767
|
+
theme: {
|
|
1768
|
+
primary_color_hex: '#2e2d2a'
|
|
1769
|
+
}
|
|
1770
|
+
}],
|
|
1771
|
+
socials: {
|
|
1772
|
+
website: 'https://dokicoin.io/',
|
|
1773
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
1774
|
+
},
|
|
1775
|
+
type_asset: 'sdk.coin',
|
|
1776
|
+
traces: [{
|
|
1777
|
+
type: 'ibc',
|
|
1778
|
+
counterparty: {
|
|
1779
|
+
channel_id: 'channel-65',
|
|
1780
|
+
base_denom: 'udoki',
|
|
1781
|
+
chain_name: 'odin'
|
|
1782
|
+
},
|
|
1783
|
+
chain: {
|
|
1784
|
+
channel_id: 'channel-214'
|
|
1785
|
+
}
|
|
1786
|
+
}]
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
description: 'Myrkur the leader of OLD Order',
|
|
1790
|
+
denom_units: [{
|
|
1791
|
+
denom: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
|
|
1792
|
+
exponent: 0,
|
|
1793
|
+
aliases: ['umyrk']
|
|
1794
|
+
}, {
|
|
1795
|
+
denom: 'myrk',
|
|
1796
|
+
exponent: 6
|
|
1797
|
+
}],
|
|
1798
|
+
base: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
|
|
1799
|
+
name: 'MYRK',
|
|
1800
|
+
display: 'myrk',
|
|
1801
|
+
symbol: 'MYRK',
|
|
1802
|
+
logo_URIs: {
|
|
1803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
1804
|
+
},
|
|
1805
|
+
images: [{
|
|
1806
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
1807
|
+
theme: {
|
|
1808
|
+
primary_color_hex: '#0a0707'
|
|
1809
|
+
}
|
|
1810
|
+
}],
|
|
1811
|
+
socials: {
|
|
1812
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
1813
|
+
},
|
|
1814
|
+
type_asset: 'sdk.coin',
|
|
1815
|
+
traces: [{
|
|
1816
|
+
type: 'ibc',
|
|
1817
|
+
counterparty: {
|
|
1818
|
+
channel_id: 'channel-65',
|
|
1819
|
+
base_denom: 'umyrk',
|
|
1820
|
+
chain_name: 'odin'
|
|
1821
|
+
},
|
|
1822
|
+
chain: {
|
|
1823
|
+
channel_id: 'channel-214'
|
|
1824
|
+
}
|
|
1825
|
+
}]
|
|
1826
|
+
},
|
|
1753
1827
|
{
|
|
1754
1828
|
description: 'O9W token for ODIN Protocol',
|
|
1755
1829
|
denom_units: [{
|
|
@@ -1769,16 +1843,16 @@ const assets = {
|
|
|
1769
1843
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
1770
1844
|
},
|
|
1771
1845
|
images: [{
|
|
1772
|
-
image_sync: {
|
|
1773
|
-
chain_name: 'odin',
|
|
1774
|
-
base_denom: 'mO9W'
|
|
1775
|
-
},
|
|
1776
1846
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
1777
1847
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
1778
1848
|
theme: {
|
|
1779
1849
|
primary_color_hex: '#040404'
|
|
1780
1850
|
}
|
|
1781
1851
|
}],
|
|
1852
|
+
socials: {
|
|
1853
|
+
website: 'https://www.odin9worlds.io/',
|
|
1854
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
1855
|
+
},
|
|
1782
1856
|
type_asset: 'sdk.coin',
|
|
1783
1857
|
traces: [{
|
|
1784
1858
|
type: 'ibc',
|
|
@@ -5684,7 +5758,7 @@ const assets = {
|
|
|
5684
5758
|
}]
|
|
5685
5759
|
},
|
|
5686
5760
|
{
|
|
5687
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
5761
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
5688
5762
|
denom_units: [{
|
|
5689
5763
|
denom: 'ibc/6ED95AEFA5D9A6F9EF9CDD05FED7D7C9D7F42D9892E7236EB9B251CE9E999701',
|
|
5690
5764
|
exponent: 0,
|
|
@@ -5703,13 +5777,13 @@ const assets = {
|
|
|
5703
5777
|
},
|
|
5704
5778
|
coingecko_id: 'odin-protocol',
|
|
5705
5779
|
images: [{
|
|
5706
|
-
image_sync: {
|
|
5707
|
-
chain_name: 'odin',
|
|
5708
|
-
base_denom: 'loki'
|
|
5709
|
-
},
|
|
5710
5780
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
5711
5781
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
5712
5782
|
}],
|
|
5783
|
+
socials: {
|
|
5784
|
+
website: 'https://odinprotocol.io/',
|
|
5785
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
5786
|
+
},
|
|
5713
5787
|
type_asset: 'sdk.coin',
|
|
5714
5788
|
traces: [{
|
|
5715
5789
|
type: 'ibc',
|
|
@@ -5742,10 +5816,6 @@ const assets = {
|
|
|
5742
5816
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
5743
5817
|
},
|
|
5744
5818
|
images: [{
|
|
5745
|
-
image_sync: {
|
|
5746
|
-
chain_name: 'odin',
|
|
5747
|
-
base_denom: 'mGeo'
|
|
5748
|
-
},
|
|
5749
5819
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
5750
5820
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
5751
5821
|
theme: {
|
|
@@ -5765,6 +5835,86 @@ const assets = {
|
|
|
5765
5835
|
}
|
|
5766
5836
|
}]
|
|
5767
5837
|
},
|
|
5838
|
+
{
|
|
5839
|
+
description: 'DOKI the last Dragon',
|
|
5840
|
+
denom_units: [{
|
|
5841
|
+
denom: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
|
|
5842
|
+
exponent: 0,
|
|
5843
|
+
aliases: ['udoki']
|
|
5844
|
+
}, {
|
|
5845
|
+
denom: 'doki',
|
|
5846
|
+
exponent: 6
|
|
5847
|
+
}],
|
|
5848
|
+
base: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
|
|
5849
|
+
name: 'DOKI',
|
|
5850
|
+
display: 'doki',
|
|
5851
|
+
symbol: 'DOKI',
|
|
5852
|
+
logo_URIs: {
|
|
5853
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
5854
|
+
},
|
|
5855
|
+
coingecko_id: 'doki',
|
|
5856
|
+
images: [{
|
|
5857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
5858
|
+
theme: {
|
|
5859
|
+
primary_color_hex: '#2e2d2a'
|
|
5860
|
+
}
|
|
5861
|
+
}],
|
|
5862
|
+
socials: {
|
|
5863
|
+
website: 'https://dokicoin.io/',
|
|
5864
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
5865
|
+
},
|
|
5866
|
+
type_asset: 'sdk.coin',
|
|
5867
|
+
traces: [{
|
|
5868
|
+
type: 'ibc',
|
|
5869
|
+
counterparty: {
|
|
5870
|
+
channel_id: 'channel-65',
|
|
5871
|
+
base_denom: 'udoki',
|
|
5872
|
+
chain_name: 'odin'
|
|
5873
|
+
},
|
|
5874
|
+
chain: {
|
|
5875
|
+
channel_id: 'channel-214'
|
|
5876
|
+
}
|
|
5877
|
+
}]
|
|
5878
|
+
},
|
|
5879
|
+
{
|
|
5880
|
+
description: 'Myrkur the leader of OLD Order',
|
|
5881
|
+
denom_units: [{
|
|
5882
|
+
denom: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
|
|
5883
|
+
exponent: 0,
|
|
5884
|
+
aliases: ['umyrk']
|
|
5885
|
+
}, {
|
|
5886
|
+
denom: 'myrk',
|
|
5887
|
+
exponent: 6
|
|
5888
|
+
}],
|
|
5889
|
+
base: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
|
|
5890
|
+
name: 'MYRK',
|
|
5891
|
+
display: 'myrk',
|
|
5892
|
+
symbol: 'MYRK',
|
|
5893
|
+
logo_URIs: {
|
|
5894
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
5895
|
+
},
|
|
5896
|
+
images: [{
|
|
5897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
5898
|
+
theme: {
|
|
5899
|
+
primary_color_hex: '#0a0707'
|
|
5900
|
+
}
|
|
5901
|
+
}],
|
|
5902
|
+
socials: {
|
|
5903
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
5904
|
+
},
|
|
5905
|
+
type_asset: 'sdk.coin',
|
|
5906
|
+
traces: [{
|
|
5907
|
+
type: 'ibc',
|
|
5908
|
+
counterparty: {
|
|
5909
|
+
channel_id: 'channel-65',
|
|
5910
|
+
base_denom: 'umyrk',
|
|
5911
|
+
chain_name: 'odin'
|
|
5912
|
+
},
|
|
5913
|
+
chain: {
|
|
5914
|
+
channel_id: 'channel-214'
|
|
5915
|
+
}
|
|
5916
|
+
}]
|
|
5917
|
+
},
|
|
5768
5918
|
{
|
|
5769
5919
|
description: 'O9W token for ODIN Protocol',
|
|
5770
5920
|
denom_units: [{
|
|
@@ -5784,16 +5934,16 @@ const assets = {
|
|
|
5784
5934
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
5785
5935
|
},
|
|
5786
5936
|
images: [{
|
|
5787
|
-
image_sync: {
|
|
5788
|
-
chain_name: 'odin',
|
|
5789
|
-
base_denom: 'mO9W'
|
|
5790
|
-
},
|
|
5791
5937
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
5792
5938
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
5793
5939
|
theme: {
|
|
5794
5940
|
primary_color_hex: '#040404'
|
|
5795
5941
|
}
|
|
5796
5942
|
}],
|
|
5943
|
+
socials: {
|
|
5944
|
+
website: 'https://www.odin9worlds.io/',
|
|
5945
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
5946
|
+
},
|
|
5797
5947
|
type_asset: 'sdk.coin',
|
|
5798
5948
|
traces: [{
|
|
5799
5949
|
type: 'ibc',
|
package/mainnet/irisnet.js
CHANGED
|
@@ -226,7 +226,6 @@ const assets = {
|
|
|
226
226
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
227
227
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
228
228
|
},
|
|
229
|
-
coingecko_id: 'crescent-network',
|
|
230
229
|
images: [{
|
|
231
230
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
232
231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|
|
@@ -782,7 +781,6 @@ const assets = {
|
|
|
782
781
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
783
782
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
784
783
|
},
|
|
785
|
-
coingecko_id: 'crescent-network',
|
|
786
784
|
images: [{
|
|
787
785
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
788
786
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|
package/mainnet/jackal.js
CHANGED
|
@@ -148,7 +148,6 @@ const assets = {
|
|
|
148
148
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
149
149
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
150
150
|
},
|
|
151
|
-
coingecko_id: 'crescent-network',
|
|
152
151
|
images: [{
|
|
153
152
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
154
153
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|
|
@@ -353,7 +352,6 @@ const assets = {
|
|
|
353
352
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
354
353
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
355
354
|
},
|
|
356
|
-
coingecko_id: 'crescent-network',
|
|
357
355
|
images: [{
|
|
358
356
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
359
357
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|
package/mainnet/juno.js
CHANGED
|
@@ -398,7 +398,6 @@ const assets = {
|
|
|
398
398
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
399
399
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
400
400
|
},
|
|
401
|
-
coingecko_id: 'harbor-2',
|
|
402
401
|
images: [{
|
|
403
402
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
404
403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg',
|
|
@@ -519,7 +518,6 @@ const assets = {
|
|
|
519
518
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
520
519
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
521
520
|
},
|
|
522
|
-
coingecko_id: 'crescent-network',
|
|
523
521
|
images: [{
|
|
524
522
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
525
523
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|
|
@@ -1283,7 +1281,6 @@ const assets = {
|
|
|
1283
1281
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
1284
1282
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
|
|
1285
1283
|
},
|
|
1286
|
-
coingecko_id: 'harbor-2',
|
|
1287
1284
|
images: [{
|
|
1288
1285
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
|
|
1289
1286
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg',
|
|
@@ -1404,7 +1401,6 @@ const assets = {
|
|
|
1404
1401
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
1405
1402
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
|
|
1406
1403
|
},
|
|
1407
|
-
coingecko_id: 'crescent-network',
|
|
1408
1404
|
images: [{
|
|
1409
1405
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
|
|
1410
1406
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
|