Skip to content

Commit 06358c6

Browse files
Update packages/thirdweb/src/bridge/Sell.ts
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <[email protected]>
1 parent 329a439 commit 06358c6

File tree

1 file changed

+1
-1
lines changed
  • packages/thirdweb/src/bridge

1 file changed

+1
-1
lines changed

packages/thirdweb/src/bridge/Sell.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export declare namespace quote {
251251
* ```
252252
*
253253
* ## Sending the transactions
254-
* The `transactions` array is a series of transactions ready to be executed (with `sendTransaction`) must be executed one after the other in order to fulfill the complete route. There are a few things to keep in mind when executing these transactions:
254+
+ * The `transactions` array is a series of transactions ready to be executed (with `sendTransaction`) one after the other in order to fulfill the complete route. There are a few things to keep in mind when executing these transactions:
255255
* - Approvals will have the `approval` action specified. You can perform approvals with `sendAndConfirmTransaction`, then proceed to the next transaction.
256256
* - All transactions are assumed to be executed by the `sender` address, regardless of which chain they are on. The final transaction will use the `receiver` as the recipient address.
257257
* - If an `expiration` timestamp is provided, all transactions must be executed before that time to guarantee successful execution at the specified price.

0 commit comments

Comments
 (0)