Skip to content

Commit

Permalink
remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Dec 8, 2023
1 parent 535607e commit 3f41ae6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
pragma solidity 0.8.23;

import "forge-std/Script.sol";
import "script/util/ScriptHelpers.sol";

import "script/deployers/CounterDeployer.s.sol";

contract Deploy is Script, ScriptHelpers, CounterDeployer {
contract Deploy is Script, CounterDeployer {
using stdJson for string;

function run() public {
Expand Down
6 changes: 0 additions & 6 deletions script/util/ScriptHelpers.sol

This file was deleted.

0 comments on commit 3f41ae6

Please sign in to comment.