Type alias DexConfig

DexConfig: {
    overrides?: ExchangeOverrides;
    tokens?: TokenInfo[];
    secondaryFees?: SecondaryFee[];
}

A type representing the configuration for the DEX.

Type declaration

  • Optional overrides?: ExchangeOverrides

    The DEX overrides.

  • Optional tokens?: TokenInfo[]

    An array of tokens compatible with the DEX.

  • Optional secondaryFees?: SecondaryFee[]

    An array of secondary fees to be applied to swaps

Generated using TypeDoc