Retrieve deployment addresses for multicall and transfer delegate contracts by chain.
Returns deployment metadata for each supported chain, including contract addresses for the multicall and transfer delegate contracts. Use this endpoint to look up the correct contract addresses for building transactions or verifying approvals on a specific chain.Documentation Index
Fetch the complete documentation index at: https://docs.layerzero.network/llms.txt
Use this file to discover all available pages before exploring further.
deployments object with contract addresses.
| Attribute | Type | Description |
|---|---|---|
deployments | object | Contract deployment addresses for this chain |
deployments.multicall | object | Multicall contract details |
deployments.multicall.address | string | Address of the multicall (fee wrapper) contract |
deployments.transferDelegate | object | Transfer delegate contract details |
deployments.transferDelegate.address | string | Address of the transfer delegate (token spender) contract |
Successfully retrieved deployment metadata