mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
|
///: BEGIN:ONLY_INCLUDE_IN(flask)
|
||
|
|
||
|
// The time after which a notification should be deleted.
|
||
|
export const NOTIFICATIONS_EXPIRATION_DELAY = 10000;
|
||
|
|
||
|
///: END:ONLY_INCLUDE_IN
|