type GenerateLoginPayloadParams = { address: string; chainId?: number;};
type address = string;
type chainId = number;