mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
09164dcabb
* bump @metamask/controllers to v30.0.2 and adapt
5 lines
190 B
JavaScript
5 lines
190 B
JavaScript
export const PHISHING_NEW_ISSUE_URLS = {
|
|
MetaMask: 'https://github.com/metamask/eth-phishing-detect/issues/new',
|
|
PhishFort: 'https://github.com/phishfort/phishfort-lists/issues/new',
|
|
};
|