From 1995e16d164dbdc621d56c037bb26ff34015bc01 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Fri, 5 Jan 2024 23:56:59 -0800 Subject: [PATCH] Update Makefile --- geth-poa/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/geth-poa/Makefile b/geth-poa/Makefile index d8658f4a8e..74dc45dd00 100644 --- a/geth-poa/Makefile +++ b/geth-poa/Makefile @@ -37,7 +37,3 @@ create-docker-network: deploy-create2: @echo "Deploying create2 deployment proxy..." ./util/deploy_create2.sh "http://localhost:8545" - -print-warp-deploy: - @echo "Printing hyperlane warp deployment artifact" - docker run --rm -v geth-poa_hyperlane-deploy-artifacts:/data alpine cat /data/warp-deployment.json