default to Berlin when debugging

pull/1208/head
yann300 3 years ago
parent 7bb990338f
commit c5452e3853
  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