From 761b32c1abfc7d06dff682d43342ce12b3f66053 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Thu, 14 Dec 2023 01:10:52 -0800 Subject: [PATCH] Target to print hyperlane artifact --- geth-poa/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/geth-poa/Makefile b/geth-poa/Makefile index daf709f3f3..bcfa69272a 100644 --- a/geth-poa/Makefile +++ b/geth-poa/Makefile @@ -52,3 +52,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