@clawcard/cli 3.0.7 → 3.0.10

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": "@clawcard/cli",
3
- "version": "3.0.7",
3
+ "version": "3.0.10",
4
4
  "description": "The ClawCard CLI — manage your agent keys, billing, and setup from the terminal",
5
5
  "bin": {
6
6
  "clawcard": "./bin/clawcard.mjs"
@@ -591,7 +591,8 @@ export async function agentWalletFundCmd(options) {
591
591
  console.log();
592
592
  console.log(` ${orange(result.url)}`);
593
593
  console.log();
594
- console.log(chalk.dim(` Or send USDC directly to ${result.walletAddress} on Base.`));
594
+ console.log(chalk.dim(` Tip: Buy both USDC and a small amount of ETH (~$1) for gas fees.`));
595
+ console.log(chalk.dim(` Or send USDC + ETH directly to ${result.walletAddress} on Base.`));
595
596
  console.log();
596
597
 
597
598
  // Try to open the URL in the browser