Skip to content

Commit

Permalink
Merge pull request #360 from lidofinance/feature/si-1441-enable-mello…
Browse files Browse the repository at this point in the history
…w-banners

[chore] enable vaults banners
  • Loading branch information
itaven authored Jun 11, 2024
2 parents a48e2de + 991c0b5 commit 08761a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/feature-flags/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { FeatureFlagsType } from './types';
export const getFeatureFlagsDefault = (): FeatureFlagsType => {
return {
rpcSettingsPageOnInfraIsEnabled: false,
vaultsBannerIsEnabled: false,
vaultsBannerIsEnabled: true,
};
};

0 comments on commit 08761a7

Please sign in to comment.