@clawcard/cli 3.0.5 → 3.0.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 +1 -1
- package/src/commands/agent.js +4 -0
package/package.json
CHANGED
package/src/commands/agent.js
CHANGED
|
@@ -602,6 +602,10 @@ export async function agentWalletFundCmd(options) {
|
|
|
602
602
|
} catch {
|
|
603
603
|
// open is optional — user can copy the URL
|
|
604
604
|
}
|
|
605
|
+
console.log();
|
|
606
|
+
console.log(` ${orange("After purchasing, wait ~30 seconds then verify:")}`);
|
|
607
|
+
console.log(` ${chalk.dim("$ clawcard agent wallet balance --json")}`);
|
|
608
|
+
console.log();
|
|
605
609
|
} else {
|
|
606
610
|
console.log(` Error: ${result.error}`);
|
|
607
611
|
}
|