Conversation
- CLI docs: canonical CAIP-2 network IDs, Base USDC (EIP-3009), Agent Wallet as default payer, TRON GasFree scheme - API Catalog reference: assetTransferMethod field, GasFree route rules, Base network entries - Changelog: add Jul 20 (v1.0.1) and Jul 30 (v1.0.2) entries - All updated in both en and zh-Hans Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Clarify Base catalog scope: mainnet routes only (eip155:8453); CLI supports both mainnet and Sepolia - Agent Wallet CLI: document wallet-type subcommand form for non-interactive start/add (local_secure / raw_secret / privy) - SDK Guide and x402 CLI page touch-ups - Updated in both en and zh-Hans Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Base support is documented as mainnet-only (eip155:8453): drop the Sepolia network/alias table rows, EVM_RPC_URL_84532 mentions, testnet advice, and changelog claims, in both en and zh-Hans. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This reverts commit bdd6789.
Will-Guan
approved these changes
Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents x402 CLI v1.0.1 and v1.0.2 across CLI docs, API Catalog
reference, Agent Wallet developer docs, and the changelog. All pages
updated in both
enandzh-Hans.x402 CLI docs (
docs/x402/cli/, 5 pages)(
tron:0xcd8690dcetc.); legacy aliases liketron:nileare nowrejected by schema validation
eip155:8453/eip155:84532with USDC,settling via EIP-3009 (vs Permit2 on TRON/BSC)
pay— no private keyin env vars; documents the no-active-wallet failure mode
exact_gasfree): relayer paysenergy, fee deducted from payment token, no TRX needed
API Catalog reference
assetTransferMethodroute field (permit2/eip3009;omitted on GasFree routes)
fee/feeConfigfieldsmust not be published
mainnet routes only; CLI also supports Sepolia)
Agent Wallet developer docs
start/add(local_secure/raw_secret/privy) withfull option table — for CI and background services
Changelog
paid requests no longer follow HTTP redirects (keeps
PAYMENT-SIGNATUREon the original origin)settledvsdeliveredreportingMisc
Testing
yarn buildpasses locally for both locales (en, zh-Hans)