Skip to content

Commit

Permalink
refactor: small changes in contract creation
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Dec 19, 2022
1 parent fd0620a commit 3371ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ test:
forge test -vvv

build:
forge build --sizes
forge build --force --sizes

create:
forge create --constructor-args ${CONSTRUCTOR_ARGS} --private-key ${PRIVATE_KEY} src/Spleth.sol:Spleth
forge create --mnemonic ${MNEMONIC_PATH} src/Spleth.sol:Spleth --constructor-args ${CONSTRUCTOR_ARGS}

.PHONY: test create
1 change: 0 additions & 1 deletion src/Spleth.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity ^0.8.13;

import "openzeppelin-contracts/token/ERC20/utils/SafeERC20.sol";
import "forge-std/console.sol";

contract Spleth {

Expand Down

0 comments on commit 3371ba2

Please sign in to comment.