From f0cefe9a6921a469ae83d6341e64027f350a6988 Mon Sep 17 00:00:00 2001 From: Nick Caradonna Date: Thu, 24 Jul 2025 15:21:16 -0400 Subject: [PATCH] add oracle price to params response --- src/index.ts | 1 + 1 file changed, 1 insertion(+) 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