Skip to content

Commit

Permalink
feat: made fast mocked mode with events default
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Oct 23, 2024
1 parent a7dc2c8 commit 180ccdc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"prettier": "prettier --write \"**/*.{js,json,md,sol,ts,yml}\"",
"test:inband": "hardhat test",
"test": "HARDHAT_PARALLEL=1 hardhat test --parallel",
"test:mock": "hardhat test --network hardhat",
"test:mock:events": "HARDHAT_TFHEEXECUTOR_EVENTS=1 hardhat test --network hardhat",
"coverage:mock": "hardhat coverage",
"test:mock": "HARDHAT_TFHEEXECUTOR_EVENTS=1 hardhat test --network hardhat",
"test:mock:original": "hardhat test --network hardhat",
"coverage:mock": "HARDHAT_TFHEEXECUTOR_EVENTS=1 hardhat coverage",
"coverage:mock:original": "hardhat coverage",
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
"codegen": "npx ts-node codegen/main.ts && npm run prettier",
"codegen:overloads": "npx ts-node codegen/generateOverloads.ts",
Expand Down

0 comments on commit 180ccdc

Please sign in to comment.