Skip to content

Commit

Permalink
feat: update tracing config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop committed Jun 13, 2024
1 parent b3920ab commit f3ed1af
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 f3ed1af

Please sign in to comment.