Skip to content

Commit

Permalink
fix: remove allowDestCallFalg from /routes (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa committed Feb 16, 2023
1 parent 82987e0 commit 0524e79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
ChainId,
ExchangeDefinition,
LifiStep,
Step,
Token,
} from '.'
import { ToolError } from './apiErrors'
Expand Down Expand Up @@ -34,7 +33,7 @@ export interface RouteOptions {
infiniteApproval?: boolean // (default : false)
allowSwitchChain?: boolean // (default : false) // eg. on mobile wallets and not metamask wallets we can't automatically change chains
integrator?: string // custom string developer who integrate LI.FI can set
allowDestinationCall?: boolean // (default : true) // destination calls are enabled by default
//allowDestinationCall?: boolean // (default : true) // destination calls are enabled by default
referrer?: string // integrators can set a wallet address as referrer to track them
bridges?: AllowDenyPrefer
exchanges?: AllowDenyPrefer
Expand Down

0 comments on commit 0524e79

Please sign in to comment.