Added
- Add decoding of function mutability which adds one label (
pure
,view
,payable
, ornonpayable
) to the functions and one label (read
orwrite
) to the functions.
Changed
- Bump version of evMole dependency.
- Change to use vite production mode only.