Skip to content

Commit

Permalink
Updated schema for gift
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead committed Mar 4, 2024
1 parent 1ffce43 commit d76a729
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions contracts/cw-cyber-gift/schema/execute_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,30 @@
},
"additionalProperties": false
},
{
"type": "object",
"required": [
"update_coefficients"
],
"properties": {
"update_coefficients": {
"type": "object",
"required": [
"new_coefficient_down",
"new_coefficient_up"
],
"properties": {
"new_coefficient_down": {
"$ref": "#/definitions/Uint128"
},
"new_coefficient_up": {
"$ref": "#/definitions/Uint128"
}
}
}
},
"additionalProperties": false
},
{
"type": "object",
"required": [
Expand Down

0 comments on commit d76a729

Please sign in to comment.