Skip to content

Commit 0bb425c

Browse files
Update packages/thirdweb/src/bridge/types/Quote.ts
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <[email protected]>
1 parent 6017090 commit 0bb425c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/thirdweb/src/bridge/types/Quote.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type PreparedQuote = Quote & {
4242
"eip1559"
4343
> & {
4444
/**
45-
* The action this transaction performs. This can be "approve", "transfer", "buy", or "sell".
45+
* The action this transaction performs. This can be "approval", "transfer", "buy", or "sell".
4646
*/
4747
action: "approval" | "transfer" | "buy" | "sell";
4848
/**

0 commit comments

Comments
 (0)