Target to print hyperlane artifact

This commit is contained in:
Shawn 2023-12-14 01:10:52 -08:00
parent c1588add8e
commit 8c8dce5438

View file

@ -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