@liberfi.io/react-predict 0.3.62 → 0.3.64
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -1
- package/dist/index.mjs.map +1 -1
- package/dist/{server-BW_QhQos.d.mts → server-Dk8PqvnI.d.mts} +21 -2
- package/dist/{server-BW_QhQos.d.ts → server-Dk8PqvnI.d.ts} +21 -2
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -0
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +2 -0
- package/dist/server.mjs.map +1 -1
- package/package.json +4 -4
package/dist/server.mjs
CHANGED
|
@@ -1166,6 +1166,8 @@ var SIDE = { BUY: 0, SELL: 1 };
|
|
|
1166
1166
|
var ROUNDING_CONFIG = {
|
|
1167
1167
|
"0.1": { size: 2, price: 1, amount: 3 },
|
|
1168
1168
|
"0.01": { size: 2, price: 2, amount: 4 },
|
|
1169
|
+
"0.005": { size: 2, price: 3, amount: 5 },
|
|
1170
|
+
"0.0025": { size: 2, price: 4, amount: 6 },
|
|
1169
1171
|
"0.001": { size: 2, price: 3, amount: 5 },
|
|
1170
1172
|
"0.0001": { size: 2, price: 4, amount: 6 }
|
|
1171
1173
|
};
|