Skip to content

chore: fix import so it doesnt fail when used as dependency#50

Merged
filmakarov merged 1 commit intomainfrom
fix/import-initializable
Feb 23, 2026
Merged

chore: fix import so it doesnt fail when used as dependency#50
filmakarov merged 1 commit intomainfrom
fix/import-initializable

Conversation

@filmakarov
Copy link
Collaborator

When this repo is used as dependency, and when MSAProxy is pulled into the build and being compiled, this error happens:

error: file src/lib/Initializable.sol not found
 --> node_modules/@erc7579/implementation/src/utils/MSAProxy.sol:6:31

it happens because it tried to look into the main repo's src/lib
So the suggested fix is to replace path with the relative path
../lib/Initializable.sol

@filmakarov filmakarov merged commit 99cbd34 into main Feb 23, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants