clodds 1.2.7 → 1.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clodds",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Open-source AI trading terminal. Trade Polymarket, Kalshi, Betfair, Binance, Bybit, Hyperliquid, Solana DEXs from Telegram, Discord, Slack or web. Arbitrage detection, whale tracking, copy trading, perpetual futures up to 200x, DeFi swaps, MEV protection. Self-hosted, 118 skills, powered by Claude.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -195,7 +195,7 @@ export class Chat {
195
195
  const avatar = document.createElement('div');
196
196
  avatar.className = 'msg-avatar bot-avatar';
197
197
  const img = document.createElement('img');
198
- img.src = 'https://cloddsbot.com/logo.png';
198
+ img.src = 'logo.png';
199
199
  img.alt = 'C';
200
200
  img.className = 'avatar-img';
201
201
  img.onerror = () => { img.remove(); avatar.textContent = 'C'; };