You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Panic: aderyn_driver/src/lib.rs:34
called Result::unwrap() on an Err value: StripPrefixError(())
Aderyn version: 0.3.2
Operating system: macos
The issue seems to be caused by contracts within ./mainnet-contracts/ referencing node_modules/l2-contracts, which is actually a symbolic link to ../l2-contracts/.
Aderyn tries to strip a specific path prefix that does not exist from the file path. Example:
It's trying to strip this:
~/Documents/puffer-contracts/mainnet-contracts/ from
Describe the bug
Panic: aderyn_driver/src/lib.rs:34
called
Result::unwrap()
on anErr
value: StripPrefixError(())Aderyn version: 0.3.2
Operating system: macos
To Reproduce
Steps to reproduce the behavior:
cd mainnet-contracts && forge build
aderyn
The text was updated successfully, but these errors were encountered: