diff --git a/src/index.ts b/src/index.ts index 660e65f..fe6382f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1038,6 +1038,7 @@ const main = async (): Promise => { entryPrice: result.data.estimatedPrices.entryPrice.toString(), bestPrice: result.data.estimatedPrices.bestPrice.toString(), worstPrice: result.data.estimatedPrices.worstPrice.toString(), + oraclePrice: result.data.estimatedPrices.oraclePrice.toString(), priceImpact: BigNum.from( result.data.estimatedPrices.priceImpact, PRICE_PRECISION_EXP