Skip to content

Commit

Permalink
regen neutron_msg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed May 8, 2024
1 parent eff7900 commit 9cdd5e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/neutron-sdk/schema/neutron_msg.json
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@
"type": "object",
"required": [
"amount_in",
"limit_sell_price",
"order_type",
"receiver",
"tick_index_in_to_out",
Expand All @@ -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": [
Expand Down

0 comments on commit 9cdd5e0

Please # to comment.