bridge-oft
Transfer OFT tokens across blockchain networks using LayerZero protocol. Specify token address, amount, source and destination chains, and receiver address to execute cross-chain bridging.
Instructions
Bridges OFT tokens from one chain to another using LayerZero.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount | Yes | The amount of tokens to bridge (e.g., '100'). | |
extraOptions | No | Extra options for LayerZero message execution (default: '0x'). | 0x |
fromChain | Yes | The source chain name. | |
receiverAddress | Yes | The address to receive tokens on the destination chain. | |
toChain | Yes | The destination chain name. | |
tokenAddress | Yes | The address of the OFT contract on the source chain. |