Handling Failed xCalls
High Slippage Conditions
Increasing Slippage Tolerance
function forceUpdateSlippage(TransferInfo calldata _params, uint256 _slippage) external;struct TransferInfo {
uint32 originDomain;
uint32 destinationDomain;
uint32 canonicalDomain;
address to;
address delegate;
bool receiveLocal;
bytes callData;
uint256 slippage;
address originSender;
uint256 bridgedAmt;
uint256 normalizedIn;
uint256 nonce;
bytes32 canonicalId;
}Low Relayer Fee
Reverts on Receiver Contract
Try/Catch with External Calls
Options for Funds on Receiver
Last updated