Skip to content

Commit

Permalink
feat: insurance option in quoteRequest (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xksure committed Feb 9, 2023
1 parent 7feb783 commit 4a9a064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export interface QuoteRequest extends ToolConfiguration {
integrator?: string
referrer?: string
fee?: number | string
insurance?: boolean // indicates whether the user wants a quote with bridge insurance
allowDestinationCall?: boolean // (default : true) // destination calls are enabled by default
}

Expand Down

0 comments on commit 4a9a064

Please sign in to comment.