pull/1540/head
Liana Husikyan 3 years ago committed by Aniket
parent 8b049b8164
commit 5c08cdd58f
  1. 2
      libs/remix-ui/debugger-ui/src/lib/vm-debugger/global-variables.tsx

@ -18,7 +18,7 @@ export const GlobalVariables = ({ block, receipt, tx }) => {
}
if (block.baseFeePerGas) {
globals['block.basefee'] = (new BN(block.baseFeePerGas.replace('0x', ''), 'hex')).toString(10) + ` Wei (${block.baseFeePerGas})`
)
}
return (
<div id='globalvariable' data-id='globalvariable'>

Loading…
Cancel
Save