@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.
Files changed (63) hide show
  1. package/esm/mainnet/agoric.js +0 -2
  2. package/esm/mainnet/akash.js +0 -2
  3. package/esm/mainnet/archway.js +0 -2
  4. package/esm/mainnet/axelar.js +178 -32
  5. package/esm/mainnet/chihuahua.js +164 -0
  6. package/esm/mainnet/comdex.js +0 -2
  7. package/esm/mainnet/composable.js +0 -2
  8. package/esm/mainnet/cosmoshub.js +0 -4
  9. package/esm/mainnet/crescent.js +0 -2
  10. package/esm/mainnet/cryptoorgchain.js +0 -2
  11. package/esm/mainnet/evmos.js +0 -6
  12. package/esm/mainnet/gravitybridge.js +0 -4
  13. package/esm/mainnet/injective.js +178 -28
  14. package/esm/mainnet/irisnet.js +0 -2
  15. package/esm/mainnet/jackal.js +0 -2
  16. package/esm/mainnet/juno.js +0 -4
  17. package/esm/mainnet/kujira.js +178 -32
  18. package/esm/mainnet/mars.js +0 -2
  19. package/esm/mainnet/migaloo.js +0 -2
  20. package/esm/mainnet/noble.js +0 -4
  21. package/esm/mainnet/okexchain.js +0 -2
  22. package/esm/mainnet/omniflixhub.js +86 -0
  23. package/esm/mainnet/oraichain.js +0 -2
  24. package/esm/mainnet/osmosis.js +178 -48
  25. package/esm/mainnet/persistence.js +0 -4
  26. package/esm/mainnet/secretnetwork.js +164 -6
  27. package/esm/mainnet/stargaze.js +86 -4
  28. package/esm/mainnet/stride.js +0 -6
  29. package/esm/mainnet/terra.js +0 -4
  30. package/esm/mainnet/terra2.js +164 -6
  31. package/esm/mainnet/umee.js +0 -2
  32. package/mainnet/agoric.js +0 -2
  33. package/mainnet/akash.js +0 -2
  34. package/mainnet/archway.js +0 -2
  35. package/mainnet/axelar.js +178 -32
  36. package/mainnet/chihuahua.js +164 -0
  37. package/mainnet/comdex.js +0 -2
  38. package/mainnet/composable.js +0 -2
  39. package/mainnet/cosmoshub.js +0 -4
  40. package/mainnet/crescent.js +0 -2
  41. package/mainnet/cryptoorgchain.js +0 -2
  42. package/mainnet/evmos.js +0 -6
  43. package/mainnet/gravitybridge.js +0 -4
  44. package/mainnet/injective.js +178 -28
  45. package/mainnet/irisnet.js +0 -2
  46. package/mainnet/jackal.js +0 -2
  47. package/mainnet/juno.js +0 -4
  48. package/mainnet/kujira.js +178 -32
  49. package/mainnet/mars.js +0 -2
  50. package/mainnet/migaloo.js +0 -2
  51. package/mainnet/noble.js +0 -4
  52. package/mainnet/okexchain.js +0 -2
  53. package/mainnet/omniflixhub.js +86 -0
  54. package/mainnet/oraichain.js +0 -2
  55. package/mainnet/osmosis.js +178 -48
  56. package/mainnet/persistence.js +0 -4
  57. package/mainnet/secretnetwork.js +164 -6
  58. package/mainnet/stargaze.js +86 -4
  59. package/mainnet/stride.js +0 -6
  60. package/mainnet/terra.js +0 -4
  61. package/mainnet/terra2.js +164 -6
  62. package/mainnet/umee.js +0 -2
  63. package/package.json +5 -5
@@ -105,7 +105,6 @@ const assets = {
105
105
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
106
106
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
107
107
  },
108
- coingecko_id: 'crescent-network',
109
108
  images: [{
110
109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
111
110
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -269,7 +268,6 @@ const assets = {
269
268
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
270
269
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
271
270
  },
272
- coingecko_id: 'crescent-network',
273
271
  images: [{
274
272
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
275
273
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -62,7 +62,6 @@ const assets = {
62
62
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
63
63
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
64
64
  },
65
- coingecko_id: 'arable-usd',
66
65
  images: [{
67
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
68
67
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg',
@@ -524,7 +523,6 @@ const assets = {
524
523
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
525
524
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
526
525
  },
527
- coingecko_id: 'crescent-network',
528
526
  images: [{
529
527
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
530
528
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -779,7 +777,6 @@ const assets = {
779
777
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
780
778
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
781
779
  },
782
- coingecko_id: 'arable-usd',
783
780
  images: [{
784
781
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
785
782
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg',
@@ -1241,7 +1238,6 @@ const assets = {
1241
1238
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1242
1239
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
1243
1240
  },
1244
- coingecko_id: 'crescent-network',
1245
1241
  images: [{
1246
1242
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1247
1243
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -2464,7 +2460,6 @@ const assets = {
2464
2460
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
2465
2461
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
2466
2462
  },
2467
- coingecko_id: 'tgrade',
2468
2463
  images: [{
2469
2464
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
2470
2465
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg',
@@ -3514,7 +3509,6 @@ const assets = {
3514
3509
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
3515
3510
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
3516
3511
  },
3517
- coingecko_id: 'tgrade',
3518
3512
  images: [{
3519
3513
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
3520
3514
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg',
@@ -62,7 +62,6 @@ const assets = {
62
62
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
63
63
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
64
64
  },
65
- coingecko_id: 'arable-usd',
66
65
  images: [{
67
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
68
67
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg',
@@ -442,7 +441,6 @@ const assets = {
442
441
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
443
442
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
444
443
  },
445
- coingecko_id: 'crescent-network',
446
444
  images: [{
447
445
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
448
446
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -726,7 +724,6 @@ const assets = {
726
724
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
727
725
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg'
728
726
  },
729
- coingecko_id: 'arable-usd',
730
727
  images: [{
731
728
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.png',
732
729
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/acrechain/images/arusd.svg',
@@ -1106,7 +1103,6 @@ const assets = {
1106
1103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1107
1104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
1108
1105
  },
1109
- coingecko_id: 'crescent-network',
1110
1106
  images: [{
1111
1107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1112
1108
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -185,7 +185,6 @@ const assets = {
185
185
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
186
186
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
187
187
  },
188
- coingecko_id: 'crescent-network',
189
188
  images: [{
190
189
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
191
190
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -684,7 +683,6 @@ const assets = {
684
683
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
685
684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
686
685
  },
687
- coingecko_id: 'crescent-network',
688
686
  images: [{
689
687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
690
688
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -1667,7 +1665,7 @@ const assets = {
1667
1665
  }]
1668
1666
  },
1669
1667
  {
1670
- description: 'Staking and governance token for ODIN Protocol',
1668
+ description: 'ODIN is the Staking and governance token for ODIN Protocol',
1671
1669
  denom_units: [{
1672
1670
  denom: 'ibc/6ED95AEFA5D9A6F9EF9CDD05FED7D7C9D7F42D9892E7236EB9B251CE9E999701',
1673
1671
  exponent: 0,
@@ -1686,13 +1684,13 @@ const assets = {
1686
1684
  },
1687
1685
  coingecko_id: 'odin-protocol',
1688
1686
  images: [{
1689
- image_sync: {
1690
- chain_name: 'odin',
1691
- base_denom: 'loki'
1692
- },
1693
1687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
1694
1688
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
1695
1689
  }],
1690
+ socials: {
1691
+ website: 'https://odinprotocol.io/',
1692
+ twitter: 'https://twitter.com/odinprotocol'
1693
+ },
1696
1694
  type_asset: 'sdk.coin',
1697
1695
  traces: [{
1698
1696
  type: 'ibc',
@@ -1725,10 +1723,6 @@ const assets = {
1725
1723
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
1726
1724
  },
1727
1725
  images: [{
1728
- image_sync: {
1729
- chain_name: 'odin',
1730
- base_denom: 'mGeo'
1731
- },
1732
1726
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
1733
1727
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
1734
1728
  theme: {
@@ -1748,6 +1742,86 @@ const assets = {
1748
1742
  }
1749
1743
  }]
1750
1744
  },
1745
+ {
1746
+ description: 'DOKI the last Dragon',
1747
+ denom_units: [{
1748
+ denom: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
1749
+ exponent: 0,
1750
+ aliases: ['udoki']
1751
+ }, {
1752
+ denom: 'doki',
1753
+ exponent: 6
1754
+ }],
1755
+ base: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
1756
+ name: 'DOKI',
1757
+ display: 'doki',
1758
+ symbol: 'DOKI',
1759
+ logo_URIs: {
1760
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
1761
+ },
1762
+ coingecko_id: 'doki',
1763
+ images: [{
1764
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
1765
+ theme: {
1766
+ primary_color_hex: '#2e2d2a'
1767
+ }
1768
+ }],
1769
+ socials: {
1770
+ website: 'https://dokicoin.io/',
1771
+ twitter: 'https://twitter.com/doki_coin'
1772
+ },
1773
+ type_asset: 'sdk.coin',
1774
+ traces: [{
1775
+ type: 'ibc',
1776
+ counterparty: {
1777
+ channel_id: 'channel-65',
1778
+ base_denom: 'udoki',
1779
+ chain_name: 'odin'
1780
+ },
1781
+ chain: {
1782
+ channel_id: 'channel-214'
1783
+ }
1784
+ }]
1785
+ },
1786
+ {
1787
+ description: 'Myrkur the leader of OLD Order',
1788
+ denom_units: [{
1789
+ denom: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
1790
+ exponent: 0,
1791
+ aliases: ['umyrk']
1792
+ }, {
1793
+ denom: 'myrk',
1794
+ exponent: 6
1795
+ }],
1796
+ base: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
1797
+ name: 'MYRK',
1798
+ display: 'myrk',
1799
+ symbol: 'MYRK',
1800
+ logo_URIs: {
1801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
1802
+ },
1803
+ images: [{
1804
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
1805
+ theme: {
1806
+ primary_color_hex: '#0a0707'
1807
+ }
1808
+ }],
1809
+ socials: {
1810
+ twitter: 'https://twitter.com/myrkweilds'
1811
+ },
1812
+ type_asset: 'sdk.coin',
1813
+ traces: [{
1814
+ type: 'ibc',
1815
+ counterparty: {
1816
+ channel_id: 'channel-65',
1817
+ base_denom: 'umyrk',
1818
+ chain_name: 'odin'
1819
+ },
1820
+ chain: {
1821
+ channel_id: 'channel-214'
1822
+ }
1823
+ }]
1824
+ },
1751
1825
  {
1752
1826
  description: 'O9W token for ODIN Protocol',
1753
1827
  denom_units: [{
@@ -1767,16 +1841,16 @@ const assets = {
1767
1841
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
1768
1842
  },
1769
1843
  images: [{
1770
- image_sync: {
1771
- chain_name: 'odin',
1772
- base_denom: 'mO9W'
1773
- },
1774
1844
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
1775
1845
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
1776
1846
  theme: {
1777
1847
  primary_color_hex: '#040404'
1778
1848
  }
1779
1849
  }],
1850
+ socials: {
1851
+ website: 'https://www.odin9worlds.io/',
1852
+ twitter: 'https://twitter.com/odin9worlds'
1853
+ },
1780
1854
  type_asset: 'sdk.coin',
1781
1855
  traces: [{
1782
1856
  type: 'ibc',
@@ -5682,7 +5756,7 @@ const assets = {
5682
5756
  }]
5683
5757
  },
5684
5758
  {
5685
- description: 'Staking and governance token for ODIN Protocol',
5759
+ description: 'ODIN is the Staking and governance token for ODIN Protocol',
5686
5760
  denom_units: [{
5687
5761
  denom: 'ibc/6ED95AEFA5D9A6F9EF9CDD05FED7D7C9D7F42D9892E7236EB9B251CE9E999701',
5688
5762
  exponent: 0,
@@ -5701,13 +5775,13 @@ const assets = {
5701
5775
  },
5702
5776
  coingecko_id: 'odin-protocol',
5703
5777
  images: [{
5704
- image_sync: {
5705
- chain_name: 'odin',
5706
- base_denom: 'loki'
5707
- },
5708
5778
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
5709
5779
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
5710
5780
  }],
5781
+ socials: {
5782
+ website: 'https://odinprotocol.io/',
5783
+ twitter: 'https://twitter.com/odinprotocol'
5784
+ },
5711
5785
  type_asset: 'sdk.coin',
5712
5786
  traces: [{
5713
5787
  type: 'ibc',
@@ -5740,10 +5814,6 @@ const assets = {
5740
5814
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
5741
5815
  },
5742
5816
  images: [{
5743
- image_sync: {
5744
- chain_name: 'odin',
5745
- base_denom: 'mGeo'
5746
- },
5747
5817
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
5748
5818
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
5749
5819
  theme: {
@@ -5763,6 +5833,86 @@ const assets = {
5763
5833
  }
5764
5834
  }]
5765
5835
  },
5836
+ {
5837
+ description: 'DOKI the last Dragon',
5838
+ denom_units: [{
5839
+ denom: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
5840
+ exponent: 0,
5841
+ aliases: ['udoki']
5842
+ }, {
5843
+ denom: 'doki',
5844
+ exponent: 6
5845
+ }],
5846
+ base: 'ibc/EA7CE127E1CFD7822AD169019CAFDD63D0F5A278DCE974F438099BF16C99FB8B',
5847
+ name: 'DOKI',
5848
+ display: 'doki',
5849
+ symbol: 'DOKI',
5850
+ logo_URIs: {
5851
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
5852
+ },
5853
+ coingecko_id: 'doki',
5854
+ images: [{
5855
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
5856
+ theme: {
5857
+ primary_color_hex: '#2e2d2a'
5858
+ }
5859
+ }],
5860
+ socials: {
5861
+ website: 'https://dokicoin.io/',
5862
+ twitter: 'https://twitter.com/doki_coin'
5863
+ },
5864
+ type_asset: 'sdk.coin',
5865
+ traces: [{
5866
+ type: 'ibc',
5867
+ counterparty: {
5868
+ channel_id: 'channel-65',
5869
+ base_denom: 'udoki',
5870
+ chain_name: 'odin'
5871
+ },
5872
+ chain: {
5873
+ channel_id: 'channel-214'
5874
+ }
5875
+ }]
5876
+ },
5877
+ {
5878
+ description: 'Myrkur the leader of OLD Order',
5879
+ denom_units: [{
5880
+ denom: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
5881
+ exponent: 0,
5882
+ aliases: ['umyrk']
5883
+ }, {
5884
+ denom: 'myrk',
5885
+ exponent: 6
5886
+ }],
5887
+ base: 'ibc/48D1DA9AA68C949E27BAB39B409681292035ABF63EAB663017C7BEF98A3D118E',
5888
+ name: 'MYRK',
5889
+ display: 'myrk',
5890
+ symbol: 'MYRK',
5891
+ logo_URIs: {
5892
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
5893
+ },
5894
+ images: [{
5895
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
5896
+ theme: {
5897
+ primary_color_hex: '#0a0707'
5898
+ }
5899
+ }],
5900
+ socials: {
5901
+ twitter: 'https://twitter.com/myrkweilds'
5902
+ },
5903
+ type_asset: 'sdk.coin',
5904
+ traces: [{
5905
+ type: 'ibc',
5906
+ counterparty: {
5907
+ channel_id: 'channel-65',
5908
+ base_denom: 'umyrk',
5909
+ chain_name: 'odin'
5910
+ },
5911
+ chain: {
5912
+ channel_id: 'channel-214'
5913
+ }
5914
+ }]
5915
+ },
5766
5916
  {
5767
5917
  description: 'O9W token for ODIN Protocol',
5768
5918
  denom_units: [{
@@ -5782,16 +5932,16 @@ const assets = {
5782
5932
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
5783
5933
  },
5784
5934
  images: [{
5785
- image_sync: {
5786
- chain_name: 'odin',
5787
- base_denom: 'mO9W'
5788
- },
5789
5935
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
5790
5936
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
5791
5937
  theme: {
5792
5938
  primary_color_hex: '#040404'
5793
5939
  }
5794
5940
  }],
5941
+ socials: {
5942
+ website: 'https://www.odin9worlds.io/',
5943
+ twitter: 'https://twitter.com/odin9worlds'
5944
+ },
5795
5945
  type_asset: 'sdk.coin',
5796
5946
  traces: [{
5797
5947
  type: 'ibc',
@@ -224,7 +224,6 @@ const assets = {
224
224
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
225
225
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
226
226
  },
227
- coingecko_id: 'crescent-network',
228
227
  images: [{
229
228
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
230
229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -780,7 +779,6 @@ const assets = {
780
779
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
781
780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
782
781
  },
783
- coingecko_id: 'crescent-network',
784
782
  images: [{
785
783
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
786
784
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -146,7 +146,6 @@ const assets = {
146
146
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
147
147
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
148
148
  },
149
- coingecko_id: 'crescent-network',
150
149
  images: [{
151
150
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
152
151
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -351,7 +350,6 @@ const assets = {
351
350
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
352
351
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
353
352
  },
354
- coingecko_id: 'crescent-network',
355
353
  images: [{
356
354
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
357
355
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -396,7 +396,6 @@ const assets = {
396
396
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
397
397
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
398
398
  },
399
- coingecko_id: 'harbor-2',
400
399
  images: [{
401
400
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
402
401
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg',
@@ -517,7 +516,6 @@ const assets = {
517
516
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
518
517
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
519
518
  },
520
- coingecko_id: 'crescent-network',
521
519
  images: [{
522
520
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
523
521
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',
@@ -1281,7 +1279,6 @@ const assets = {
1281
1279
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
1282
1280
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
1283
1281
  },
1284
- coingecko_id: 'harbor-2',
1285
1282
  images: [{
1286
1283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
1287
1284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg',
@@ -1402,7 +1399,6 @@ const assets = {
1402
1399
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1403
1400
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
1404
1401
  },
1405
- coingecko_id: 'crescent-network',
1406
1402
  images: [{
1407
1403
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1408
1404
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg',