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
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:
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 thecontracts
folder, which is causing the build process to fail.Error Details:
Correct Path:
The correct path to the
ProxyAdmin.sol
file should be:Proposed Fix:
Update the path reference to include the missing
contracts
directory in the OpenZeppelin library path.The text was updated successfully, but these errors were encountered: