@chain-registry/assets 1.70.107 → 1.70.109

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 (43) hide show
  1. package/README.md +15 -12
  2. package/esm/mainnet/agoric.js +84 -0
  3. package/esm/mainnet/axelar.js +8 -8
  4. package/esm/mainnet/celestia.js +84 -0
  5. package/esm/mainnet/cosmoshub.js +24 -24
  6. package/esm/mainnet/dydx.js +84 -0
  7. package/esm/mainnet/injective.js +108 -24
  8. package/esm/mainnet/int3face.js +306 -0
  9. package/esm/mainnet/jackal.js +8 -8
  10. package/esm/mainnet/migaloo.js +216 -0
  11. package/esm/mainnet/neutron.js +80 -0
  12. package/esm/mainnet/noble.js +24 -24
  13. package/esm/mainnet/omniflixhub.js +84 -0
  14. package/esm/mainnet/osmosis.js +240 -24
  15. package/esm/mainnet/quicksilver.js +1528 -168
  16. package/esm/mainnet/saga.js +84 -0
  17. package/esm/mainnet/sommelier.js +84 -0
  18. package/esm/mainnet/terra2.js +108 -24
  19. package/esm/mainnet/xion.js +84 -0
  20. package/esm/testnet/axelartestnet.js +140 -0
  21. package/esm/testnet/manifesttestnet.js +72 -0
  22. package/index.d.ts +1 -1
  23. package/mainnet/agoric.js +84 -0
  24. package/mainnet/axelar.js +8 -8
  25. package/mainnet/celestia.js +84 -0
  26. package/mainnet/cosmoshub.js +24 -24
  27. package/mainnet/dydx.js +84 -0
  28. package/mainnet/injective.js +108 -24
  29. package/mainnet/int3face.js +306 -0
  30. package/mainnet/jackal.js +8 -8
  31. package/mainnet/migaloo.js +216 -0
  32. package/mainnet/neutron.js +80 -0
  33. package/mainnet/noble.js +24 -24
  34. package/mainnet/omniflixhub.js +84 -0
  35. package/mainnet/osmosis.js +240 -24
  36. package/mainnet/quicksilver.js +1528 -168
  37. package/mainnet/saga.js +84 -0
  38. package/mainnet/sommelier.js +84 -0
  39. package/mainnet/terra2.js +108 -24
  40. package/mainnet/xion.js +84 -0
  41. package/package.json +5 -5
  42. package/testnet/axelartestnet.js +140 -0
  43. package/testnet/manifesttestnet.js +72 -0
@@ -10129,6 +10129,114 @@ const assets = {
10129
10129
  }
10130
10130
  }]
10131
10131
  },
10132
+ {
10133
+ description: 'WESO is the first memetility token launched on the Luna Classic blockchain. WESO is a innovative CW20 token dedicated to revitalizing and stabilizing the Luna Classic ecosystem. By leveraging a robust economic model WESO aims to restore confidence and sustainability within the ecosystem.',
10134
+ type_asset: 'cw20',
10135
+ address: 'terra13ryrrlcskwa05cd94h54c8rnztff9l82pp0zqnfvlwt77za8wjjsld36ms',
10136
+ denom_units: [{
10137
+ denom: 'ibc/53D1471D03064FD13D9D06950D8CE160CA737A07400D685A408965E788BC6992',
10138
+ exponent: 0,
10139
+ aliases: ['cw20:terra13ryrrlcskwa05cd94h54c8rnztff9l82pp0zqnfvlwt77za8wjjsld36ms']
10140
+ }, {
10141
+ denom: 'weso',
10142
+ exponent: 6
10143
+ }],
10144
+ base: 'ibc/53D1471D03064FD13D9D06950D8CE160CA737A07400D685A408965E788BC6992',
10145
+ name: 'WESO World',
10146
+ display: 'weso',
10147
+ symbol: 'WESO',
10148
+ logo_URIs: {
10149
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/weso.png'
10150
+ },
10151
+ images: [{
10152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/weso.png'
10153
+ }],
10154
+ traces: [{
10155
+ type: 'ibc-cw20',
10156
+ counterparty: {
10157
+ port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
10158
+ channel_id: 'channel-87',
10159
+ base_denom: 'cw20:terra13ryrrlcskwa05cd94h54c8rnztff9l82pp0zqnfvlwt77za8wjjsld36ms',
10160
+ chain_name: 'terra'
10161
+ },
10162
+ chain: {
10163
+ port: 'transfer',
10164
+ channel_id: 'channel-114'
10165
+ }
10166
+ }]
10167
+ },
10168
+ {
10169
+ description: 'Classic\'s original Liquid Staking Token - circa 2022',
10170
+ type_asset: 'cw20',
10171
+ address: 'terra1uewxz67jhhhs2tj97pfm2egtk7zqxuhenm4y4m',
10172
+ denom_units: [{
10173
+ denom: 'ibc/74F5414840763DACEF044AF7CDED666CEEFF3E86CF8FA6A52090925DB82A3AEF',
10174
+ exponent: 0,
10175
+ aliases: ['cw20:terra1uewxz67jhhhs2tj97pfm2egtk7zqxuhenm4y4m']
10176
+ }, {
10177
+ denom: 'base',
10178
+ exponent: 6
10179
+ }],
10180
+ base: 'ibc/74F5414840763DACEF044AF7CDED666CEEFF3E86CF8FA6A52090925DB82A3AEF',
10181
+ name: 'Burn and Stake Enterprise Token',
10182
+ display: 'base',
10183
+ symbol: 'BASE',
10184
+ logo_URIs: {
10185
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/base.png'
10186
+ },
10187
+ images: [{
10188
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/base.png'
10189
+ }],
10190
+ traces: [{
10191
+ type: 'ibc-cw20',
10192
+ counterparty: {
10193
+ port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
10194
+ channel_id: 'channel-87',
10195
+ base_denom: 'cw20:terra1uewxz67jhhhs2tj97pfm2egtk7zqxuhenm4y4m',
10196
+ chain_name: 'terra'
10197
+ },
10198
+ chain: {
10199
+ port: 'transfer',
10200
+ channel_id: 'channel-114'
10201
+ }
10202
+ }]
10203
+ },
10204
+ {
10205
+ description: 'CW20 token hard-pegged 1:1 with Native LUNC. Reduces or eliminates the chain-tax so you keep more of your money.',
10206
+ type_asset: 'cw20',
10207
+ address: 'terra10fusc7487y4ju2v5uavkauf3jdpxx9h8sc7wsqdqg4rne8t4qyrq8385q6',
10208
+ denom_units: [{
10209
+ denom: 'ibc/C2F96F7CDAC5B5D1FCC59B0396E9F051738930F37E4494C7760D7B1DC4FB13E8',
10210
+ exponent: 0,
10211
+ aliases: ['cw20:terra10fusc7487y4ju2v5uavkauf3jdpxx9h8sc7wsqdqg4rne8t4qyrq8385q6']
10212
+ }, {
10213
+ denom: 'cwlunc',
10214
+ exponent: 6
10215
+ }],
10216
+ base: 'ibc/C2F96F7CDAC5B5D1FCC59B0396E9F051738930F37E4494C7760D7B1DC4FB13E8',
10217
+ name: 'cwLUNC Token',
10218
+ display: 'cwlunc',
10219
+ symbol: 'cwLUNC',
10220
+ logo_URIs: {
10221
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cwlunc.png'
10222
+ },
10223
+ images: [{
10224
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cwlunc.png'
10225
+ }],
10226
+ traces: [{
10227
+ type: 'ibc-cw20',
10228
+ counterparty: {
10229
+ port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
10230
+ channel_id: 'channel-87',
10231
+ base_denom: 'cw20:terra10fusc7487y4ju2v5uavkauf3jdpxx9h8sc7wsqdqg4rne8t4qyrq8385q6',
10232
+ chain_name: 'terra'
10233
+ },
10234
+ chain: {
10235
+ port: 'transfer',
10236
+ channel_id: 'channel-114'
10237
+ }
10238
+ }]
10239
+ },
10132
10240
  {
10133
10241
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
10134
10242
  denom_units: [{
@@ -18899,6 +19007,114 @@ const assets = {
18899
19007
  }
18900
19008
  }]
18901
19009
  },
19010
+ {
19011
+ description: 'WESO is the first memetility token launched on the Luna Classic blockchain. WESO is a innovative CW20 token dedicated to revitalizing and stabilizing the Luna Classic ecosystem. By leveraging a robust economic model WESO aims to restore confidence and sustainability within the ecosystem.',
19012
+ type_asset: 'cw20',
19013
+ address: 'terra13ryrrlcskwa05cd94h54c8rnztff9l82pp0zqnfvlwt77za8wjjsld36ms',
19014
+ denom_units: [{
19015
+ denom: 'ibc/53D1471D03064FD13D9D06950D8CE160CA737A07400D685A408965E788BC6992',
19016
+ exponent: 0,
19017
+ aliases: ['cw20:terra13ryrrlcskwa05cd94h54c8rnztff9l82pp0zqnfvlwt77za8wjjsld36ms']
19018
+ }, {
19019
+ denom: 'weso',
19020
+ exponent: 6
19021
+ }],
19022
+ base: 'ibc/53D1471D03064FD13D9D06950D8CE160CA737A07400D685A408965E788BC6992',
19023
+ name: 'WESO World',
19024
+ display: 'weso',
19025
+ symbol: 'WESO',
19026
+ logo_URIs: {
19027
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/weso.png'
19028
+ },
19029
+ images: [{
19030
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/weso.png'
19031
+ }],
19032
+ traces: [{
19033
+ type: 'ibc-cw20',
19034
+ counterparty: {
19035
+ port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
19036
+ channel_id: 'channel-87',
19037
+ base_denom: 'cw20:terra13ryrrlcskwa05cd94h54c8rnztff9l82pp0zqnfvlwt77za8wjjsld36ms',
19038
+ chain_name: 'terra'
19039
+ },
19040
+ chain: {
19041
+ port: 'transfer',
19042
+ channel_id: 'channel-114'
19043
+ }
19044
+ }]
19045
+ },
19046
+ {
19047
+ description: 'Classic\'s original Liquid Staking Token - circa 2022',
19048
+ type_asset: 'cw20',
19049
+ address: 'terra1uewxz67jhhhs2tj97pfm2egtk7zqxuhenm4y4m',
19050
+ denom_units: [{
19051
+ denom: 'ibc/74F5414840763DACEF044AF7CDED666CEEFF3E86CF8FA6A52090925DB82A3AEF',
19052
+ exponent: 0,
19053
+ aliases: ['cw20:terra1uewxz67jhhhs2tj97pfm2egtk7zqxuhenm4y4m']
19054
+ }, {
19055
+ denom: 'base',
19056
+ exponent: 6
19057
+ }],
19058
+ base: 'ibc/74F5414840763DACEF044AF7CDED666CEEFF3E86CF8FA6A52090925DB82A3AEF',
19059
+ name: 'Burn and Stake Enterprise Token',
19060
+ display: 'base',
19061
+ symbol: 'BASE',
19062
+ logo_URIs: {
19063
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/base.png'
19064
+ },
19065
+ images: [{
19066
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/base.png'
19067
+ }],
19068
+ traces: [{
19069
+ type: 'ibc-cw20',
19070
+ counterparty: {
19071
+ port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
19072
+ channel_id: 'channel-87',
19073
+ base_denom: 'cw20:terra1uewxz67jhhhs2tj97pfm2egtk7zqxuhenm4y4m',
19074
+ chain_name: 'terra'
19075
+ },
19076
+ chain: {
19077
+ port: 'transfer',
19078
+ channel_id: 'channel-114'
19079
+ }
19080
+ }]
19081
+ },
19082
+ {
19083
+ description: 'CW20 token hard-pegged 1:1 with Native LUNC. Reduces or eliminates the chain-tax so you keep more of your money.',
19084
+ type_asset: 'cw20',
19085
+ address: 'terra10fusc7487y4ju2v5uavkauf3jdpxx9h8sc7wsqdqg4rne8t4qyrq8385q6',
19086
+ denom_units: [{
19087
+ denom: 'ibc/C2F96F7CDAC5B5D1FCC59B0396E9F051738930F37E4494C7760D7B1DC4FB13E8',
19088
+ exponent: 0,
19089
+ aliases: ['cw20:terra10fusc7487y4ju2v5uavkauf3jdpxx9h8sc7wsqdqg4rne8t4qyrq8385q6']
19090
+ }, {
19091
+ denom: 'cwlunc',
19092
+ exponent: 6
19093
+ }],
19094
+ base: 'ibc/C2F96F7CDAC5B5D1FCC59B0396E9F051738930F37E4494C7760D7B1DC4FB13E8',
19095
+ name: 'cwLUNC Token',
19096
+ display: 'cwlunc',
19097
+ symbol: 'cwLUNC',
19098
+ logo_URIs: {
19099
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cwlunc.png'
19100
+ },
19101
+ images: [{
19102
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cwlunc.png'
19103
+ }],
19104
+ traces: [{
19105
+ type: 'ibc-cw20',
19106
+ counterparty: {
19107
+ port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
19108
+ channel_id: 'channel-87',
19109
+ base_denom: 'cw20:terra10fusc7487y4ju2v5uavkauf3jdpxx9h8sc7wsqdqg4rne8t4qyrq8385q6',
19110
+ chain_name: 'terra'
19111
+ },
19112
+ chain: {
19113
+ port: 'transfer',
19114
+ channel_id: 'channel-114'
19115
+ }
19116
+ }]
19117
+ },
18902
19118
  {
18903
19119
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
18904
19120
  denom_units: [{
@@ -747,6 +747,46 @@ const assets = {
747
747
  }
748
748
  }]
749
749
  },
750
+ {
751
+ description: 'Int3face blockchain native token',
752
+ denom_units: [{
753
+ denom: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
754
+ exponent: 0,
755
+ aliases: ['uint3']
756
+ }, {
757
+ denom: 'int3',
758
+ exponent: 6
759
+ }],
760
+ base: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
761
+ name: 'Int3face Token',
762
+ display: 'int3',
763
+ symbol: 'INT3',
764
+ logo_URIs: {
765
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
766
+ },
767
+ images: [{
768
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
769
+ theme: {
770
+ primary_color_hex: '#3d3d3d'
771
+ }
772
+ }],
773
+ socials: {
774
+ website: 'https://int3face.io/',
775
+ twitter: 'https://x.com/int3face'
776
+ },
777
+ type_asset: 'sdk.coin',
778
+ traces: [{
779
+ type: 'ibc',
780
+ counterparty: {
781
+ channel_id: 'channel-1',
782
+ base_denom: 'uint3',
783
+ chain_name: 'int3face'
784
+ },
785
+ chain: {
786
+ channel_id: 'channel-6455'
787
+ }
788
+ }]
789
+ },
750
790
  {
751
791
  description: 'The native token of JUNO Chain',
752
792
  denom_units: [{
@@ -1783,6 +1823,46 @@ const assets = {
1783
1823
  }
1784
1824
  }]
1785
1825
  },
1826
+ {
1827
+ description: 'Int3face blockchain native token',
1828
+ denom_units: [{
1829
+ denom: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
1830
+ exponent: 0,
1831
+ aliases: ['uint3']
1832
+ }, {
1833
+ denom: 'int3',
1834
+ exponent: 6
1835
+ }],
1836
+ base: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
1837
+ name: 'Int3face Token',
1838
+ display: 'int3',
1839
+ symbol: 'INT3',
1840
+ logo_URIs: {
1841
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
1842
+ },
1843
+ images: [{
1844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
1845
+ theme: {
1846
+ primary_color_hex: '#3d3d3d'
1847
+ }
1848
+ }],
1849
+ socials: {
1850
+ website: 'https://int3face.io/',
1851
+ twitter: 'https://x.com/int3face'
1852
+ },
1853
+ type_asset: 'sdk.coin',
1854
+ traces: [{
1855
+ type: 'ibc',
1856
+ counterparty: {
1857
+ channel_id: 'channel-1',
1858
+ base_denom: 'uint3',
1859
+ chain_name: 'int3face'
1860
+ },
1861
+ chain: {
1862
+ channel_id: 'channel-6455'
1863
+ }
1864
+ }]
1865
+ },
1786
1866
  {
1787
1867
  description: 'The native token of JUNO Chain',
1788
1868
  denom_units: [{
@@ -1688,10 +1688,10 @@ const assets = {
1688
1688
  display: 'ckUSD',
1689
1689
  symbol: 'CKUSD',
1690
1690
  logo_URIs: {
1691
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1692
1692
  },
1693
1693
  images: [{
1694
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1694
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1695
1695
  }],
1696
1696
  keywords: ['dex', 'mm'],
1697
1697
  socials: {
@@ -1726,10 +1726,10 @@ const assets = {
1726
1726
  display: 'cUSDC',
1727
1727
  symbol: 'CUSDC',
1728
1728
  logo_URIs: {
1729
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1729
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1730
1730
  },
1731
1731
  images: [{
1732
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1732
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1733
1733
  }],
1734
1734
  keywords: ['dex', 'mm'],
1735
1735
  type_asset: 'sdk.coin',
@@ -1758,12 +1758,12 @@ const assets = {
1758
1758
  base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
1759
1759
  name: 'cUSDT.inj',
1760
1760
  display: 'cUSDT.inj',
1761
- symbol: 'CUSDT.inj',
1761
+ symbol: 'cUSDT.inj',
1762
1762
  logo_URIs: {
1763
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1763
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1764
1764
  },
1765
1765
  images: [{
1766
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1766
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1767
1767
  }],
1768
1768
  keywords: ['dex', 'mm'],
1769
1769
  type_asset: 'sdk.coin',
@@ -1792,12 +1792,12 @@ const assets = {
1792
1792
  base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
1793
1793
  name: 'asUSDT.inj',
1794
1794
  display: 'asusdtinj',
1795
- symbol: 'ASUSDT.inj',
1795
+ symbol: 'asUSDT.inj',
1796
1796
  logo_URIs: {
1797
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1797
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1798
1798
  },
1799
1799
  images: [{
1800
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1800
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1801
1801
  }],
1802
1802
  keywords: ['dex', 'mm'],
1803
1803
  type_asset: 'sdk.coin',
@@ -1828,10 +1828,10 @@ const assets = {
1828
1828
  display: 'asUSDC',
1829
1829
  symbol: 'ASUSDC',
1830
1830
  logo_URIs: {
1831
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1831
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1832
1832
  },
1833
1833
  images: [{
1834
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1834
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1835
1835
  }],
1836
1836
  keywords: ['dex', 'mm'],
1837
1837
  type_asset: 'sdk.coin',
@@ -4050,10 +4050,10 @@ const assets = {
4050
4050
  display: 'ckUSD',
4051
4051
  symbol: 'CKUSD',
4052
4052
  logo_URIs: {
4053
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4053
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4054
4054
  },
4055
4055
  images: [{
4056
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4056
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4057
4057
  }],
4058
4058
  keywords: ['dex', 'mm'],
4059
4059
  socials: {
@@ -4088,10 +4088,10 @@ const assets = {
4088
4088
  display: 'cUSDC',
4089
4089
  symbol: 'CUSDC',
4090
4090
  logo_URIs: {
4091
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4091
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4092
4092
  },
4093
4093
  images: [{
4094
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4094
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4095
4095
  }],
4096
4096
  keywords: ['dex', 'mm'],
4097
4097
  type_asset: 'sdk.coin',
@@ -4120,12 +4120,12 @@ const assets = {
4120
4120
  base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
4121
4121
  name: 'cUSDT.inj',
4122
4122
  display: 'cUSDT.inj',
4123
- symbol: 'CUSDT.inj',
4123
+ symbol: 'cUSDT.inj',
4124
4124
  logo_URIs: {
4125
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4125
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4126
4126
  },
4127
4127
  images: [{
4128
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4128
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4129
4129
  }],
4130
4130
  keywords: ['dex', 'mm'],
4131
4131
  type_asset: 'sdk.coin',
@@ -4154,12 +4154,12 @@ const assets = {
4154
4154
  base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
4155
4155
  name: 'asUSDT.inj',
4156
4156
  display: 'asusdtinj',
4157
- symbol: 'ASUSDT.inj',
4157
+ symbol: 'asUSDT.inj',
4158
4158
  logo_URIs: {
4159
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4160
4160
  },
4161
4161
  images: [{
4162
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4162
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4163
4163
  }],
4164
4164
  keywords: ['dex', 'mm'],
4165
4165
  type_asset: 'sdk.coin',
@@ -4190,10 +4190,10 @@ const assets = {
4190
4190
  display: 'asUSDC',
4191
4191
  symbol: 'ASUSDC',
4192
4192
  logo_URIs: {
4193
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4194
4194
  },
4195
4195
  images: [{
4196
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4196
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4197
4197
  }],
4198
4198
  keywords: ['dex', 'mm'],
4199
4199
  type_asset: 'sdk.coin',
@@ -1089,6 +1089,48 @@ const assets = {
1089
1089
  }
1090
1090
  }]
1091
1091
  },
1092
+ {
1093
+ description: 'QCK - native token of Quicksilver',
1094
+ denom_units: [{
1095
+ denom: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1096
+ exponent: 0,
1097
+ aliases: ['uqck']
1098
+ }, {
1099
+ denom: 'qck',
1100
+ exponent: 6,
1101
+ aliases: []
1102
+ }],
1103
+ base: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1104
+ name: 'Quicksilver',
1105
+ display: 'qck',
1106
+ symbol: 'QCK',
1107
+ logo_URIs: {
1108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1109
+ },
1110
+ coingecko_id: 'quicksilver',
1111
+ images: [{
1112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1113
+ theme: {
1114
+ primary_color_hex: '#b2b2b2'
1115
+ }
1116
+ }],
1117
+ socials: {
1118
+ website: 'https://quicksilver.zone/',
1119
+ twitter: 'https://twitter.com/quicksilverzone'
1120
+ },
1121
+ type_asset: 'sdk.coin',
1122
+ traces: [{
1123
+ type: 'ibc',
1124
+ counterparty: {
1125
+ channel_id: 'channel-228',
1126
+ base_denom: 'uqck',
1127
+ chain_name: 'quicksilver'
1128
+ },
1129
+ chain: {
1130
+ channel_id: 'channel-51'
1131
+ }
1132
+ }]
1133
+ },
1092
1134
  {
1093
1135
  description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
1094
1136
  denom_units: [{
@@ -1220,6 +1262,48 @@ const assets = {
1220
1262
  }
1221
1263
  }]
1222
1264
  },
1265
+ {
1266
+ description: 'QCK - native token of Quicksilver',
1267
+ denom_units: [{
1268
+ denom: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1269
+ exponent: 0,
1270
+ aliases: ['uqck']
1271
+ }, {
1272
+ denom: 'qck',
1273
+ exponent: 6,
1274
+ aliases: []
1275
+ }],
1276
+ base: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1277
+ name: 'Quicksilver',
1278
+ display: 'qck',
1279
+ symbol: 'QCK',
1280
+ logo_URIs: {
1281
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1282
+ },
1283
+ coingecko_id: 'quicksilver',
1284
+ images: [{
1285
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1286
+ theme: {
1287
+ primary_color_hex: '#b2b2b2'
1288
+ }
1289
+ }],
1290
+ socials: {
1291
+ website: 'https://quicksilver.zone/',
1292
+ twitter: 'https://twitter.com/quicksilverzone'
1293
+ },
1294
+ type_asset: 'sdk.coin',
1295
+ traces: [{
1296
+ type: 'ibc',
1297
+ counterparty: {
1298
+ channel_id: 'channel-228',
1299
+ base_denom: 'uqck',
1300
+ chain_name: 'quicksilver'
1301
+ },
1302
+ chain: {
1303
+ channel_id: 'channel-51'
1304
+ }
1305
+ }]
1306
+ },
1223
1307
  {
1224
1308
  description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
1225
1309
  denom_units: [{