diff --git a/geth-poa/Makefile b/geth-poa/Makefile index 650e2a3e8e..57b043d3f1 100644 --- a/geth-poa/Makefile +++ b/geth-poa/Makefile @@ -48,3 +48,7 @@ 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