export interface IWhitelistedContract { contract: string; domain: string; recipients: string[]; }