diff --git a/packages/neutron-sdk/schema/neutron_msg.json b/packages/neutron-sdk/schema/neutron_msg.json index 43436f83..c667340d 100644 --- a/packages/neutron-sdk/schema/neutron_msg.json +++ b/packages/neutron-sdk/schema/neutron_msg.json @@ -1040,6 +1040,7 @@ "type": "object", "required": [ "amount_in", + "limit_sell_price", "order_type", "receiver", "tick_index_in_to_out", @@ -1064,6 +1065,10 @@ "format": "uint64", "minimum": 0.0 }, + "limit_sell_price": { + "description": "Accepts standard decimals and decimals with scientific notation (ie. 1234.23E-7)", + "type": "string" + }, "max_amount_out": { "description": "Maximum amount of TokenB can be bought. For everything except JUST_IN_TIME OrderType", "anyOf": [