export interface Options {
    address: string;
    tokenId?: string;
    network: string;
  }