From f4777aad3ef0921139efabb291ad1e7f30d44862 Mon Sep 17 00:00:00 2001 From: findingsov <113792100+findingsov@users.noreply.github.com> Date: Thu, 14 Mar 2024 07:16:33 -0400 Subject: [PATCH] Update .env.example (#455) StrikeWallet is StrikeUSDWallet, changed in 2 places, and added that it's usd only (in case it's not obvious). --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e51c570..d8e1b7c 100644 --- a/.env.example +++ b/.env.example @@ -56,7 +56,7 @@ MINT_DERIVATION_PATH="m/0'/0'/0'" MINT_DATABASE=data/mint # Lightning -# Supported: FakeWallet, LndRestWallet, CoreLightningRestWallet, BlinkWallet, LNbitsWallet, StrikeWallet +# Supported: FakeWallet, LndRestWallet, CoreLightningRestWallet, BlinkWallet, LNbitsWallet, StrikeUSDWallet MINT_LIGHTNING_BACKEND=FakeWallet # for use with LNbitsWallet @@ -76,7 +76,7 @@ MINT_CORELIGHTNING_REST_CERT="./clightning-2-rest/certificate.pem" # Use with BlinkWallet MINT_BLINK_KEY=blink_abcdefgh -# Use with StrikeWallet +# Use with StrikeUSDWallet (usd only, does not currently support sats/msats) MINT_STRIKE_KEY=ABC123 # fee to reserve in percent of the amount