solana-traderclaw 1.0.38 → 1.0.39
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/bin/openclaw-trader.mjs +0 -5
- package/package.json +1 -1
package/bin/openclaw-trader.mjs
CHANGED
|
@@ -1015,11 +1015,6 @@ async function cmdSetup(args) {
|
|
|
1015
1015
|
printWarn(
|
|
1016
1016
|
` For the OpenClaw gateway (Telegram/agent tools), the same env must be set on the gateway service — not only in this shell. See: ${TRADERCLAW_SESSION_TROUBLESHOOTING_URL}`,
|
|
1017
1017
|
);
|
|
1018
|
-
print("Next steps:");
|
|
1019
|
-
print(" 1. Install the plugin: openclaw plugins install solana-traderclaw (or: npm install -g solana-traderclaw)");
|
|
1020
|
-
print(" 2. Restart the gateway: openclaw gateway --restart");
|
|
1021
|
-
print(" 3. Start trading: Ask OpenClaw to scan for opportunities");
|
|
1022
|
-
print("");
|
|
1023
1018
|
print("Session commands:");
|
|
1024
1019
|
print(" traderclaw status Check connection health (auto-refreshes session)");
|
|
1025
1020
|
print(" traderclaw login Re-authenticate (challenge flow)");
|
package/package.json
CHANGED