@pear-protocol/hyperliquid-sdk 0.0.52 → 0.0.53
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 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6349,6 +6349,8 @@ const buildPositionValue = (rawPositions, clearinghouseState, allMids) => {
|
|
|
6349
6349
|
let mappedPosition = {
|
|
6350
6350
|
positionId: position.positionId,
|
|
6351
6351
|
address: position.address,
|
|
6352
|
+
createdAt: position.createdAt,
|
|
6353
|
+
updatedAt: position.updatedAt,
|
|
6352
6354
|
entryRatio: 1,
|
|
6353
6355
|
marginUsed: 0,
|
|
6354
6356
|
markRatio: 1,
|