Open
Description
Apparently evmone-t8n
read currentDifficulty
: "131072" as a hex value `0x131072" event though it should be "0x020000"
the field is only hex if it is prefixed by 0x otherwise it is dec.
yes there is no strict format on t8n env.json or result.json. it's an issue.
please check that other fields are parsed from json in t8n reader correctly (if no 0x prefix then the field is dec)