Conversation
Browsers hitting protected endpoints now get the real wallet-connect payment UI (connect wallet, pay USDC on Base, auto-retry with the payment header) instead of @x402/core's bare fallback page. - @x402/paywall pinned to 2.4.0 (must match the @x402/core 2.4.x generation; newer paywall releases changed the integration API) - provider wired via @missionsquad/x402-proxy@0.1.1's new paywall config: createPaywall().withNetwork(evmPaywall).build(), appName AgentIndex; testnet mode is derived from the default network by x402-proxy - ambient type shim for @x402/paywall (its types are only reachable through the package.json exports map, which moduleResolution "node" cannot read; Node resolves the runtime require through exports without issue) Verified end-to-end: unpaid browser request returns 402 with the 1.88MB wallet UI bundle, AgentIndex branding, testnet:false for Base mainnet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Browsers hitting protected endpoints now get the real wallet-connect payment UI (connect wallet, pay USDC on Base, auto-retry with the payment header) instead of @x402/core's bare fallback page.
Verified end-to-end: unpaid browser request returns 402 with the 1.88MB wallet UI bundle, AgentIndex branding, testnet:false for Base mainnet.