Future<void> setEvmAddress(int chainId, Uint8List address) { final coinType = 0x80000000 | chainId; return setAddress(coinType, address); }