Fix no markets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user