Fix no markets

This commit is contained in:
2025-06-10 13:22:09 +07:00
parent 38656d705c
commit 9629297e77
2 changed files with 12 additions and 2 deletions

View File

@@ -10,8 +10,6 @@ test('GMX Get Claimable UI Fees', async (t) => {
const sdk = await getClientForAddress(testAccount);
const result = await getClaimableUiFeesImpl(sdk);
console.log('Claimable UI fees result:', JSON.stringify(result, null, 2));
// Log total claimable amounts
let totalFees = 0;
let marketsWithFees = 0;