Skip to content
Open
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ There are three main types of transfers that are captured when receiving a `from
<Warning>
**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!

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

2. Internal Transfers with the call type `delegatecall` are not supported on Alchemy. Although they have a value associated with them, they don't transfer a value. For details read the [Ethereum Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf). Internal transfer miner rewards are also unsupported on Alchemy.
</Warning>

Expand Down
Loading