bridge-oft
Facilitates bridging Omnichain Fungible Tokens (OFTs) between supported blockchains using LayerZero protocols, enabling cross-chain transfers with specified token amounts, source, and destination chains.
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. |