Open gnkz opened 1 year ago
Another option is to remove forge-std and use the version installed by vulcan, by pointing the remappings to lib/vulcan/lib/forge-std
Thanks a lot! Removing forge-std
and installing the latest version did the trick 🔥
added:
To reduce compatibility issues, vulcan utilizes a particular version of forge-std. To avoid such problems in your project, consider including the following in your remappings:
forge-std/=lib/vulcan/lib/forge-std/src/
vulcan/=lib/vulcan/src/
There is a problem when users have a different version of
forge-std
installed than the one that vulcan uses (see #224 ). We should add some info about theforge-std
version required to work with vulcan in the installing instructions. Could be something as simple asIn order to use vulcan forge-std@vx.y.z is required
or adding the command required to install such version, likeforge install foundry-rs/forge-std@vx.y.z