From 819bb2dd03bd1a956e354c973b263d62d87579c0 Mon Sep 17 00:00:00 2001 From: counterweight Date: Tue, 23 Dec 2025 14:10:10 +0100 Subject: [PATCH] Add bitcoinTransferMethods and lightningMaxEur to shared constants --- shared/constants.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shared/constants.json b/shared/constants.json index 20acff4..4e1615d 100644 --- a/shared/constants.json +++ b/shared/constants.json @@ -19,6 +19,10 @@ "BUY": "buy", "SELL": "sell" }, + "bitcoinTransferMethods": { + "ONCHAIN": "onchain", + "LIGHTNING": "lightning" + }, "exchange": { "slotDurationMinutes": 15, "maxAdvanceDays": 30, @@ -28,7 +32,8 @@ "eurTradeIncrement": 20, "premiumPercentage": 5, "priceRefreshSeconds": 60, - "priceStalenessSeconds": 300 + "priceStalenessSeconds": 300, + "lightningMaxEur": 1000 }, "validation": { "telegram": {