BaseEthereumAddressSchema: ZodString = ...

Zod schema for validating Ethereum addresses.

Description

Ensures the address is a valid Ethereum address (0x followed by 40 hexadecimal characters).