Interface VaultFetchOptions

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

Properties

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