File tree Expand file tree Collapse file tree
examples/oft-composer-library/contracts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ pragma solidity ^0.8.0;
33
44// Import necessary interfaces and libraries
55import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol " ;
6- import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol " ;
76
87import { 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 */
2120contract 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
You can’t perform that action at this time.
0 commit comments