Skip to content

Commit

Permalink
Merge pull request #361 from lidofinance/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
itaven authored Jun 11, 2024
2 parents 5282664 + 08761a7 commit 4213788
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 4213788

Please sign in to comment.