We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318c7ca commit 11c4394Copy full SHA for 11c4394
packages/thirdweb/src/bridge/types/Quote.ts
@@ -29,7 +29,7 @@ export type PreparedQuote = Quote & {
29
*/
30
expiration?: number | undefined;
31
/**
32
- + * A series of [ox](https://oxlib.sh) EIP-1559 transactions that must be executed in sequential order to fulfill the complete route.
+ * A series of [ox](https://oxlib.sh) EIP-1559 transactions that must be executed in sequential order to fulfill the complete route.
33
34
transactions: Array<
35
ox__TransactionEnvelopeEip1559.TransactionEnvelopeEip1559<
0 commit comments