Interface VaultFetchOptions

interface VaultFetchOptions {
    subgraphUrl: string;
    chainId: number;
    showDeprecated?: boolean;
    showCurrentProtocol?: boolean;
    beaconNames?: string[];
    batchSize?: number;
}

Properties

subgraphUrl: string
chainId: number
showDeprecated?: boolean
showCurrentProtocol?: boolean
beaconNames?: string[]
batchSize?: number