docs: add Robinhood Mainnet to internal ETH support for address activity webhooks#1449
docs: add Robinhood Mainnet to internal ETH support for address activity webhooks#1449caleighc wants to merge 2 commits into
Conversation
…ity webhooks Co-authored-by: Cursor <cursoragent@cursor.com>
🔗 Preview Mode
|
…ort list Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 61aab599a4
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| **Note on Internal Transfers** | ||
|
|
||
| 1. Internal transfers are currently only supported on Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, and Avalanche. Support for other networks is a WIP! | ||
| 1. Internal transfers are currently only supported on Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, Avalanche, and Robinhood Mainnet. Support for other networks is a WIP! |
There was a problem hiding this comment.
Add Robinhood to the webhook network enum
This now advertises Robinhood Mainnet as supported for Address Activity internal transfers, but the Create Webhook schema still takes network from src/openapi/notify/notify.yaml's enum and that enum has no Robinhood value. For users creating Address Activity webhooks through the documented API, there is still no selectable ROBINHOOD_MAINNET network, so this page points them to a configuration the API docs/schema do not allow unless the enum is updated or the note is scoped to dashboard-only support.
Useful? React with 👍 / 👎.
Summary
Details
Updated the "Note on Internal Transfers" callout in the Address Activity Webhook docs so Robinhood Mainnet is listed alongside Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, and Avalanche.
Test plan
Made with Cursor