Skip to content

Commit

Permalink
Merge pull request #306 from bnb-chain/feat/upperLimit0107
Browse files Browse the repository at this point in the history
test: Revert test case
  • Loading branch information
Halibao-Lala authored Feb 6, 2025
2 parents b87695a + 0d67bc4 commit 7ab76cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/canonical-bridge-sdk/src/adapters/deBridge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ export class DeBridge {
async createTxQuote(urlParams: any) {
return (
await this.client!.get<IDeBridgeCreateQuoteResponse>(
`/dln/order/create-tx?${urlParams.toString()}`,
{ timeout: 1000 }
`/dln/order/create-tx?${urlParams.toString()}`
)
).data;
}
Expand Down

0 comments on commit 7ab76cc

Please sign in to comment.