You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid duplication of code and logic between different trade widgets (swap/limit orders/advanced orders), we need to abstract quoting service.
Currently, we have implementations for:
To avoid duplication of code and logic between different trade widgets (swap/limit orders/advanced orders), we need to abstract quoting service.
Currently, we have implementations for:
useFetchMarketPrice
+limitOrdersQuoteAtom
useGetQuoteAndStatus
+state.price.quotes
And we need to add the same logic to a new widget - Advanced orders.
Requirements:
quote
data that can be used in any trade widgetuseTradeTypeInfo
oruseTradeState
The text was updated successfully, but these errors were encountered: