diff --git a/tests/anvil/start-anvil-chain-with-el-and-avs-deployed.sh b/tests/anvil/start-anvil-chain-with-el-and-avs-deployed.sh index 140f1ed1..42e65628 100755 --- a/tests/anvil/start-anvil-chain-with-el-and-avs-deployed.sh +++ b/tests/anvil/start-anvil-chain-with-el-and-avs-deployed.sh @@ -20,15 +20,17 @@ deploy_eigenlayer() { mv script/output/devnet/M2_from_scratch_deployment_data.json ../../../../script/output/31337/eigenlayer_deployment_output.json mv script/output/devnet/M2_from_scratch_deployment_data.json.bak script/output/devnet/M2_from_scratch_deployment_data.json echo "deployment output moved" -} - -deploy_avs() { echo "deploying avs" cd ../../../../../contracts + pwd forge script script/IncredibleSquaringDeployer.s.sol:IncredibleSquaringDeployer --rpc-url http://localhost:8545 --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 --broadcast -v - echo "avs deployed" + # echo "avs deployed" } +# deploy_avs() { + +# } + start_anvil() { anvil sleep 2 @@ -43,8 +45,8 @@ mv script/output/devnet/M2_from_scratch_deployment_data.json script/output/devne start_anvil & -# deploy_eigenlayer & -deploy_avs & +deploy_eigenlayer + # # we need to restart the anvil chain at the correct block, otherwise the indexRegistry has a quorumUpdate at the block number # # at which it was deployed (aka quorum was created/updated), but when we start anvil by loading state file it starts at block number 0