You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
evaluate if worth to support EIP-1191 (add chain id to mixed-case checksum address)
ethereum/EIPs#1121
which is already supported in several utilities
https://github.com/ethereumjs/ethereumjs-util/blob/master/src/account.ts#L134
basically it helps different EVM compatible chain users to aware to not send their token to other chain's address (via encode chain id in address)
generateAddress(addr, chainId = 1)
checkAddress(addr, chainId = 1)
The text was updated successfully, but these errors were encountered: