From db8c49b478fdd56ee3e374dfb107c48377ebd728 Mon Sep 17 00:00:00 2001 From: Daniel Simon Date: Fri, 17 Jan 2025 13:29:37 +0700 Subject: [PATCH] chore: add EPOCH_START to env template --- contracts/.env.template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contracts/.env.template b/contracts/.env.template index ada2f4d29..3565b0df6 100644 --- a/contracts/.env.template +++ b/contracts/.env.template @@ -24,5 +24,10 @@ FORK_CHAIN_ID=1 # Must be explicitly set when using 2-stage deployment (bold-only, use-existing-bold) # SALT=Liquity2 +# Start of Governance epoch #1 +# Defaults to one epoch before `block.timestamp` on testnet +# Defaults to one epoch before latest midnight (UTC) between Wednesday & Tuesday on mainnet +# EPOCH_START= + # Better call traces, e.g. when WETH/wstETH/RETH or Curve, etc. is involved # ETHERSCAN_API_KEY=