Releases: DOBEN/ContractCompanion
Releases · DOBEN/ContractCompanion
1.2.0
Added
- Add decoding of function mutability which adds one label (
pure
,view
,payable
, or nonpayable
) to the functions and one label (read
or write
) to the functions.
Changed
- Bump version of evMole dependency.
- Change to use vite production mode only.