Commit 5c08cdd5 authored by Liana Husikyan's avatar Liana Husikyan Committed by Aniket

typo

parent 8b049b81
......@@ -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'>
......
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