Type alias OneInchAggregatorHelperParams

OneInchAggregatorHelperParams: {
    apiParamsOverrides?: Partial<OneInchSwapAPIQueryParams>;
    apiUrl?: string;
    axios?: AxiosInstance;
    chainId: ChainId;
    customHeader?: Record<string, string>;
    extRouter?: Address;
    liquiditySourcesProvider?(instance): Promise<string[]>;
}

Type declaration

Generated using TypeDoc