pub type EthAddressLike = EthAddress;
Any value that can be converted into an Ethereum L1 address.
pub struct EthAddressLike(pub [u8; 20]);
0: [u8; 20]