Skip to content

Commit 71f6f8d

Browse files
committed
chore: remove unused safeERC20
1 parent 86add33 commit 71f6f8d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/oft-composer-library/contracts/UniswapV3Composer.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pragma solidity ^0.8.0;
33

44
// Import necessary interfaces and libraries
55
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
6-
import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
76

87
import { ISwapRouter } from "@uniswap/v3-periphery/contracts/interfaces/ISwapRouter.sol";
98

@@ -19,8 +18,6 @@ import { OFTComposeMsgCodec } from "@layerzerolabs/oft-evm/contracts/libs/OFTCom
1918
* @dev This contract inherits from IOAppComposer and interacts with Uniswap V3's SwapRouter to execute token swaps.
2019
*/
2120
contract UniswapV3Composer is IOAppComposer {
22-
using SafeERC20 for IERC20;
23-
2421
/// @notice The Uniswap V3 SwapRouter used to perform token swaps.
2522
ISwapRouter public immutable swapRouter;
2623

0 commit comments

Comments
 (0)