Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions src/openapi/notify/notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,40 @@ components:
- SETTLUS_SEPTESTNET
- APECHAIN_MAINNET
- APECHAIN_CURTIS
- OPT_KOVAN
- MATIC_AMOY
- ARC_TESTNET
- ARC_MAINNET
- ETH_RINKEBY

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

- OPT_SEPOLIA
- ARB_RINKEBY
- RONIN_SAIGON
- CELO_SEPOLIA
- CELO_MAINNET
- ZORA_SEPOLIA
- ZORA_MAINNET
- RONIN_MAINNET
- EARNM_SEPOLIA
- ANIME_SEPOLIA
- ANIME_MAINNET
- MONAD_MAINNET
- SCROLL_SEPOLIA

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

- CELO_ALFAJORES
- 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_MAINNET
default: ETH_MAINNET
webhook_type:
type: string
Expand Down
Loading