Skip to content
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

Incorrect Path for ProxyAdmin.sol in OpenZeppelin Library #101

Open
ihedbit opened this issue Nov 27, 2024 · 0 comments
Open

Incorrect Path for ProxyAdmin.sol in OpenZeppelin Library #101

ihedbit opened this issue Nov 27, 2024 · 0 comments

Comments

@ihedbit
Copy link

ihedbit commented Nov 27, 2024

Incorrect Path for ProxyAdmin.sol in OpenZeppelin Library


Description:

While attempting to build the contracts, I encountered an issue with a missing path related to the OpenZeppelin library. The error message suggests an incorrect path to the ProxyAdmin.sol file within the OpenZeppelin contracts. The path does not include the contracts folder, which is causing the build process to fail.


Error Details:

error=".../incredible-squaring-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts/proxy/transparent/ProxyAdmin.sol": No such file or directory (os error 2)

Correct Path:

The correct path to the ProxyAdmin.sol file should be:

.../incredible-squaring-avs/contracts/lib/eigenlayer-middleware/lib/eigenlayer-contracts/lib/openzeppelin-contracts/contracts/proxy/transparent/ProxyAdmin.sol

Proposed Fix:

Update the path reference to include the missing contracts directory in the OpenZeppelin library path.

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

No branches or pull requests

1 participant