Skip to content

Commit

Permalink
Fix F-2024-1937 | Code Contains hardhat Import
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Jun 27, 2024
1 parent bd303e1 commit 57f3b48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/contracts/utils/Proxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "@openzeppelin/contracts/proxy/Proxy.sol";
import "@openzeppelin/contracts/utils/StorageSlot.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "./MultiSigWallet.sol";
import "hardhat/console.sol";


contract ProxyMultiSig is Proxy, MultiSigWallet {
Expand Down

0 comments on commit 57f3b48

Please sign in to comment.