ENSIP-11: EVM coin type is 0x80000000 | chainId.
0x80000000 | chainId
Future<Uint8List?> getEvmAddress(int chainId) { final coinType = 0x80000000 | chainId; return getAddress(coinType); }