Fix convertion when getting positon

This commit is contained in:
2025-08-17 00:35:41 +07:00
parent 0aafab82b3
commit e38ad95a8b
4 changed files with 21 additions and 14 deletions

View File

@@ -13,9 +13,9 @@ test('GMX Position Opening', async (t) => {
TradeDirection.Long,
0.00678,
2,
4400,
6000,
3500
4410,
3500,
6000
)
console.log('Position opening result:', result)
assert.ok(result, 'Position opening result should be defined')