Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Oct 17, 2024
1 parent 89cdcd6 commit 3ab30d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/v3/crypto_config/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
"type": "object",
"additionalProperties": false,
"properties": {
"is_priority_withdrawal_enabled": {
"description": "Indicates whether Priority Withdrawal is enabled for the cryptocurrency.",
"type": "integer",
"enum": [
0,
1
]
},
"minimum_deposit": {
"description": "Minimum deposit amount in corresponding cryptocurrency value.",
"type": "number"
Expand Down

0 comments on commit 3ab30d3

Please sign in to comment.