Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Mar 4, 2024
1 parent 0cd5a4d commit cbc2f85
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 cbc2f85

Please sign in to comment.