From f7ad912b132cfb94376cfd68abc684b9681a0ebb Mon Sep 17 00:00:00 2001 From: findingsov <113792100+findingsov@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:04:07 -0400 Subject: [PATCH] Update .env.example, add MINT_MAX_BALANCE (#474) Changed MINT_MAX_PEG_IN/OUT defaults to 10000 Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com> --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 1112a80..0e420dd 100644 --- a/.env.example +++ b/.env.example @@ -87,7 +87,8 @@ LIGHTNING_FEE_PERCENT=1.0 LIGHTNING_RESERVE_FEE_MIN=2000 # Limits - +# Max mint balance in satoshis +# MINT_MAX_BALANCE=1000000 # Max peg-in amount in satoshis # MINT_MAX_PEG_IN=100000 # Max peg-out amount in satoshis