Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysysadmin committed Mar 4, 2024
1 parent ddeb65d commit c2eb8db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/v3/proposal/receive.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,27 @@
1000.59
]
},
"maximum_stake": {
"description": "Maximum stake that user can set to buy a contract",
"type": "string",
"examples": [
"1000.00"
]
},
"maximum_ticks": {
"description": "Maximum duration that a contract can last, contract will close automatically after this number of ticks",
"type": "integer",
"examples": [
500
]
},
"minimum_stake": {
"description": "Minimum stake that user can set to buy a contract",
"type": "string",
"examples": [
"1.00"
]
},
"tick_size_barrier": {
"description": "Tick size barrier for Accumulator contracts",
"type": "number",
Expand Down

0 comments on commit c2eb8db

Please sign in to comment.