export interface WhitelistAddress {
  address: string;
  currency: string;
  name: string;
  network: string;
}
