v0.28.0
What's Changed
- Add Robinhood Chain (4663) support:
--network robinhoodon all CLI commands (custom viem chain definition until viem ships one) and 4663 added to every canonicalDeployment.chainsarray inchains.ts. - Fix x402 CAIP-2 network handling asymmetry: server-side predicate gates now accept CAIP-2 (
eip155:8453) and numeric (8453) network identifiers in theX-Paymentpayload, and the client normalizes the v1 payloadnetworkto the canonical short name. - Fix x402 usage reporting when the facilitator returns a CAIP-2/numeric network:
settle()resolves the settlement network viaresolveNetwork, sosettlementChainIdis populated foreip155:8453/8453responses. - tool-registry: add an explicit Etherscan v2
urlto themonadentry infoundry.tomlsoforge script --verifyconfig resolution no longer aborts.
Full Changelog: ProjectOpenSea/opensea-devtools@tool-sdk-v0.27.0...tool-sdk-v0.28.0