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.
- package/package.json +1 -1
- package/src/fleet.js +2 -0
package/package.json
CHANGED
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
|