Skip to content

Commit 9d8e675

Browse files
committed
enable total volume
1 parent 09b7df0 commit 9d8e675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/ithaca/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ export async function fetchIthacaVolumeData(
4848
dailyFees: ithacaStats.daily_fees,
4949
totalFees: ithacaStats.total_fees,
5050
dailyPremiumVolume: ithacaStats.daily_premium,
51-
// totalPremiumVolume: ithacaStats.total_premium,
51+
totalPremiumVolume: ithacaStats.total_premium,
5252
dailyNotionalVolume,
53-
// totalNotionalVolume,
53+
totalNotionalVolume,
5454
};
5555
}
5656

0 commit comments

Comments
 (0)