I am trying to send arbitrary data from Avalanche Fuji to Ethereum Sepolia, but it seems like the ccipReceiveccipReceive function is not getting triggered. Note:
Note: I am using chainlink-ccipchainlink-ccip package having version 1.51.5.0.0
Below are the contracts.
On Avalanche Fuji Chain: https://testnet.snowtrace.io/address/0x05ADfE5fC9D37b6442C29bbd5e73a51078E82C86
On Ethereum Sepolia Chain: https://sepolia.etherscan.io/address/0x274E9b12dcEC416eBC4543B00Dd2C42645c1D4dD
Txn on Avalanche Fuji for bridging arbitrary data: https://testnet.snowtrace.io/tx/0xdbea4c0401c2933081b57f20b38aea281e17c88abb17ac54fcc9b97c36b03ed6
CCIP Explorer Message Id: https://ccip.chain.link/#/side-drawer/msg/0x5bbb89b2c4daa3059e71b82d0f9580d13871fc1185e22ebc2051da93d02a8984
The ccip explorerccip explorer shows success for the ccip txn, but when getLastReceivedMessageDetails is called on Ethereum Sepolia Chain, it shows no message is received.