Skip to content

Commit e79595e

Browse files
jpuriOGPoyraz
authored andcommitted
chore: register stable-tokens in feature flag registry
1 parent 4541783 commit e79595e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5553,6 +5553,14 @@ export const FEATURE_FLAG_REGISTRY: Record<string, FeatureFlagRegistryEntry> = {
55535553
status: FeatureFlagStatus.Active,
55545554
},
55555555

5556+
'stable-tokens': {
5557+
name: 'stable-tokens',
5558+
type: FeatureFlagType.Remote,
5559+
inProd: false,
5560+
productionDefault: {},
5561+
status: FeatureFlagStatus.Active,
5562+
},
5563+
55565564
swapsSWAPS4543AbtestPostTradeModal: {
55575565
name: 'swapsSWAPS4543AbtestPostTradeModal',
55585566
type: FeatureFlagType.Remote,

0 commit comments

Comments
 (0)