mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
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',
|
||
|
};
|