default to Berlin when debugging

pull/5370/head
yann300 4 years ago
parent 9f79dcc7dc
commit d5b2717f09
  1. 3
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

@ -208,7 +208,8 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
}
return null
},
debugWithGeneratedSources: state.opt.debugWithGeneratedSources
debugWithGeneratedSources: state.opt.debugWithGeneratedSources,
fork: 'berlin'
})
debuggerInstance.debug(blockNumber, txNumber, tx, () => {

Loading…
Cancel
Save