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 5a5e69275..9bec1de80 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** -Internal transfers are currently supported on Ethereum (Mainnet, Sepolia), Polygon (Mainnet, Amoy), Arbitrum (Mainnet, Sepolia), Optimism (Mainnet, Sepolia), Base (Mainnet, Sepolia), BNB Chain (Mainnet, Testnet), Avalanche (Mainnet, Fuji), and Robinhood Chain (Mainnet, Testnet). Support for other networks is a work in progress. Reach out if you need internal transfer support for a chain not listed above. +Internal transfers are currently supported on Ethereum (Mainnet, Sepolia), Polygon (Mainnet, Amoy), Arbitrum (Mainnet, Sepolia), Optimism (Mainnet, Sepolia), Base (Mainnet, Sepolia), BNB Chain (Mainnet, Testnet), Avalanche (Mainnet, Fuji), Robinhood Chain (Mainnet, Testnet), and Arc (Mainnet, Testnet). Support for other networks is a work in progress. Reach out if you need internal transfer support for a chain not listed above. 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. diff --git a/src/openrpc/alchemy/transfers/transfers.yaml b/src/openrpc/alchemy/transfers/transfers.yaml index c26528478..dbbee01fb 100644 --- a/src/openrpc/alchemy/transfers/transfers.yaml +++ b/src/openrpc/alchemy/transfers/transfers.yaml @@ -153,7 +153,7 @@ servers: name: Zora Sepolia methods: - name: alchemy_getAssetTransfers - description: The Transfers API allows you to easily fetch historical transactions for any address across Ethereum and supported L2s including Base, Polygon, Arbitrum, and Optimism (internal transfer data is only available on Ethereum Mainnet, Polygon Mainnet, and Base Mainnet). + description: The Transfers API allows you to easily fetch historical transactions for any address across Ethereum and supported L2s including Base, Polygon, Arbitrum, and Optimism (internal transfer data is only available on Ethereum Mainnet, Polygon Mainnet, Base Mainnet, Arc Mainnet, and Arc Testnet). x-compute-units: 120 params: - name: assetTransferParams @@ -178,7 +178,7 @@ methods: default: true category: type: array - description: "Array of transfer categories to include. Note: the 'internal' category is only available on Ethereum Mainnet, Polygon Mainnet, and Base Mainnet." + description: "Array of transfer categories to include. Note: the 'internal' category is only available on Ethereum Mainnet, Polygon Mainnet, Base Mainnet, Arc Mainnet, and Arc Testnet." items: type: string enum: