Skip to content

Commit

Permalink
refactor(apps-backend): Enable vesting and migration in production (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Dec 17, 2024
1 parent 3ab420c commit c0f4668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/apps-backend/src/features/features.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ export class FeaturesController {
defaultValue: false,
},
[Feature.StardustMigration]: {
defaultValue: false,
defaultValue: true,
},
[Feature.SupplyIncreaseVesting]: {
defaultValue: false,
defaultValue: true,
},
},
dateUpdated: new Date().toISOString(),
Expand Down

0 comments on commit c0f4668

Please sign in to comment.