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
Checked out commit of eigenlayer-contracts submodule script M2_Deploy_From_Scratch.s.sol does not work. The issue is it references old folder script/testing in line 103. This has been fixed on commit 41b4361 on eigenlayer-contracts repo.
Describe the bug
Checked out commit of eigenlayer-contracts submodule script
M2_Deploy_From_Scratch.s.sol
does not work. The issue is it references old folderscript/testing
in line 103. This has been fixed on commit 41b4361 on eigenlayer-contracts repo.To Reproduce
Steps to reproduce the behavior:
forge script script/testing/M2_Deploy_From_Scratch.s.sol --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast --sig "run(string memory configFile)" -- M2_deploy_from_scratch.anvil.config.json
Expected behavior
Eigen Layer contracts should be deployed to anvil
Environment
Enter important environment info needed to reproduce the bug.
The text was updated successfully, but these errors were encountered: