Skip to content

Commit

Permalink
Merge pull request #94 from OasisDEX/pk/turn-on-morpho-blue
Browse files Browse the repository at this point in the history
Turn on MorphoBlue feature flag
  • Loading branch information
piotrkonowrocki authored Jan 24, 2024
2 parents cf14044 + 3dd699d commit d2ed50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({
DaiSavingsRate: true,
DisableSidebarScroll: false,
FollowAAVEVaults: false,
MorphoBlue: false,
MorphoBlue: true,
NewNavigation: true,
ProxyCreationDisabled: false,
ProxyReveal: false,
Expand Down

0 comments on commit d2ed50c

Please sign in to comment.