1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/shared/constants/phishing.js

5 lines
190 B
JavaScript
Raw Normal View History

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',
};