Skip to main content
Version: v2

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: 400000
allowOutOfOrderExecutionbooleanrequired

Whether this message can be executed out of order relative to other messages from the same sender.

Example: false
JSON
GenericExtraArgsV2
{
"gasLimit": "400000",
"allowOutOfOrderExecution": false
}