Skip to content

Commit

Permalink
Remove node from fixture hh config
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed May 19, 2023
1 parent ecc7df1 commit 74e6cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixture-projects/hardhat-project/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config: HardhatUserConfig = {
},
paths: {},
tracer: {
// enabled: true,
enabled: true,
enableAllOpcodes: true,
showAddresses: true,
gasCost: true,
Expand All @@ -44,7 +44,7 @@ const config: HardhatUserConfig = {
// },
},
},
tasks: ["compile", "node", "deploy"],
tasks: ["deploy"],
},
namedAccounts: {
deployer: 0,
Expand Down

0 comments on commit 74e6cae

Please sign in to comment.