Skip to content

Commit

Permalink
chore: remove unused safeERC20
Browse files Browse the repository at this point in the history
  • Loading branch information
St0rmBr3w committed Dec 11, 2024
1 parent 86add33 commit 71f6f8d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/oft-composer-library/contracts/UniswapV3Composer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pragma solidity ^0.8.0;

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

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

Expand All @@ -19,8 +18,6 @@ import { OFTComposeMsgCodec } from "@layerzerolabs/oft-evm/contracts/libs/OFTCom
* @dev This contract inherits from IOAppComposer and interacts with Uniswap V3's SwapRouter to execute token swaps.
*/
contract UniswapV3Composer is IOAppComposer {
using SafeERC20 for IERC20;

/// @notice The Uniswap V3 SwapRouter used to perform token swaps.
ISwapRouter public immutable swapRouter;

Expand Down

0 comments on commit 71f6f8d

Please sign in to comment.