decharge-scout 4.10.1 → 4.11.1

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/fleet.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decharge-scout",
3
- "version": "4.10.1",
3
+ "version": "4.11.1",
4
4
  "description": "Global Energy Scout - Weather-powered intelligent energy price forecasting with Solana integration",
5
5
  "main": "index.js",
6
6
  "type": "module",
package/src/fleet.js CHANGED
@@ -388,6 +388,8 @@ export async function runFleetOptimization(options) {
388
388
  const dashboardSpinner = ora('Submitting to AgentOne dashboard...').start();
389
389
  const apiUrl = process.env.DASHBOARD_FLEET_API_URL || 'https://decharge-scout.vercel.app/agentone/api/fleet-submit';
390
390
 
391
+ console.log(chalk.gray(` POST ${apiUrl}`));
392
+
391
393
  const dashboardPayload = {
392
394
  ...submissionPayload,
393
395
  wallet: walletAddress