Last updated 1 year ago
Was this helpful?
Allbridge has limits for extra gas amount. To check the max value of extra gas you have to use the method
const extraGasMax = await sdk.getExtraGasMaxLimits(sourceToken, destToken); console.log("extraGas Limits =", JSON.stringify(extraGasMax, null, 2));