Skip to content

Commit

Permalink
feat: add toToken to Execution (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmoeller committed Mar 15, 2022
1 parent 41bc707 commit 0b73108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export interface Execution {
process: Array<Process>
fromAmount?: string
toAmount?: string
toToken?: Token
}

export const emptyExecution: Execution = {
Expand Down

0 comments on commit 0b73108

Please sign in to comment.