Skip to content

Commit 70b8d44

Browse files
committed
add tests and improve actions type system
1 parent 093dba7 commit 70b8d44

File tree

4 files changed

+844
-308
lines changed

4 files changed

+844
-308
lines changed

src/types/actions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ export type CallAction = {
146146
protocol: string;
147147
/** Action arguments */
148148
args: {
149+
tokenIn?: Address;
150+
tokenOut?: Address;
149151
/** Contract address to call */
150152
address: Address;
151153
/** Method to call */

0 commit comments

Comments
 (0)