Skip to content

Commit

Permalink
feat: update tracing config (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop authored Jun 14, 2024
1 parent bed81b0 commit d2fa88d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup/tracing/tracing.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ func CreateTraceEnv(chainConfig *params.ChainConfig, chainContext core.ChainCont
env := CreateTraceEnvHelper(
chainConfig,
&logger.Config{
DisableStorage: true,
DisableStack: true,
EnableMemory: false,
EnableReturnData: true,
Debug: true,
Expand Down

0 comments on commit d2fa88d

Please sign in to comment.