mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
|
export const SECURITY_PROVIDER_MESSAGE_SEVERITIES = {
|
||
|
NOT_MALICIOUS: 0,
|
||
|
MALICIOUS: 1,
|
||
|
NOT_SAFE: 2,
|
||
|
};
|