Skip to content

Commit

Permalink
fix: temp disable avax incentives [skip cypress] (#2156)
Browse files Browse the repository at this point in the history
temp disable avax rewards on ui
  • Loading branch information
foodaka committed Aug 18, 2024
1 parent 5b16a95 commit d6a9451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-config/marketsConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ export const marketsData: {
chainId: ChainId.avalanche,
enabledFeatures: {
liquiditySwap: true,
incentives: true,
incentives: false,
collateralRepay: true,
debtSwitch: true,
withdrawAndSwitch: true,
Expand Down

2 comments on commit d6a9451

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.