Hi,
I’m trying to send messages from Ethereum to Solana.
I don’t know which functions to use on the Ethereum side contract.
ChatGPT insists on using:
- IWormholeRelayer.quoteEVMDeliveryPrice() for quoting price and
- IWormholeRelayer.sendPayloadToEvm() to send the message
but I couldn’t get them to work and their names imply that they’re intended for evm->evm delivery.
Could you please give me hints / links / example code on how to get an arbitrary message sent over to Solana?
Thank you!