From 8c8dce54388f258503a6ccbaef9f46b0f94c88f9 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 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