Issue
In the same tx there are 2 batches send but over a different set of adapters.
- The first batch is a single message that is send over LZ and CCIP
- The second batch are multiple messages that are send only over LZ
The API is showing that both of these batches are send ONLY via LZ. ONLY after we manually went to CCIP and executed the message there, the indexer picked up the successfull receiving of the CCIP message.
Messages here
Context
We sent cross-chain messages from Ethereum to Monad. See here. THis create 2 messages. One gloabl one to set the adapters, and one per pool for deploying the tokens. BUT the execution of the global one did not set the adatpers.
Execution of global one - here
Trying to execute the per pool fails as not adapters are set - here
Layer zero track of batch here
Issue
In the same tx there are 2 batches send but over a different set of adapters.
The API is showing that both of these batches are send ONLY via LZ. ONLY after we manually went to CCIP and executed the message there, the indexer picked up the successfull receiving of the CCIP message.
Messages here
Context
We sent cross-chain messages from Ethereum to Monad. See here. THis create 2 messages. One gloabl one to set the adapters, and one per pool for deploying the tokens. BUT the execution of the global one did not set the adatpers.
Execution of global one - here
Trying to execute the per pool fails as not adapters are set - here
Layer zero track of batch here