Skip to content

Commit

Permalink
Add to/data for raw transact params
Browse files Browse the repository at this point in the history
  • Loading branch information
therealjmj committed Jun 7, 2023
1 parent c29a8a7 commit e5f7c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/models/relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ type RelayerRawParamsShared = {
};

export type RelayerRawParamsTransact = RelayerRawParamsShared & {
serializedTransaction: string;
to: string;
data: string;
minGasPrice: string;
useRelayAdapt: boolean;
};
Expand Down

0 comments on commit e5f7c63

Please sign in to comment.