Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 6830203

Browse files
author
nobody
committed
Merge branch 'production'
2 parents 85f43d2 + efd24b8 commit 6830203

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/v3/crypto_config/receive.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"properties": {
2020
"currencies_config": {
21-
"description": "Provides minimum withdrawal for all cryptocurrencies in USD",
21+
"description": "Currency configuration including limitiations for each crypto currency.",
2222
"type": "object",
2323
"minProperties": 0,
2424
"patternProperties": {
@@ -27,6 +27,10 @@
2727
"type": "object",
2828
"additionalProperties": false,
2929
"properties": {
30+
"minimum_deposit": {
31+
"description": "Minimum deposit amount in corresponding cryptocurrency value.",
32+
"type": "number"
33+
},
3034
"minimum_withdrawal": {
3135
"description": "Minimum withdrawal for the cryptocurrency in USD.",
3236
"type": "number"

0 commit comments

Comments
 (0)