Releases: cmditch/elm-ethereum
Releases · cmditch/elm-ethereum
Normalize them Addresses
All addresses are stored in lowercase form. If you want to see it as a checksummed address, use Eth.Utils.addressToChecksumString.
Eth.Utils.addressFromString still checks for EIP-55 compliance if input is mixed case.