export type BuyerInfo = {
	participated: boolean;
	claimed: boolean;
	whitelisted: boolean;
	blacklisted: boolean;
};
