Skip to content

Commit 8b65d28

Browse files
committed
test
1 parent 8eee9f9 commit 8b65d28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Libraries/LibAsset.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { InvalidReceiver, NullAddrIsNotAValidSpender, InvalidAmount, NullAddrIsN
1010

1111
/// @title LibAsset
1212
/// @author LI.FI (https://li.fi)
13-
/// @custom:version 2.1.1
13+
/// @custom:version 2.1.2
1414
/// @notice This library contains helpers for dealing with onchain transfers
1515
/// of assets, including accounting for the native asset `assetId`
1616
/// conventions and any noncompliant ERC20 transfers

src/Periphery/LiFiDEXAggregator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ bytes constant KATANA_V3_SWAP_EXACT_IN = hex"00";
5858
/// https://github.com/sushiswap/sushiswap/blob/c8c80dec821003eb72eb77c7e0446ddde8ca9e1e/
5959
/// protocols/route-processor/contracts/RouteProcessor4.sol)
6060
/// @notice Processes calldata to swap using various DEXs
61-
/// @custom:version 1.11.0
61+
/// @custom:version 1.12.0
6262
contract LiFiDEXAggregator is WithdrawablePeriphery {
6363
using SafeERC20 for IERC20;
6464
using Approve for IERC20;

0 commit comments

Comments
 (0)