Skip to content

Commit

Permalink
Fix guard location
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Oct 8, 2024
1 parent 8eed3ba commit 9c9a246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ deploy: guard-IMPL_SALT guard-DEPLOY_CONFIG_PATH guard-DEPLOY_PRIVATE_KEY guard-
@forge script DeploySystem --sig deploy --rpc-url $(RPC_URL) \
--private-key $(DEPLOY_PRIVATE_KEY) --broadcast

.PHONY: testnet guard-L1_URL guard-DEPLOY_PRIVATE_KEY
testnet:
.PHONY: testnet
testnet: guard-L1_URL guard-DEPLOY_PRIVATE_KEY
DEPLOY_CHAIN_ADDRESS=${DEPLOY_CHAIN_ADDRESS:-$(jq -r ".DeployChain" deployments/84532-deploy.json)} \
go run ./testnet

Expand Down

0 comments on commit 9c9a246

Please sign in to comment.