Skip to content

Commit

Permalink
Ensure LEDGER_ACCOUNT is set
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Dec 19, 2024
1 parent c2d9fde commit 356b9a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mainnet/2024-12-18-holocene-deployments/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ include ../../Makefile
include ../.env
include .env

ifndef LEDGER_ACCOUNT
override LEDGER_ACCOUNT = 0
endif

##
# Deploy command
##
Expand Down

0 comments on commit 356b9a6

Please sign in to comment.