@kodiak-finance/orderly-hooks 2.8.20 → 2.8.21-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -18272,7 +18272,8 @@ var useOrderEntry2 = (symbol, options = {}) => {
|
|
|
18272
18272
|
symbolInfo: symbolInfo || orderlyTypes.EMPTY_OBJECT,
|
|
18273
18273
|
metaState: meta,
|
|
18274
18274
|
isMutating,
|
|
18275
|
-
markPrice
|
|
18275
|
+
markPrice,
|
|
18276
|
+
symbolLeverage
|
|
18276
18277
|
};
|
|
18277
18278
|
};
|
|
18278
18279
|
var initialOrderState2 = {
|