From 6ec6b4c8a501ebfc1981a50b9f53be8c7e0ee434 Mon Sep 17 00:00:00 2001 From: 1bcMax Date: Mon, 27 Jul 2026 11:07:15 -0700 Subject: [PATCH] fix: bind the last two stale numbers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CLAUDE.md advertised 80+ LLMs and the README said 40+ chains — the catalog serves 66 and Tatum exposes exactly 40. Both missed by earlier passes because they were phrased differently from everything that was grepped for. Audit is now clean outside CHANGELOG, which is history and stays as written. --- CLAUDE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index e2c25ca..d646f72 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # BlockRun LLM SDK (Python) -Python SDK for 80+ LLMs plus image/video/music/speech generation, standalone search, multi-chain RPC, and Pyth-backed market data — all gated by USDC micropayments via x402. No API keys — wallet signature is authentication. +Python SDK for 66 LLMs plus image/video/music/speech generation, standalone search, multi-chain RPC, and Pyth-backed market data — all gated by USDC micropayments via x402. No API keys — wallet signature is authentication. ## Commands diff --git a/README.md b/README.md index db0d7d2..b970011 100644 --- a/README.md +++ b/README.md @@ -797,7 +797,7 @@ Supported stock markets: `us, hk, jp, kr, gb, de, fr, nl, ie, lu, cn, ca`. ## Multi-chain RPC (`RpcClient`) -Standard JSON-RPC 2.0 access to 40+ chains through one endpoint — Ethereum, +Standard JSON-RPC 2.0 access to 40 chains through one endpoint — Ethereum, Base, Solana, Polygon, BSC, Arbitrum, Optimism, Avalanche, Bitcoin, Sui, and more (powered by Tatum's RPC gateway). No API key, no per-chain endpoints: flat **$0.002 per call** in USDC; a JSON-RPC batch charges per element.