Properties of a CurveFinanceTask.

interface ICurveFinanceTask {
    chain?: CHAIN_ETHEREUM;
    outDecimals?: number;
    poolAddress?: string;
    provider?: string;
}

Implemented by

Properties

Required. Specifies which blockchain to use when reading information from Curve Finance.

outDecimals?: number

The number of decimal places to include in the returned price value.

poolAddress?: string

The on-chain address of the Curve Finance pool to fetch pricing data from.

provider?: string

Optional. The RPC endpoint to use for blockchain requests. If not specified, a default RPC will be used which may have rate limits.