Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal committed Apr 25, 2024
1 parent 58fa91d commit 533e94d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contracts/rewards/GenericMultiRewardsVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity 0.8.24;

import { ERC4626, IERC20, IERC20Metadata, ERC20 } from "@openzeppelin/contracts/token/ERC20/extensions/ERC4626.sol";
import { ReentrancyGuard } from "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
import { Ownable } from "@openzeppelin/contracts/access/Ownable.sol";

import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
Expand Down
1 change: 0 additions & 1 deletion scripts/deploy/GenericStakedAppreciatingVault.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ contract GenericStakedAppreciatingVaultDeployer is Script {
function run() public {
string memory seedPhrase = vm.readFile(".seed");
uint256 privateKey = vm.deriveKey(seedPhrase, 0);
address walletAddress = vm.rememberKey(privateKey);

vm.startBroadcast(privateKey);

Expand Down

0 comments on commit 533e94d

Please sign in to comment.