properties icon indicating copy to clipboard operation
properties copied to clipboard

[Feature-request]: Refactor contract names to match contract file names

Open aviggiano opened this issue 1 year ago • 0 comments

Describe the desired feature or improvement

This is a bit subjective, but I find it confusing:

import {PropertiesAsserts} from "@crytic/properties/contracts/util/PropertiesHelper.sol";

I propose a refactor so that the contract name matches the contract filename:

import {PropertiesAsserts} from "@crytic/properties/contracts/util/PropertiesAsserts.sol";

aviggiano avatar Aug 30 '23 12:08 aviggiano