Swap feature

This commit is contained in:
2025-06-10 13:00:05 +07:00
parent d016095460
commit 38656d705c
5 changed files with 294 additions and 16 deletions

View File

@@ -9,8 +9,8 @@ test('GMX Position Closing', async (t) => {
const result = await closeGmxPositionImpl(
sdk,
Ticker.AAVE,
TradeDirection.Short
Ticker.SOL,
TradeDirection.Long
)
console.log('Position closing result:', result)
assert.ok(result, 'Position closing result should be defined')