Skip to content

Commit

Permalink
Merge pull request #2765 from near/flag-migration-banner-off
Browse files Browse the repository at this point in the history
chore: flag migration banner off
  • Loading branch information
esaminu authored Jun 20, 2022
2 parents 7920c9b + 236799d commit ec7a101
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions features/features.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
export type Features = {
CREATE_USN_CONTRACT: boolean;
DONATE_TO_UKRAINE: boolean;
SHOW_MIGRATION_BANNER: boolean;
};
30 changes: 15 additions & 15 deletions features/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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"
}
}
}

0 comments on commit ec7a101

Please sign in to comment.