This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
v3.2.6 - Pre HF Update
Better URIs
- Supports URI Strings on Send Transaction Page. Read More.
- to=[address]
- value=[number]
- sendMode=[0 | 1 | 2 | 4] *(0 is ETH (Standard Transaction) | 1 is Only ETH | 2 is only ETC | 4 is token)
- tokenSymbol=[ARC | ICN | MKR | ....]
- gasLimit=[number] OR gas=[number]
- data=[hex data]
- Example 1: https://www.myetherwallet.com/?to=0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8&value=1&tokenSymbol=REP&gaslimit=50000#send-transaction
- Example 2: https://www.myetherwallet.com/?to=0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8&value=1&gaslimit=23000&data=0x5468616e6b20796f752c204d455720322e30#send-transaction
Prep for HF
- Get ready to switch to EIP 155 signing at time of Hard Fork
Fix CX bugs
- No longer reorders and gets funky and other misc stuff