Skip to content

Commit 87516de

Browse files
committed
chore: remove SafeERC20
1 parent f0e4747 commit 87516de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/vaults/DnGmxSeniorVault.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { IPoolAddressesProvider } from '@aave/core-v3/contracts/interfaces/IPool
88
import { IPriceOracle } from '@aave/core-v3/contracts/interfaces/IPriceOracle.sol';
99

1010
import { IERC20 } from '@openzeppelin/contracts/token/ERC20/IERC20.sol';
11-
import { SafeERC20 } from '@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol';
1211
import { OwnableUpgradeable } from '@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol';
1312
import { PausableUpgradeable } from '@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol';
1413

@@ -31,7 +30,6 @@ import { FeeSplitStrategy } from '../libraries/FeeSplitStrategy.sol';
3130
contract DnGmxSeniorVault is IDnGmxSeniorVault, ERC4626Upgradeable, OwnableUpgradeable, PausableUpgradeable {
3231
using FullMath for uint256;
3332
using FeeSplitStrategy for FeeSplitStrategy.Info;
34-
using SafeERC20 for IERC20;
3533

3634
uint16 internal constant MAX_BPS = 10_000;
3735

0 commit comments

Comments
 (0)