From 57b013b3ab66cf2adc7face3f7b8e9c1f1ef4cb7 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:43:26 -0800 Subject: [PATCH] Update Makefile --- geth-poa/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/geth-poa/Makefile b/geth-poa/Makefile index ddd5525c8b..490a45b7db 100644 --- a/geth-poa/Makefile +++ b/geth-poa/Makefile @@ -24,7 +24,6 @@ up-dev-settlement: @if [ ! -f .env ]; then echo "Error: .env file not found. Please populate the .env file before running this command."; exit 1; fi AGENT_BASE_IMAGE=shaspitz/hyperlane-agent-mac:6985064 L2_NODE_URL=http://localhost:8545 docker compose --profile settlement up -d --build -## TODO: change to bring up bridge too up-dev-local-l1: @if [ ! -f .env ]; then echo "Error: .env file not found. Please populate the .env file before running this command."; exit 1; fi AGENT_BASE_IMAGE=shaspitz/hyperlane-agent-mac:6985064 L2_NODE_URL=http://localhost:8545 docker compose --profile settlement --profile local_l1 up -d