@kodiak-finance/orderly-hooks 2.8.21-alpha.0 → 2.8.21-rc.1
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.mjs
CHANGED
|
@@ -18246,7 +18246,8 @@ var useOrderEntry2 = (symbol, options = {}) => {
|
|
|
18246
18246
|
symbolInfo: symbolInfo || EMPTY_OBJECT,
|
|
18247
18247
|
metaState: meta,
|
|
18248
18248
|
isMutating,
|
|
18249
|
-
markPrice
|
|
18249
|
+
markPrice,
|
|
18250
|
+
symbolLeverage
|
|
18250
18251
|
};
|
|
18251
18252
|
};
|
|
18252
18253
|
var initialOrderState2 = {
|