Closed adhusson closed 3 years ago
Currently, the parser only supports wei, szabo, finney, ether as well as time units. But while solc doesn't support szabo nor finney since 0.7.0, it supports gwei since 0.6.11.
wei
szabo
finney
ether
gwei
Thank you @adhusson, I'll take care of this next week.
Fixed in v0.11.1.
v0.11.1
Currently, the parser only supports
wei
,szabo
,finney
,ether
as well as time units. But while solc doesn't supportszabo
norfinney
since 0.7.0, it supportsgwei
since 0.6.11.