Skip to content

Commit

Permalink
feat: add skip simulation flag (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
H3xept authored Sep 17, 2024
1 parent 6c0476e commit 32ea6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32ea6cc

Please sign in to comment.