Skip to content

Commit

Permalink
chore: update toToken type in includedStep (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa authored Sep 10, 2024
1 parent 111d162 commit 45a3bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ export type IncludedStep = {
fromAmount: string
fromToken: Token
toAmount: string
toToken: string
toToken: Token
bridgedAmount?: string
tool: string
toolDetails: StepToolDetails
Expand Down

0 comments on commit 45a3bdb

Please sign in to comment.