@chain-registry/assets 1.70.107 → 1.70.108

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 (41) 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/neutron.js +80 -0
  11. package/esm/mainnet/noble.js +24 -24
  12. package/esm/mainnet/omniflixhub.js +84 -0
  13. package/esm/mainnet/osmosis.js +24 -24
  14. package/esm/mainnet/quicksilver.js +1528 -168
  15. package/esm/mainnet/saga.js +84 -0
  16. package/esm/mainnet/sommelier.js +84 -0
  17. package/esm/mainnet/terra2.js +108 -24
  18. package/esm/mainnet/xion.js +84 -0
  19. package/esm/testnet/axelartestnet.js +140 -0
  20. package/esm/testnet/manifesttestnet.js +72 -0
  21. package/index.d.ts +1 -1
  22. package/mainnet/agoric.js +84 -0
  23. package/mainnet/axelar.js +8 -8
  24. package/mainnet/celestia.js +84 -0
  25. package/mainnet/cosmoshub.js +24 -24
  26. package/mainnet/dydx.js +84 -0
  27. package/mainnet/injective.js +108 -24
  28. package/mainnet/int3face.js +306 -0
  29. package/mainnet/jackal.js +8 -8
  30. package/mainnet/neutron.js +80 -0
  31. package/mainnet/noble.js +24 -24
  32. package/mainnet/omniflixhub.js +84 -0
  33. package/mainnet/osmosis.js +24 -24
  34. package/mainnet/quicksilver.js +1528 -168
  35. package/mainnet/saga.js +84 -0
  36. package/mainnet/sommelier.js +84 -0
  37. package/mainnet/terra2.js +108 -24
  38. package/mainnet/xion.js +84 -0
  39. package/package.json +5 -5
  40. package/testnet/axelartestnet.js +140 -0
  41. package/testnet/manifesttestnet.js +72 -0
package/mainnet/jackal.js CHANGED
@@ -90,14 +90,14 @@ const assets = {
90
90
  {
91
91
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
92
92
  denom_units: [{
93
- denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
93
+ denom: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E',
94
94
  exponent: 0,
95
95
  aliases: ['uaxl']
96
96
  }, {
97
97
  denom: 'axl',
98
98
  exponent: 6
99
99
  }],
100
- base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
100
+ base: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E',
101
101
  name: 'Axelar',
102
102
  display: 'axl',
103
103
  symbol: 'AXL',
@@ -121,12 +121,12 @@ const assets = {
121
121
  traces: [{
122
122
  type: 'ibc',
123
123
  counterparty: {
124
- channel_id: 'channel-137',
124
+ channel_id: 'channel-168',
125
125
  base_denom: 'uaxl',
126
126
  chain_name: 'axelar'
127
127
  },
128
128
  chain: {
129
- channel_id: 'channel-49'
129
+ channel_id: 'channel-153'
130
130
  }
131
131
  }]
132
132
  },
@@ -337,14 +337,14 @@ const assets = {
337
337
  {
338
338
  description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
339
339
  denom_units: [{
340
- denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
340
+ denom: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E',
341
341
  exponent: 0,
342
342
  aliases: ['uaxl']
343
343
  }, {
344
344
  denom: 'axl',
345
345
  exponent: 6
346
346
  }],
347
- base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
347
+ base: 'ibc/BC0F3294973FC1EAF08D30653B38EDCE3C330283AC85D343F02EB6165C98A39E',
348
348
  name: 'Axelar',
349
349
  display: 'axl',
350
350
  symbol: 'AXL',
@@ -368,12 +368,12 @@ const assets = {
368
368
  traces: [{
369
369
  type: 'ibc',
370
370
  counterparty: {
371
- channel_id: 'channel-137',
371
+ channel_id: 'channel-168',
372
372
  base_denom: 'uaxl',
373
373
  chain_name: 'axelar'
374
374
  },
375
375
  chain: {
376
- channel_id: 'channel-49'
376
+ channel_id: 'channel-153'
377
377
  }
378
378
  }]
379
379
  },
@@ -749,6 +749,46 @@ const assets = {
749
749
  }
750
750
  }]
751
751
  },
752
+ {
753
+ description: 'Int3face blockchain native token',
754
+ denom_units: [{
755
+ denom: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
756
+ exponent: 0,
757
+ aliases: ['uint3']
758
+ }, {
759
+ denom: 'int3',
760
+ exponent: 6
761
+ }],
762
+ base: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
763
+ name: 'Int3face Token',
764
+ display: 'int3',
765
+ symbol: 'INT3',
766
+ logo_URIs: {
767
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
768
+ },
769
+ images: [{
770
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
771
+ theme: {
772
+ primary_color_hex: '#3d3d3d'
773
+ }
774
+ }],
775
+ socials: {
776
+ website: 'https://int3face.io/',
777
+ twitter: 'https://x.com/int3face'
778
+ },
779
+ type_asset: 'sdk.coin',
780
+ traces: [{
781
+ type: 'ibc',
782
+ counterparty: {
783
+ channel_id: 'channel-1',
784
+ base_denom: 'uint3',
785
+ chain_name: 'int3face'
786
+ },
787
+ chain: {
788
+ channel_id: 'channel-6455'
789
+ }
790
+ }]
791
+ },
752
792
  {
753
793
  description: 'The native token of JUNO Chain',
754
794
  denom_units: [{
@@ -1785,6 +1825,46 @@ const assets = {
1785
1825
  }
1786
1826
  }]
1787
1827
  },
1828
+ {
1829
+ description: 'Int3face blockchain native token',
1830
+ denom_units: [{
1831
+ denom: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
1832
+ exponent: 0,
1833
+ aliases: ['uint3']
1834
+ }, {
1835
+ denom: 'int3',
1836
+ exponent: 6
1837
+ }],
1838
+ base: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
1839
+ name: 'Int3face Token',
1840
+ display: 'int3',
1841
+ symbol: 'INT3',
1842
+ logo_URIs: {
1843
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
1844
+ },
1845
+ images: [{
1846
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
1847
+ theme: {
1848
+ primary_color_hex: '#3d3d3d'
1849
+ }
1850
+ }],
1851
+ socials: {
1852
+ website: 'https://int3face.io/',
1853
+ twitter: 'https://x.com/int3face'
1854
+ },
1855
+ type_asset: 'sdk.coin',
1856
+ traces: [{
1857
+ type: 'ibc',
1858
+ counterparty: {
1859
+ channel_id: 'channel-1',
1860
+ base_denom: 'uint3',
1861
+ chain_name: 'int3face'
1862
+ },
1863
+ chain: {
1864
+ channel_id: 'channel-6455'
1865
+ }
1866
+ }]
1867
+ },
1788
1868
  {
1789
1869
  description: 'The native token of JUNO Chain',
1790
1870
  denom_units: [{
package/mainnet/noble.js CHANGED
@@ -1690,10 +1690,10 @@ const assets = {
1690
1690
  display: 'ckUSD',
1691
1691
  symbol: 'CKUSD',
1692
1692
  logo_URIs: {
1693
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1693
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1694
1694
  },
1695
1695
  images: [{
1696
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1696
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1697
1697
  }],
1698
1698
  keywords: ['dex', 'mm'],
1699
1699
  socials: {
@@ -1728,10 +1728,10 @@ const assets = {
1728
1728
  display: 'cUSDC',
1729
1729
  symbol: 'CUSDC',
1730
1730
  logo_URIs: {
1731
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1731
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1732
1732
  },
1733
1733
  images: [{
1734
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1734
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1735
1735
  }],
1736
1736
  keywords: ['dex', 'mm'],
1737
1737
  type_asset: 'sdk.coin',
@@ -1760,12 +1760,12 @@ const assets = {
1760
1760
  base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
1761
1761
  name: 'cUSDT.inj',
1762
1762
  display: 'cUSDT.inj',
1763
- symbol: 'CUSDT.inj',
1763
+ symbol: 'cUSDT.inj',
1764
1764
  logo_URIs: {
1765
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1765
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1766
1766
  },
1767
1767
  images: [{
1768
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1768
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1769
1769
  }],
1770
1770
  keywords: ['dex', 'mm'],
1771
1771
  type_asset: 'sdk.coin',
@@ -1794,12 +1794,12 @@ const assets = {
1794
1794
  base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
1795
1795
  name: 'asUSDT.inj',
1796
1796
  display: 'asusdtinj',
1797
- symbol: 'ASUSDT.inj',
1797
+ symbol: 'asUSDT.inj',
1798
1798
  logo_URIs: {
1799
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1799
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1800
1800
  },
1801
1801
  images: [{
1802
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1802
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1803
1803
  }],
1804
1804
  keywords: ['dex', 'mm'],
1805
1805
  type_asset: 'sdk.coin',
@@ -1830,10 +1830,10 @@ const assets = {
1830
1830
  display: 'asUSDC',
1831
1831
  symbol: 'ASUSDC',
1832
1832
  logo_URIs: {
1833
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1833
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1834
1834
  },
1835
1835
  images: [{
1836
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1836
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1837
1837
  }],
1838
1838
  keywords: ['dex', 'mm'],
1839
1839
  type_asset: 'sdk.coin',
@@ -4052,10 +4052,10 @@ const assets = {
4052
4052
  display: 'ckUSD',
4053
4053
  symbol: 'CKUSD',
4054
4054
  logo_URIs: {
4055
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4055
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4056
4056
  },
4057
4057
  images: [{
4058
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4058
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4059
4059
  }],
4060
4060
  keywords: ['dex', 'mm'],
4061
4061
  socials: {
@@ -4090,10 +4090,10 @@ const assets = {
4090
4090
  display: 'cUSDC',
4091
4091
  symbol: 'CUSDC',
4092
4092
  logo_URIs: {
4093
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4093
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4094
4094
  },
4095
4095
  images: [{
4096
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4096
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4097
4097
  }],
4098
4098
  keywords: ['dex', 'mm'],
4099
4099
  type_asset: 'sdk.coin',
@@ -4122,12 +4122,12 @@ const assets = {
4122
4122
  base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
4123
4123
  name: 'cUSDT.inj',
4124
4124
  display: 'cUSDT.inj',
4125
- symbol: 'CUSDT.inj',
4125
+ symbol: 'cUSDT.inj',
4126
4126
  logo_URIs: {
4127
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4127
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4128
4128
  },
4129
4129
  images: [{
4130
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4130
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4131
4131
  }],
4132
4132
  keywords: ['dex', 'mm'],
4133
4133
  type_asset: 'sdk.coin',
@@ -4156,12 +4156,12 @@ const assets = {
4156
4156
  base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
4157
4157
  name: 'asUSDT.inj',
4158
4158
  display: 'asusdtinj',
4159
- symbol: 'ASUSDT.inj',
4159
+ symbol: 'asUSDT.inj',
4160
4160
  logo_URIs: {
4161
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4161
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4162
4162
  },
4163
4163
  images: [{
4164
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4164
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4165
4165
  }],
4166
4166
  keywords: ['dex', 'mm'],
4167
4167
  type_asset: 'sdk.coin',
@@ -4192,10 +4192,10 @@ const assets = {
4192
4192
  display: 'asUSDC',
4193
4193
  symbol: 'ASUSDC',
4194
4194
  logo_URIs: {
4195
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4195
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4196
4196
  },
4197
4197
  images: [{
4198
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4198
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4199
4199
  }],
4200
4200
  keywords: ['dex', 'mm'],
4201
4201
  type_asset: 'sdk.coin',
@@ -1091,6 +1091,48 @@ const assets = {
1091
1091
  }
1092
1092
  }]
1093
1093
  },
1094
+ {
1095
+ description: 'QCK - native token of Quicksilver',
1096
+ denom_units: [{
1097
+ denom: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1098
+ exponent: 0,
1099
+ aliases: ['uqck']
1100
+ }, {
1101
+ denom: 'qck',
1102
+ exponent: 6,
1103
+ aliases: []
1104
+ }],
1105
+ base: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1106
+ name: 'Quicksilver',
1107
+ display: 'qck',
1108
+ symbol: 'QCK',
1109
+ logo_URIs: {
1110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1111
+ },
1112
+ coingecko_id: 'quicksilver',
1113
+ images: [{
1114
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1115
+ theme: {
1116
+ primary_color_hex: '#b2b2b2'
1117
+ }
1118
+ }],
1119
+ socials: {
1120
+ website: 'https://quicksilver.zone/',
1121
+ twitter: 'https://twitter.com/quicksilverzone'
1122
+ },
1123
+ type_asset: 'sdk.coin',
1124
+ traces: [{
1125
+ type: 'ibc',
1126
+ counterparty: {
1127
+ channel_id: 'channel-228',
1128
+ base_denom: 'uqck',
1129
+ chain_name: 'quicksilver'
1130
+ },
1131
+ chain: {
1132
+ channel_id: 'channel-51'
1133
+ }
1134
+ }]
1135
+ },
1094
1136
  {
1095
1137
  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.',
1096
1138
  denom_units: [{
@@ -1222,6 +1264,48 @@ const assets = {
1222
1264
  }
1223
1265
  }]
1224
1266
  },
1267
+ {
1268
+ description: 'QCK - native token of Quicksilver',
1269
+ denom_units: [{
1270
+ denom: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1271
+ exponent: 0,
1272
+ aliases: ['uqck']
1273
+ }, {
1274
+ denom: 'qck',
1275
+ exponent: 6,
1276
+ aliases: []
1277
+ }],
1278
+ base: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1279
+ name: 'Quicksilver',
1280
+ display: 'qck',
1281
+ symbol: 'QCK',
1282
+ logo_URIs: {
1283
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1284
+ },
1285
+ coingecko_id: 'quicksilver',
1286
+ images: [{
1287
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1288
+ theme: {
1289
+ primary_color_hex: '#b2b2b2'
1290
+ }
1291
+ }],
1292
+ socials: {
1293
+ website: 'https://quicksilver.zone/',
1294
+ twitter: 'https://twitter.com/quicksilverzone'
1295
+ },
1296
+ type_asset: 'sdk.coin',
1297
+ traces: [{
1298
+ type: 'ibc',
1299
+ counterparty: {
1300
+ channel_id: 'channel-228',
1301
+ base_denom: 'uqck',
1302
+ chain_name: 'quicksilver'
1303
+ },
1304
+ chain: {
1305
+ channel_id: 'channel-51'
1306
+ }
1307
+ }]
1308
+ },
1225
1309
  {
1226
1310
  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.',
1227
1311
  denom_units: [{
@@ -4329,10 +4329,10 @@ const assets = {
4329
4329
  display: 'ckUSD',
4330
4330
  symbol: 'CKUSD',
4331
4331
  logo_URIs: {
4332
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4332
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4333
4333
  },
4334
4334
  images: [{
4335
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4335
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4336
4336
  }],
4337
4337
  keywords: ['dex', 'mm'],
4338
4338
  socials: {
@@ -4367,10 +4367,10 @@ const assets = {
4367
4367
  display: 'cUSDC',
4368
4368
  symbol: 'CUSDC',
4369
4369
  logo_URIs: {
4370
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4370
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4371
4371
  },
4372
4372
  images: [{
4373
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4373
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4374
4374
  }],
4375
4375
  keywords: ['dex', 'mm'],
4376
4376
  type_asset: 'sdk.coin',
@@ -4399,12 +4399,12 @@ const assets = {
4399
4399
  base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A',
4400
4400
  name: 'cUSDT.inj',
4401
4401
  display: 'cUSDT.inj',
4402
- symbol: 'CUSDT.inj',
4402
+ symbol: 'cUSDT.inj',
4403
4403
  logo_URIs: {
4404
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4404
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4405
4405
  },
4406
4406
  images: [{
4407
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4407
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4408
4408
  }],
4409
4409
  keywords: ['dex', 'mm'],
4410
4410
  type_asset: 'sdk.coin',
@@ -4433,12 +4433,12 @@ const assets = {
4433
4433
  base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927',
4434
4434
  name: 'asUSDT.inj',
4435
4435
  display: 'asusdtinj',
4436
- symbol: 'ASUSDT.inj',
4436
+ symbol: 'asUSDT.inj',
4437
4437
  logo_URIs: {
4438
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4438
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4439
4439
  },
4440
4440
  images: [{
4441
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4441
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4442
4442
  }],
4443
4443
  keywords: ['dex', 'mm'],
4444
4444
  type_asset: 'sdk.coin',
@@ -4469,10 +4469,10 @@ const assets = {
4469
4469
  display: 'asUSDC',
4470
4470
  symbol: 'ASUSDC',
4471
4471
  logo_URIs: {
4472
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4472
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4473
4473
  },
4474
4474
  images: [{
4475
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4475
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4476
4476
  }],
4477
4477
  keywords: ['dex', 'mm'],
4478
4478
  type_asset: 'sdk.coin',
@@ -10370,10 +10370,10 @@ const assets = {
10370
10370
  display: 'ckUSD',
10371
10371
  symbol: 'CKUSD',
10372
10372
  logo_URIs: {
10373
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
10373
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
10374
10374
  },
10375
10375
  images: [{
10376
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
10376
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
10377
10377
  }],
10378
10378
  keywords: ['dex', 'mm'],
10379
10379
  socials: {
@@ -10408,10 +10408,10 @@ const assets = {
10408
10408
  display: 'cUSDC',
10409
10409
  symbol: 'CUSDC',
10410
10410
  logo_URIs: {
10411
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10411
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
10412
10412
  },
10413
10413
  images: [{
10414
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10414
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
10415
10415
  }],
10416
10416
  keywords: ['dex', 'mm'],
10417
10417
  type_asset: 'sdk.coin',
@@ -10440,12 +10440,12 @@ const assets = {
10440
10440
  base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A',
10441
10441
  name: 'cUSDT.inj',
10442
10442
  display: 'cUSDT.inj',
10443
- symbol: 'CUSDT.inj',
10443
+ symbol: 'cUSDT.inj',
10444
10444
  logo_URIs: {
10445
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
10445
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
10446
10446
  },
10447
10447
  images: [{
10448
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
10448
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
10449
10449
  }],
10450
10450
  keywords: ['dex', 'mm'],
10451
10451
  type_asset: 'sdk.coin',
@@ -10474,12 +10474,12 @@ const assets = {
10474
10474
  base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927',
10475
10475
  name: 'asUSDT.inj',
10476
10476
  display: 'asusdtinj',
10477
- symbol: 'ASUSDT.inj',
10477
+ symbol: 'asUSDT.inj',
10478
10478
  logo_URIs: {
10479
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
10479
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
10480
10480
  },
10481
10481
  images: [{
10482
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
10482
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
10483
10483
  }],
10484
10484
  keywords: ['dex', 'mm'],
10485
10485
  type_asset: 'sdk.coin',
@@ -10510,10 +10510,10 @@ const assets = {
10510
10510
  display: 'asUSDC',
10511
10511
  symbol: 'ASUSDC',
10512
10512
  logo_URIs: {
10513
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10513
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
10514
10514
  },
10515
10515
  images: [{
10516
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10516
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
10517
10517
  }],
10518
10518
  keywords: ['dex', 'mm'],
10519
10519
  type_asset: 'sdk.coin',