docs(webhooks): internal transfers now supported on all Address Activity networks#1443
Open
brianluong wants to merge 2 commits into
Open
docs(webhooks): internal transfers now supported on all Address Activity networks#1443brianluong wants to merge 2 commits into
brianluong wants to merge 2 commits into
Conversation
…tivity webhooks List the exact networks the prod webhook-internal-txns-producer consumes and add Robinhood Chain (Mainnet, Testnet), which was missing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
🔗 Preview Mode
|
…ity networks Internal transfers now run on the GraphQL webhook pipeline, whose prod network set is a superset of the Address Activity network set, so the chain limitation no longer applies. Replace the stale limitation note with an announcement-style callout and keep the delegatecall caveat. 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.
What
Updates the Address Activity Webhook page to reflect that internal transfers are no longer limited to a handful of chains:
delegatecall/ miner-rewards caveat as a Warning.Why
Internal transactions are now produced via the GraphQL webhook pipeline. Verified against prod helm values in OMGWINNING/webhooks (use1 is the only prod region):
webhook-graphql-producerruns 66 network workloadswebhook-external-txns-producer(Address Activity coverage) consumes 64 networks — a strict subset of the GraphQL set (GraphQL additionally covers Starknet Mainnet/Sepolia)Since GraphQL coverage ⊇ Address Activity coverage, the page can say "all EVM networks where Address Activity webhooks are available" without referencing GraphQL internals.
This support list appears nowhere else in the docs — the Custom Webhooks internal-transaction filter pages are a separate product and untouched.
🤖 Generated with Claude Code