@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 +1 -1
- package/src/commands/agent.js +2 -1
package/package.json
CHANGED
package/src/commands/agent.js
CHANGED
|
@@ -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(`
|
|
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
|