Skip to content

Commit e2b61f5

Browse files
committed
chore: update feature flag registry
1 parent 6535c32 commit e2b61f5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

tests/feature-flags/feature-flag-registry.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,6 +2748,16 @@ export const FEATURE_FLAG_REGISTRY: Record<string, FeatureFlagRegistryEntry> = {
27482748
status: FeatureFlagStatus.Active,
27492749
},
27502750

2751+
earnChompApiConfig: {
2752+
name: 'earnChompApiConfig',
2753+
type: FeatureFlagType.Remote,
2754+
inProd: false,
2755+
productionDefault: {
2756+
baseUrl: 'https://chomp.dev-api.cx.metamask.io',
2757+
},
2758+
status: FeatureFlagStatus.Active,
2759+
},
2760+
27512761
earnFeatureFlagTemplate: {
27522762
name: 'earnFeatureFlagTemplate',
27532763
type: FeatureFlagType.Remote,

0 commit comments

Comments
 (0)