From c0f46683365e52dfc106e429092afd37e86ea74b Mon Sep 17 00:00:00 2001 From: Marc Espin Date: Tue, 17 Dec 2024 11:27:12 +0100 Subject: [PATCH] refactor(apps-backend): Enable vesting and migration in production (#4514) --- apps/apps-backend/src/features/features.controller.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/apps-backend/src/features/features.controller.ts b/apps/apps-backend/src/features/features.controller.ts index c3947236ec5..a3f3dbbdd3f 100644 --- a/apps/apps-backend/src/features/features.controller.ts +++ b/apps/apps-backend/src/features/features.controller.ts @@ -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(),