From 80b04d35262f869aae5789da25159aa142db597b Mon Sep 17 00:00:00 2001 From: Ricardo Date: Mon, 23 Oct 2023 21:04:25 -0500 Subject: [PATCH] chore: update Action fromAddress property to required --- src/step.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/step.ts b/src/step.ts index e8ea6cf3..e918c635 100644 --- a/src/step.ts +++ b/src/step.ts @@ -30,7 +30,7 @@ export interface Action { fromChainId: number fromAmount: string fromToken: Token - fromAddress?: string + fromAddress: string toChainId: number toToken: Token