2022-02-01 16:30:15 +01:00
|
|
|
const ZENDESK_URLS = {
|
2022-02-22 16:45:19 +01:00
|
|
|
ADD_CUSTOM_TOKENS:
|
|
|
|
'https://metamask.zendesk.com/hc/en-us/articles/360015489031',
|
|
|
|
ADD_MISSING_ACCOUNTS:
|
|
|
|
'https://metamask.zendesk.com/hc/en-us/articles/360015489271',
|
|
|
|
IMPORT_ACCOUNTS:
|
|
|
|
'https://metamask.zendesk.com/hc/en-us/articles/360015489331',
|
2022-02-01 16:30:15 +01:00
|
|
|
TOKEN_SAFETY_PRACTICES:
|
|
|
|
'https://metamask.zendesk.com/hc/en-us/articles/4403988839451',
|
2022-02-25 17:15:57 +01:00
|
|
|
SECRET_RECOVERY_PHRASE:
|
|
|
|
'https://metamask.zendesk.com/hc/en-us/articles/360060826432-What-is-a-Secret-Recovery-Phrase-and-how-to-keep-your-crypto-wallet-secure',
|
2022-03-07 16:35:03 +01:00
|
|
|
PASSWORD_ARTICLE:
|
|
|
|
'https://metamask.zendesk.com/hc/en-us/articles/4404722782107',
|
2022-08-22 17:38:03 +02:00
|
|
|
CUSTOMIZE_NONCE:
|
|
|
|
'https://metamask.zendesk.com/hc/en-us/articles/7417499333531-How-to-customize-a-transaction-nonce',
|
2022-02-01 16:30:15 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
export default ZENDESK_URLS;
|