From 32ea6ccbdf11d1d8396a997bdfdb5a61760a8c45 Mon Sep 17 00:00:00 2001 From: Leonardo Cascianelli Date: Tue, 17 Sep 2024 10:12:10 +0200 Subject: [PATCH] feat: add skip simulation flag (#279) --- package.json | 2 +- src/api.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 405d4f6..147c115 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lifi/types", - "version": "15.11.0", + "version": "15.12.0-beta.0", "description": "Types for the LI.FI stack", "keywords": [ "sdk", diff --git a/src/api.ts b/src/api.ts index 2728caa..a1fcdbe 100644 --- a/src/api.ts +++ b/src/api.ts @@ -276,6 +276,7 @@ export interface QuoteRequest extends ToolConfiguration, TimingStrings { allowDestinationCall?: boolean // (default : true) // destination calls are enabled by default fromAmountForGas?: string // the amount of token to convert to gas maxPriceImpact?: number // hide routes with price impact greater than or equal to this value + skipSimulation?: boolean /** * @deprecated This property is deprecated and will be removed in future versions.