Learn how to use Wormhole for cross-chain operations with Solana Agent Kit
Parameter | Type | Description |
---|---|---|
destinationChain | string | Target blockchain (e.g., “Ethereum”, “Avalanche”) |
network | string | ”Mainnet”, “Testnet”, or “Devnet” |
transferAmount | string | Amount to transfer (in human-readable format) |
tokenAddress | string | Address of the token on Solana to transfer |
Parameter | Type | Description |
---|---|---|
destinationChain | string | Target blockchain (e.g., “Ethereum”, “Base”) |
transferAmount | string | Amount of USDC to transfer |
network | string | ”Mainnet” or “Testnet” (default: “Mainnet”) |
Parameter | Type | Description |
---|---|---|
destinationChain | string | Target blockchain for the wrapped token |
tokenAddress | string | Address of token on Solana to be wrapped |
network | string | ”Mainnet”, “Testnet”, or “Devnet” |