@clawcard/cli 3.0.10 → 3.0.13

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.10",
3
+ "version": "3.0.13",
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(` Tip: Buy both USDC and a small amount of ETH (~$1) for gas fees.`));
594
+ console.log(chalk.dim(` Important: Buy USDC for spending, plus ~$1 of ETH for gas fees.`));
595
+ console.log(chalk.dim(` $1 of ETH covers thousands of transactions on Base.`));
595
596
  console.log(chalk.dim(` Or send USDC + ETH directly to ${result.walletAddress} on Base.`));
596
597
  console.log();
597
598