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