clodds 1.2.4 → 1.2.6

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.4",
3
+ "version": "1.2.6",
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": {
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
6
6
  <title>Clodds</title>
7
- <link rel="icon" href="https://cloddsbot.com/logo.png" type="image/png">
7
+ <link rel="icon" href="logo.png" type="image/png">
8
8
  <link rel="stylesheet" href="css/app.css?v=9">
9
9
  </head>
10
10
  <body>
@@ -203,7 +203,7 @@
203
203
  <div id="messages" role="log" aria-live="polite" aria-label="Chat messages">
204
204
  <!-- Welcome (preserved by Chat.clear(), hidden when messages exist) -->
205
205
  <div class="welcome" id="welcome">
206
- <img class="welcome-logo" src="https://cloddsbot.com/logo.png" alt="Clodds" />
206
+ <img class="welcome-logo" src="logo.png" alt="Clodds" />
207
207
  <h2 class="welcome-greeting" id="welcome-greeting"></h2>
208
208
  <p class="welcome-sub">How can I help you today?</p>
209
209
  <div class="welcome-pulse" id="welcome-pulse"></div>
Binary file