Display the 10 Available Accounts when ganache-cli starts as (eip-55) checksummed addresses.
Displaying as checksummed versions would look as follows:
Available Accounts
==================
(0) 0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1 (~100 ETH)
Addresses in Ganache (GUI) are displayed as checksummed addresses.
Available Accounts are displayed in lower case as follows:
Available Accounts
==================
(0) 0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1 (~100 ETH)
Checksum using logic as per the spec
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-55.md#specification
Tools that verify the checksum when these addresses are used report warnings.
zos push gave a warning to a community member when they used one of the ganache-cli available accounts. https://forum.zeppelin.solutions/t/getting-checksum-warning-while-executing-zos-push/889
Thanks for this issue, @abcoathup! And for the PR @djuanit0x! Reviewing it now.
Most helpful comment
Thanks for this issue, @abcoathup! And for the PR @djuanit0x! Reviewing it now.