From 61aab599a4d7c03858da5495504d26232d727c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CCaleigh?= Date: Mon, 13 Jul 2026 16:21:07 -0400 Subject: [PATCH 1/2] docs: add Robinhood Mainnet to internal ETH support for address activity webhooks Co-authored-by: Cursor --- .../data/webhooks/webhook-types/address-activity-webhook.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx index f31678536..88af6d9a5 100644 --- a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx +++ b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx @@ -32,7 +32,7 @@ There are three main types of transfers that are captured when receiving a `from **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! 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. From d8e8da16df046f9075ccb406789661a97039c57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CCaleigh?= Date: Mon, 13 Jul 2026 16:23:03 -0400 Subject: [PATCH 2/2] docs: use Robinhood instead of Robinhood Mainnet in internal ETH support list Co-authored-by: Cursor --- .../data/webhooks/webhook-types/address-activity-webhook.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx index 88af6d9a5..e237fd181 100644 --- a/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx +++ b/content/api-reference/data/webhooks/webhook-types/address-activity-webhook.mdx @@ -32,7 +32,7 @@ There are three main types of transfers that are captured when receiving a `from **Note on Internal Transfers** -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! +1. Internal transfers are currently only supported on Ethereum, Polygon, Arbitrum, Optimism, Base, BNB Chain, Avalanche, and Robinhood. Support for other networks is a WIP! 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.