File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -423,15 +423,15 @@ qn wallet generate --chain evm --name payer # dedicated wallet
423423
424424# Testnet only: fund the wallet from the faucet (Base Sepolia, once per
425425# account). Prints the funding tx; mainnet wallets are funded normally.
426- qn rpc x402 drip --payment-wallet payer --payment-network base-sepolia --payment-asset USDC
426+ qn rpc x402 drip --payment-wallet payer --payment-network base-sepolia
427427
428428# Buy prepaid credits with the funded wallet (moves real funds; gated — pass
429429# --yes to skip the prompt).
430430qn rpc x402 buy-credits --network base-sepolia --payment-wallet payer \
431431 --payment-network base-sepolia --payment-asset USDC --max-amount 10000000
432432
433433# Check the balance (prints the bare number).
434- qn rpc x402 balance --payment-wallet payer --payment-network base-sepolia --payment-asset USDC
434+ qn rpc x402 balance --payment-wallet payer --payment-network base-sepolia
435435
436436# Spend credits on calls. A drawdown call signs nothing per request, so it
437437# needs only the wallet — no asset or spend ceiling.
You can’t perform that action at this time.
0 commit comments