Skip to content

Commit

Permalink
fix: set superfest to false back
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGbz committed Oct 3, 2024
1 parent 0cb622c commit 6161f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const showExternalIncentivesTooltip = (
currentMarket: string,
side?: Side
) => {
const superFestRewardsEnabled = true;
const superFestRewardsEnabled = false;
const spkRewardsEnabled = true;

const tooltipsConfig: ExternalIncentivesTooltipsConfig = {
Expand Down

0 comments on commit 6161f3d

Please sign in to comment.