Skip to content

Commit

Permalink
feat: add stablecoin earn feature gate (valora-inc#5373)
Browse files Browse the repository at this point in the history
### Description

Just setting up the gate in the code, will be used in subsequent PRs

### Test plan

N/A

### Related issues

- Fixes ACT-1183

### Backwards compatibility

Yes

### Network scalability

N/A
  • Loading branch information
satish-ravi authored and shottah committed May 15, 2024
1 parent 104f29e commit f676538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/statsig/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const FeatureGates = {
[StatsigFeatureGates.SHOW_NFT_REWARD]: false,
[StatsigFeatureGates.SHOW_JUMPSTART_SEND]: false,
[StatsigFeatureGates.SHOW_POINTS]: false,
[StatsigFeatureGates.SHOW_STABLECOIN_EARN]: false,
} satisfies { [key in StatsigFeatureGates]: boolean }

export const ExperimentConfigs = {
Expand Down
1 change: 1 addition & 0 deletions src/statsig/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export enum StatsigFeatureGates {
SHOW_NFT_REWARD = 'show_nft_reward',
SHOW_JUMPSTART_SEND = 'show_jumpstart_send',
SHOW_POINTS = 'show_points',
SHOW_STABLECOIN_EARN = 'show_stablecoin_earn',
}

export enum StatsigExperiments {
Expand Down

0 comments on commit f676538

Please sign in to comment.