mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Target to print hyperlane artifact
This commit is contained in:
parent
616554e67f
commit
761b32c1ab
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue