hoodchain - v0.1.0
    Preparing search index...

    Interface QuoteSwapOptions

    Options for quoteSwap.

    interface QuoteSwapOptions {
        feeTiers?: readonly number[];
        intermediates?: `0x${string}`[];
    }
    Index
    feeTiers?: readonly number[]

    Restrict single-hop probing to these fee tiers. Defaults to all four v3 tiers.

    intermediates?: `0x${string}`[]

    Intermediate tokens tried for two-hop routes when quoting. Defaults to the network's WETH and USDG.