Skip to content

Commit 341a175

Browse files
Merge branch 'fix/compile-from-hardhat-to-foundry' of github.com:Think-and-Dev/holograph-protocol into comment_02_ValidateDeployChain2
2 parents bed955f + 453a9dd commit 341a175

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ npx ts-node scripts/precompute-solidity-hashes.ts
1818
echo "✅ Solidity hashes precomputed.\n\n"
1919

2020
# --------------------------- 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 .
2323

2424
# ---------------------------------------------------------------------------- #
2525
# Checks #

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"init": "(ls .env >> /dev/null 2>&1 && cp .env ignore.original.env) ; cp sample.env .env",
2929
"abi": "hardhat abi",
3030
"build": "hardhat compile",
31-
"clean-compile": "hardhat clean ; hardhat compile",
31+
"clean-compile": "forge clean ; forge build",
3232
"clean": "hardhat clean",
33-
"compile": "forge compile",
33+
"compile": "forge build",
3434
"deploy": "hardhat deploy",
3535
"deploy-x2": "pnpm deploy:localhost && pnpm deploy:localhost2",
3636
"deploy:localhost": "hardhat deploy --network localhost --no-compile",

0 commit comments

Comments
 (0)