docs: add currently supported networks to Notify webhook network enum - #1633
Merged
Merged
Conversation
Adds 29 networks (Unichain, Berachain, Mantle, Celo, Zora, Ronin, Abstract, Robinhood, Hyperliquid, and others) to the shared network schema in the Notify OpenAPI spec so the create-webhook and related endpoint docs list the current set of supported networks. SCROLL_SEPOLIA was already present. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
🔗 Preview Mode
|
dslovinsky
approved these changes
Sep 17, 2026
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.
Description
Updates the create-webhook API reference (and the other Notify endpoints that share the same schema) to list the currently supported networks.
Related Issues
N/A
Changes Made
networkenum insrc/openapi/notify/notify.yaml: MATIC_AMOY, ARC_TESTNET, ARC_MAINNET, OPT_SEPOLIA, RONIN_SAIGON, CELO_SEPOLIA, CELO_MAINNET, ZORA_SEPOLIA, ZORA_MAINNET, RONIN_MAINNET, EARNM_SEPOLIA, ANIME_SEPOLIA, ANIME_MAINNET, MONAD_MAINNET, PLASMA_MAINNET, MANTLE_MAINNET, GENSYN_TESTNET, MANTLE_SEPOLIA, SETTLUS_MAINNET, UNICHAIN_MAINNET, OPENLOOT_SEPOLIA, ABSTRACT_TESTNET, UNICHAIN_SEPOLIA, ABSTRACT_MAINNET, BERACHAIN_BEPOLIA, ROBINHOOD_MAINNET, ROBINHOOD_TESTNET, BERACHAIN_MAINNET, HYPERLIQUID_MAINNETSCROLL_SEPOLIAfrom the requested list was already present in the enum, so it was not re-addedReviewer note: the existing branch
mm/add-custom-webhook-networksattempted the same update but also included deprecated networks (OPT_KOVAN, ETH_RINKEBY, ARB_RINKEBY, CELO_ALFAJORES) that are intentionally excluded here — that branch can likely be closed in favor of this PR.Testing
./scripts/generate-open-api.sh --validate-onlypasses with no new errors; Prettier check passes)🤖 Generated with Claude Code