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()
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()