Example
Here’s how you can make a token transfer:Gas Limit
You can override the default gas limit for the target chain execution withgasLimit
. Doing this will make the intent better priced, because we can more accurately calculate the fee that a solver needs to be reimbursed with for paying the gas. If this is not provided, we calculate using a gas limit of 1_000_000
.