mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-30 08:33:45 +00:00
Target to print hyperlane artifact
This commit is contained in:
parent
c1588add8e
commit
8c8dce5438
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue