Commit c5452e38 authored by yann300's avatar yann300

default to Berlin when debugging

parent 7bb99033
...@@ -208,7 +208,8 @@ export const DebuggerUI = (props: DebuggerUIProps) => { ...@@ -208,7 +208,8 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
} }
return null return null
}, },
debugWithGeneratedSources: state.opt.debugWithGeneratedSources debugWithGeneratedSources: state.opt.debugWithGeneratedSources,
fork: 'berlin'
}) })
debuggerInstance.debug(blockNumber, txNumber, tx, () => { debuggerInstance.debug(blockNumber, txNumber, tx, () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment