Add bitcoinTransferMethods and lightningMaxEur to shared constants

This commit is contained in:
counterweight 2025-12-23 14:10:10 +01:00
parent 25698188e7
commit 819bb2dd03
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -19,6 +19,10 @@
"BUY": "buy", "BUY": "buy",
"SELL": "sell" "SELL": "sell"
}, },
"bitcoinTransferMethods": {
"ONCHAIN": "onchain",
"LIGHTNING": "lightning"
},
"exchange": { "exchange": {
"slotDurationMinutes": 15, "slotDurationMinutes": 15,
"maxAdvanceDays": 30, "maxAdvanceDays": 30,
@ -28,7 +32,8 @@
"eurTradeIncrement": 20, "eurTradeIncrement": 20,
"premiumPercentage": 5, "premiumPercentage": 5,
"priceRefreshSeconds": 60, "priceRefreshSeconds": 60,
"priceStalenessSeconds": 300 "priceStalenessSeconds": 300,
"lightningMaxEur": 1000
}, },
"validation": { "validation": {
"telegram": { "telegram": {