Skip to content

Commit

Permalink
Return LiFi Bridge Used on getQuotes API
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesha22 authored Dec 27, 2022
1 parent 541b406 commit 84d5fea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherspot",
"version": "1.42.3",
"version": "1.42.4",
"description": "Etherspot SDK",
"keywords": [
"ether",
Expand Down
3 changes: 2 additions & 1 deletion src/sdk/exchange/classes/exchange-bridging-quote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export class BridgingQuote {
provider: string;
approvalData: IApprovalData | null;
transaction: ITranscation;
estimate: IEstimate
estimate: IEstimate;
LiFiBridgeUsed?: string | null;
}

export class BridgingQuotes {
Expand Down
1 change: 1 addition & 0 deletions src/sdk/exchange/exchange.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export class ExchangeService extends Service {
estimatedGas
}
}
LiFiBridgeUsed
}
}
}
Expand Down

0 comments on commit 84d5fea

Please sign in to comment.