From d76a7298e6ea6db5901f5b52c3cf48ddacff8df8 Mon Sep 17 00:00:00 2001 From: C H Date: Mon, 4 Mar 2024 19:25:41 +0800 Subject: [PATCH] Updated schema for gift --- .../cw-cyber-gift/schema/execute_msg.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/contracts/cw-cyber-gift/schema/execute_msg.json b/contracts/cw-cyber-gift/schema/execute_msg.json index 35cd6b0..6c1c932 100644 --- a/contracts/cw-cyber-gift/schema/execute_msg.json +++ b/contracts/cw-cyber-gift/schema/execute_msg.json @@ -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": [