GenericExtraArgsV2
gasLimitstringrequired
Gas limit for message execution on the destination EVM chain. Default is 200,000 gas if not specified in the original message.
Example:
400000allowOutOfOrderExecutionbooleanrequired
Whether this message can be executed out of order relative to other messages from the same sender.
Example:
falseJSON
GenericExtraArgsV2
{
"gasLimit": "400000",
"allowOutOfOrderExecution": false
}