Lower minimum tradeable value
This commit is contained in:
parent
a3415e52c0
commit
4dc0631a4b
@ -71,7 +71,7 @@ CONF_SCHEMA = {
|
|||||||
'stake_currency': {'type': 'string', 'enum': ['BTC', 'XBT', 'ETH', 'USDT', 'EUR', 'USD']},
|
'stake_currency': {'type': 'string', 'enum': ['BTC', 'XBT', 'ETH', 'USDT', 'EUR', 'USD']},
|
||||||
'stake_amount': {
|
'stake_amount': {
|
||||||
"type": ["number", "string"],
|
"type": ["number", "string"],
|
||||||
"minimum": 0.0005,
|
"minimum": 0.0001,
|
||||||
"pattern": UNLIMITED_STAKE_AMOUNT
|
"pattern": UNLIMITED_STAKE_AMOUNT
|
||||||
},
|
},
|
||||||
'fiat_display_currency': {'type': 'string', 'enum': SUPPORTED_FIAT},
|
'fiat_display_currency': {'type': 'string', 'enum': SUPPORTED_FIAT},
|
||||||
|
Loading…
Reference in New Issue
Block a user