mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
e7633c6d2f
* Replace all mentions of MyEtherWallet in translations with MyCrypto * Replace all translation mentions of kvhnuke/etherwallet repo with MyCryptoHQ/MyCrypto repo. * Replace all instances of MEW with MyCrypto in translations. * Replace all instances of myetherwallet.com with mycrypto.com * First pass of myetherwallet -> mycrypto in codebase. * Replace most MEWs and mews with MyCrypto or MyC or myc * Update all assets, clean out unused old assets. * Adjust v3 url * Convert all links to help articles to a help link component to make future changes easier. * Rework onboarding images * Adjust logo colors due to CMY issue. * Update donation address, remove mentions of mewtopia.eth * Update license * Update sosh meed and referral links. * Fix more translations strings. * Tscheck fix. * Update shapeshift api key.
17 lines
966 B
TypeScript
17 lines
966 B
TypeScript
export enum HELP_ARTICLE {
|
|
HOME = '',
|
|
ENS = 'ens',
|
|
ENS_BAD_REVEAL = 'ens/ens-debugging-a-bad-instruction-reveal',
|
|
DIFFERENCE_BETWEEN_PKEY_AND_KEYSTORE = 'private-keys-passwords/difference-beween-private-key-and-keystore-file.html',
|
|
RUNNING_LOCALLY = 'offline/running-myetherwallet-locally.html',
|
|
MIGRATE_TO_METAMASK = 'migration/moving-from-private-key-to-metamask.html',
|
|
MIGRATE_TO_LEDGER = 'migration/moving-from-private-key-to-ledger-hardware-wallet.html',
|
|
ADDING_NEW_TOKENS = 'send/adding-new-token-and-sending-custom-tokens.html',
|
|
HARDWARE_WALLET_RECOMMENDATIONS = 'hardware-wallets/hardware-wallet-recommendations.html',
|
|
SENDING_TO_TREZOR = 'hardware-wallets/trezor-sending-to-trezor-device.html',
|
|
SECURING_YOUR_ETH = 'security/securing-your-ethereum.html',
|
|
PROTECT_YOUR_FUNDS = 'getting-started/protecting-yourself-and-your-funds.html',
|
|
WHAT_IS_NONCE = 'transactions/what-is-nonce.html',
|
|
WHAT_IS_GAS = 'gas/what-is-gas-ethereum'
|
|
}
|