docs: add missing Custom Webhook networks - #1632
alchemy-bot wants to merge 1 commit into
Conversation
🔗 Preview Mode
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bc6dca8e0d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| - MATIC_AMOY | ||
| - ARC_TESTNET | ||
| - ARC_MAINNET | ||
| - ETH_RINKEBY |
There was a problem hiding this comment.
Remove the retired Rinkeby network from the enum
When callers rely on the OpenAPI schema to select a Custom Webhook network, this advertises ETH_RINKEBY as valid even though the repository's current Ethereum guidance explicitly says Rinkeby was deprecated (content/tutorials/transactions/sending-transactions/how-to-send-transactions-on-ethereum.mdx:56). A retired network cannot provide the real-time activity promised by Custom Webhooks, so this value should not be added; the nearby legacy ARB_RINKEBY and OPT_KOVAN entries should also be rechecked before publication.
Useful? React with 👍 / 👎.
| - ANIME_SEPOLIA | ||
| - ANIME_MAINNET | ||
| - MONAD_MAINNET | ||
| - SCROLL_SEPOLIA |
There was a problem hiding this comment.
Do not restore Scroll Sepolia after its cutoff
For users generating or validating create-webhook requests from this schema, this once again presents SCROLL_SEPOLIA as supported. The history of this exact file shows that commit 04ac053 deliberately removed the same enum member as part of the post-cutoff Scroll Sepolia cleanup, so reintroducing it makes the Notify specification disagree with the supported network surface and directs callers toward a retired endpoint.
Useful? React with 👍 / 👎.
Summary
create-webhookendpoint schemaGRAPHQLCustom WebhooksVerification