Skip to content

Instantly share code, notes, and snippets.

@tayvano
Created September 6, 2017 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tayvano/6c3967b05acfbad903c93d3098ed8762 to your computer and use it in GitHub Desktop.
Save tayvano/6c3967b05acfbad903c93d3098ed8762 to your computer and use it in GitHub Desktop.
ERROR_0 : 'Please enter a valid amount.',
ERROR_1 : 'Please enter a strong yet easy to remember password that is 9+ characters. ',
ERROR_2 : 'Sorry! We don\'t recognize this wallet file. Typically wallet files look like `UTC--2017-08-25T01-30...` or are a `.json` format like `presale_backup.json`).',
ERROR_3 : 'This is not a valid wallet file. Typically wallet files look like `UTC--2017-08-25T01-30...` or are a `.json` format like `presale_backup.json`).',
ERROR_4 : 'This unit doesn\'t exists. Please try: ',
ERROR_5 : 'Please enter a valid address. An address looks like `0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8`.',
ERROR_6 : 'Please enter a valid password. ',
ERROR_7 : 'Please enter valid decimals. (Must be integer. Try 0-18.) ',
ERROR_8 : 'Please enter a valid gas limit. (Must be integer. Try 21000-4000000.) ',
ERROR_9 : 'Please enter a valid data value. (Must be hex. Hex strings start with `0x` and contain the characters `0 1 2 3 4 5 6 7 8 9 a b c d e f`.) ',
ERROR_10 : 'Please enter a valid gas price. (Must be integer. Try 20 GWEI / 20000000000 WEI.) ',
ERROR_11 : 'Please enter a valid nonce. (Must be integer.) ',
ERROR_12 : 'Sorry. That is not a valid signed transaction. ',
ERROR_13 : 'A wallet with this nickname already exists. ',
ERROR_14 : 'Wallet not found. ',
ERROR_16 : 'A wallet with this address already exists in storage. Please check your wallets page. ',
ERROR_17 : 'Account you are sending from does not have enough ETH. If sending tokens: you must have ~0.01 ETH in your account to cover the [cost of gas](https://myetherwallet.groovehq.com/knowledge_base/topics/what-is-gas). If trying to send all your ETH: please use the "Send Entire Balance" button. ',
ERROR_18 : 'Could not estimate gas. This means the there are not enough ETH in the account or the contract may throw an error. Please lower your gas price if you manually set the gas limit and send.',
ERROR_19 : 'Please enter a valid symbol',
ERROR_20 : 'This a not valid ERC-20 token. Try searching the token name on etherscan.io and use the address provided there.',
ERROR_21 : '',
ERROR_22 : 'Please enter a valid network name',
ERROR_23 : 'Please enter a valid URL. If you are visiting this website via `https`, the URL you enter must also be `https`',
ERROR_24 : 'Please enter a valid port. ',
ERROR_25 : 'Please enter a valid chain ID. ',
ERROR_26 : 'Please enter a valid ABI. ',
ERROR_27 : 'Minimum amount: 0.01. Max amount: ',
ERROR_28 : 'You need the `Keystore File + Password` or the `Private Key` to access this wallet in the future. Please back this up and keep it secure. ',
ERROR_29 : 'Please enter a valid user and password. ',
ERROR_30 : 'Please enter a valid name (7+ characters, limited punctuation) ',
ERROR_31 : 'Please enter a valid secret phrase. ',
ERROR_32 : 'Could not connect to the network. Refresh your page, try a different network (top-right corner), or check your firewall settings. If on a custom network, double-check your configs.',
ERROR_33 : 'The wallet you have unlocked does not match the owner\'s address. ',
ERROR_34 : 'The name you are attempting to reveal does not match the name you have entered. ',
ERROR_35 : 'Address is not checksummed. <a href="https://myetherwallet.groovehq.com/knowledge_base/topics/not-checksummed-shows-when-i-enter-an-address" target="_blank" rel="noopener">Please be careful.</a>',
ERROR_36 : 'Please enter a valid TX hash',
ERROR_37 : 'Please enter valid hex string. Hex strings start with `0x` and only contain the characters `0 1 2 3 4 5 6 7 8 9 a b c d e f`.',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment