-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't seem to work with latest foundry imports #11
Comments
Has Foundry changed their import setup? |
LMK about this or I will close this issue |
I think there is some issue with remmapings. The
This worked for me but not sure what's the actual issue. Hope it helps |
First, I did:
forge install [email protected]:colinnielsen/safe-tools.git
.After, I tried to import the tools by doing the following:
And it doesn't find the library. I guess it doesn't work with foundry's latest imports?
If i try to import it with ../lib/src/..., it finds the file, but in
SafeTestTools.sol
there are other import problems -import "safe-contracts/Safe.sol";
for example is not foundThe text was updated successfully, but these errors were encountered: