Skip to content

Commit

Permalink
Trace all opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
k06a committed Nov 17, 2023
1 parent 2d8f878 commit 702f453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ const config: HardhatUserConfig = {
gasReporter: {
enabled: true,
},
tracer: {
enableAllOpcodes: true,
},
typechain: {
target: 'ethers-v6',
},
Expand Down

0 comments on commit 702f453

Please sign in to comment.