MyEtherWallet => MyCrypto (#1041)

* MyEtherWallet => MyCrypto

Note: Knowledge base links in translations are not working due to the new knowledge base. Some links link to the MyEtherWallet Chrome Extension.

* Update consoleAdvertisement.ts

* Update consoleAdvertisement.ts

* Update en.json

* Update consoleAdvertisement.ts

* Update InsecureWalletWarning.tsx
This commit is contained in:
Michael H 2018-02-09 22:41:44 +01:00 committed by Daniel Ternyak
parent 273b77b390
commit bcdc0f546d
5 changed files with 30 additions and 25 deletions

View File

@ -92,7 +92,7 @@ export class InsecureWalletWarning extends React.Component<Props, State> {
<p className="WalletWarning-check">
If you must use your {walletType} online, please double-check the URL & SSL certificate.
It should say <code>{'https://www.mycrypto.com'}</code>
& <code>MyCrypto, LLC [US]</code> in your URL bar.
& <code>MyCrypto, Inc (US)</code> in your URL bar.
</p>
<div className="WalletWarning-checkboxes">{checkboxes.map(this.makeCheckbox)}</div>

View File

@ -9,8 +9,8 @@ export interface AddressMessage {
// MAKE SURE THE ADDRESS KEY IS EITHER LOWER CASED OR CHECKSUMMED.
export const ADDRESS_MESSAGES: { [key: string]: AddressMessage } = {
'0x7cb57b5a97eabe94205c07890be4c1ad31e486a8': {
msg: 'Thank you for donating to MyEtherWallet. TO THE MOON!'
'0x4bbeEB066eD09B7AEd07bF39EEe0460DFa261520': {
msg: 'Thank you for donating to MyCrypto. TO THE MOON!'
},
'0x75aa7b0d02532f3833b66c7f0ad35376d373ddf8': {
gasLimit: 300000,

View File

@ -619,7 +619,7 @@
"ONBOARD_secure_1_content__1": "Phishers send you a message with a link to a website that looks just like MyCrypto, EtherDelta, Paypal, or your bank, but is not the real website. They steal your information and then steal your money.",
"ONBOARD_secure_1_content__2": "Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyCrypto Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.",
"ONBOARD_secure_1_content__3": "Always check the URL: `https://www.mycrypto.com`.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MYCRYPTO, LLC [US]` in green.",
"ONBOARD_secure_1_content__4": "Always make sure the URL bar has `MyCrypto, Inc (US)` in green.",
"ONBOARD_secure_1_content__5": "Do not trust messages or links sent to you randomly via email, Slack, Reddit, Twitter, etc.",
"ONBOARD_secure_1_content__6": "Always navigate directly to a site before you enter information. Do not enter information after clicking a link from a message or email.",
"ONBOARD_secure_1_content__7": "[Install an AdBlocker](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en) and do not click ads on your search engine (e.g. Google).",

View File

@ -2,26 +2,31 @@
export default function consoleAdvertisement() {
console.log(
`%c
,:;;;;;;;;;;:.
.;;;;;;::;;;;;;;;;;;;'
::::;;;;::::;;;;;;;;;;;;;: _ _ _ _ _
;::;;::;;:::' .;;;;;;;;;;;, | | (_) | | | | | |
;;:;;;;::;:; ;;;;;;;;: | | ___ _ _ __ | | | |___| |
;;:;;;;;;::;;; ;;;;;;;: _ | |/ _ \\| | '_ \\ | | | / __| |
;;::;;;;;::::;;;;;;;, ;;;;;;;, | |__| | (_) | | | | | | |__| \\__ |_|
;::;;;; :;;::;;;;;::;; ;;;;;;; \\____/ \\___/|_|_| |_| \\____/|___(_)
:::;;;;' ;:;;;;;;::;' ,;;;;;;
:;;;;;; ;::;;;;' ,;;;;:: https://github.com/MyEtherWallet/MyEtherWallet
.;;;;;;, ,;::;;;;;;;; ;;;;;:;
;;;;;;; ;::;;;;;;:;:;',;;;;:;;
';;;;;;; ';;;;::;;;;;;::;
.;;;;;;;' ;;:::;;;;;::;
;;;;;;;;;'' ;:;;:;;;::;
::::;;;;::::;;;;;;;;;;;;;:
.;;;;;;::;;;;;;;;;;;;'
,:;;;;;;;;;;:.
NNmdhhyyyyyyyyhhddmN
mdhyyyyyyyyyyyyyyyyyyyyyhdN
mdyyyyyyyyyyyyyyyyyyyyyyyyyyyyhdN
Ndhyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyhhm
Nmhyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyhhm
dyyyyyyyyyyys++oyyyyyyyyyys+/+syyyyyyyyyyhd
Nhyyyyyyyyyy+. .+yyyyyyo- :syyyyyyyyyhdN _ _ _ _ _
Nhyyyyyyyyyo. .+yyo- :yyyyyyyyyyd | | (_) | | | | | |
hyyyyyyyyo. .- :yyyyyyyyhm | | ___ _ _ __ | | | |___| |
myyyyyyyy. -+oo/. .+ooo: oyyyyyyyh _ | |/ _ \| | '_ \ | | | / __| |
hyyyyyyy+ -syyyyyyo- .oyyyyyyy/ /yyyyyyyy | |__| | (_) | | | | | | |__| \__ \_|
yyyyyyyyy+::syyyyyyyyyyo::oyyyyyyyyyyy/:+yyyyyyyyy \____/ \___/|_|_| |_| \____/|___(_)
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
yyyyyyyyyyyyyyyyysyyyyyyyyyyyyyysyyyyyyyyyyyyyyyyy https://github.com/MyCrypto/MyCrypto
hyyyyyyyyyyyyyys. :syyyyyyyyy/ +yyyyyyyyyyyyyyy
myyyyyyyyyyyyyy/ :syyyyy/ .yyyyyyyyyyyyyyh
hyyyyyyyyyyyyyy: .::- -syyyyyyyyyyyyyhd
Nyyyyyyyyyyyyyyys: -syyyyyyyyyyyyyyymN
mhyyyyyyyyyyyyyyys: -oyyyyyyyyyyyyyyyhdN
Nhyyyyyyyyyyyyyyyys: -oyyyyyyyyyyyyyyyyhmN
NdhyyyyyyyyyyyyyyyyysoyyyyyyyyyyyyyyyyyhdN
mhhyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyhhmN
mdhyyyyyyyyyyyyyyyyyyyyyyyyyyyyhhNN
NmdhyyyyyyyyyyyyyyyyyyyyyyhhmN
NNmddhhyyyyyyyyyyhhhddN
`,
'background: #163151; color: #FFF;'
);

View File

@ -38,7 +38,7 @@ const HELP_MENU = {
{
label: 'Help / FAQ',
click() {
shell.openExternal('https://myetherwallet.github.io/knowledge-base/');
shell.openExternal('https://support.mycrypto.com/');
}
},
{