We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0620a commit 3371ba2Copy full SHA for 3371ba2
makefile
@@ -8,9 +8,9 @@ test:
8
forge test -vvv
9
10
build:
11
- forge build --sizes
+ forge build --force --sizes
12
13
create:
14
- 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}
15
16
.PHONY: test create
src/Spleth.sol
@@ -2,7 +2,6 @@
2
pragma solidity ^0.8.13;
3
4
import "openzeppelin-contracts/token/ERC20/utils/SafeERC20.sol";
5
-import "forge-std/console.sol";
6
7
contract Spleth {
0 commit comments