docs: record verified multi-chain e2e settlement hashes#18
Merged
Conversation
Ran live x402 e2e against Base / SKALE / Solana via the production facilitator and added the resulting on-chain settlement transactions to the top-level README. Also parameterizes the Base / SKALE / Solana e2e scripts via TEST_API_PATH and TEST_BODY env vars (each previously hard-coded a single endpoint), and fixes the .env loader paths in test-real-e2e.ts / test-skale-e2e.ts so they pick up .claude/.env and PlatformBackend/.env from the workspace root.
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
After fixing the Solana V0-message prefix bug in FacilitatorX402#43 and rolling the new image to production, ran a fresh 6-test e2e matrix (3 chains × 2 services) against
https://facilitator.acedata.cloudfrom a real funded wallet on each network. All settlements landed on chain.Verified e2e settlements (2026-04-25)
POST /openai/chat/completions0xa1697ee4…7c2708POST /midjourney/imagine(turbo)0x2d161b04…84539b2POST /openai/chat/completions0x621b361a…7b12979POST /midjourney/imagine(turbo)0x0e66f646…6b827d3POST /openai/chat/completions4fsVAukg…D1Gd3tPOST /midjourney/imagine(turbo)5G438pwj…WUeBjChanges
TEST_API_PATH) and request body (TEST_BODY) via env vars; previously each script was hard-coded to/suno/audios. This is what allowed the matrix to be run from the same scripts.../../.claude/.env→../../../.claude/.envso they actually pick up keys from the workspace root (solanascript was already correct).TEST_API_PATH/TEST_BODYparameterization.No production / library code is touched — this is docs + test-script ergonomics only.