File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ npx ts-node scripts/precompute-solidity-hashes.ts
18
18
echo " ✅ Solidity hashes precomputed.\n\n"
19
19
20
20
# --------------------------- Add any changes made --------------------------- #
21
-
22
- git add .
21
+ # temporary comments will be made until it is defined which files have to be add.
22
+ # git add .
23
23
24
24
# ---------------------------------------------------------------------------- #
25
25
# Checks #
Original file line number Diff line number Diff line change 28
28
"init" : " (ls .env >> /dev/null 2>&1 && cp .env ignore.original.env) ; cp sample.env .env" ,
29
29
"abi" : " hardhat abi" ,
30
30
"build" : " hardhat compile" ,
31
- "clean-compile" : " hardhat clean ; hardhat compile " ,
31
+ "clean-compile" : " forge clean ; forge build " ,
32
32
"clean" : " hardhat clean" ,
33
- "compile" : " forge compile " ,
33
+ "compile" : " forge build " ,
34
34
"deploy" : " hardhat deploy" ,
35
35
"deploy-x2" : " pnpm deploy:localhost && pnpm deploy:localhost2" ,
36
36
"deploy:localhost" : " hardhat deploy --network localhost --no-compile" ,
You can’t perform that action at this time.
0 commit comments