harmony-one / explorer-v2-frontend

19 stars 23 forks source link

Addresses with Injected Checksum #154

Closed dirtycajunrice closed 2 years ago

dirtycajunrice commented 2 years ago

All ETH formatted address are lowercase. This is not the actual address and it should contain the injected checksum.

This is most visible on the actual address page, but is also a problem on the check HRC page. The user should be able to paste in any address, and validity should be checked with ethers.utils.getAddress()