Add bitcoinTransferMethods and lightningMaxEur to shared constants
This commit is contained in:
parent
25698188e7
commit
819bb2dd03
1 changed files with 6 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue