diff --git a/features/features.d.ts b/features/features.d.ts index 933d5e5c02..78f315b35c 100644 --- a/features/features.d.ts +++ b/features/features.d.ts @@ -4,4 +4,5 @@ export type Features = { CREATE_USN_CONTRACT: boolean; DONATE_TO_UKRAINE: boolean; + SHOW_MIGRATION_BANNER: boolean; }; diff --git a/features/flags.json b/features/flags.json index 69bc1fb252..4043e3d56e 100644 --- a/features/flags.json +++ b/features/flags.json @@ -91,14 +91,14 @@ "createdBy": "gutsyphilip", "createdAt": "2022-05-25T01:11:55.121Z", "development": { - "enabled": true, - "lastEditedBy": "gutsyphilip", - "lastEditedAt": "2022-05-25T01:11:55.121Z" + "enabled": false, + "lastEditedBy": "esaminu", + "lastEditedAt": "2022-06-20T18:11:26.582Z" }, "testnet": { - "enabled": true, - "lastEditedBy": "gutsyphilip", - "lastEditedAt": "2022-05-25T01:11:55.121Z" + "enabled": false, + "lastEditedBy": "esaminu", + "lastEditedAt": "2022-06-20T18:11:26.582Z" }, "mainnet": { "enabled": false, @@ -116,19 +116,19 @@ "lastEditedAt": "2022-05-25T01:11:55.121Z" }, "testnet_NEARORG": { - "enabled": true, - "lastEditedBy": "gutsyphilip", - "lastEditedAt": "2022-05-25T01:11:55.121Z" + "enabled": false, + "lastEditedBy": "esaminu", + "lastEditedAt": "2022-06-20T18:11:26.582Z" }, "mainnet_NEARORG": { - "enabled": true, - "lastEditedBy": "gutsyphilip", - "lastEditedAt": "2022-05-25T01:11:55.121Z" + "enabled": false, + "lastEditedBy": "esaminu", + "lastEditedAt": "2022-06-20T18:11:26.582Z" }, "mainnet_STAGING_NEARORG": { - "enabled": true, - "lastEditedBy": "gutsyphilip", - "lastEditedAt": "2022-05-25T01:11:55.121Z" + "enabled": false, + "lastEditedBy": "esaminu", + "lastEditedAt": "2022-06-20T18:11:26.582Z" } } }