In the current smart contract implementation we send one message per underlying asset. This is a legacy solution left over from auto mint, where one message per asset was required because of the swap.
For manual mint we can improve this design by sending only one message per chain, batching all the assets on that chain to a single LayerZero message.
In the current smart contract implementation we send one message per underlying asset. This is a legacy solution left over from auto mint, where one message per asset was required because of the swap.
For manual mint we can improve this design by sending only one message per chain, batching all the assets on that chain to a single LayerZero message.