Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Helpers/SwapperV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ contract SwapperV2 is ILiFi {
/// @dev Validates input before executing swaps
/// @param _lifiData LiFi tracking data
/// @param _swapData Array of data used to execute swaps
/// @param _receiver The address to send leftover funds to
function _executeAndCheckSwaps(
LiFiData memory _lifiData,
LibSwap.SwapData[] calldata _swapData,
Expand Down
2 changes: 2 additions & 0 deletions src/Periphery/Executor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ contract Executor is IAxelarExecutable, Ownable, ReentrancyGuard, ILiFi {
/// @dev override of IAxelarExecutable _executeWithToken()
/// @notice handles the parsing and execution of the payload
/// @param payload the abi.encodePacked payload [callTo:callData]
/// @param tokenSymbol symbol of the token being bridged
/// @param amount of tokens being bridged
function _executeWithToken(
string memory,
string memory,
Expand Down