Cyfrin / 2024-08-fjord

GNU Affero General Public License v3.0
10 stars 12 forks source link

`import { ISablierV2LockupRecipient } from "lib/v2-core/src/interfaces/hooks/ISablierV2LockupRecipient.sol";` is still unresolved #3

Open calc1f4r opened 2 months ago

calc1f4r commented 2 months ago

After even installing forge install --no-commit sablier-labs/v2-core , ISablierV2LockupRecipient is still unresolved, there is no ISablierV2LockupRecipient present in the current version of sablier-labs/v2-core

EyanIngles commented 2 months ago

Try using the command make init after you have imported lib files the make init command works for me.

I am not getting an error with all the imported files of Found incompatible Solidity versions: let me know if you are also getting this error.