From 9cdd5e033dcb30439367b781ce075d275539b914 Mon Sep 17 00:00:00 2001 From: Julian Compagni Portis Date: Wed, 8 May 2024 16:07:34 -0700 Subject: [PATCH] regen neutron_msg.json --- packages/neutron-sdk/schema/neutron_msg.json | 5 +++++ 1 file changed, 5 insertions(+) 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": [