Skip to content

Commit

Permalink
chore: fix zyfi input data
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Feb 6, 2025
1 parent 9788b89 commit 41439c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/paymaster/handlers/zyfi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function createZyfiPaymaster(params: ZyfiPaymasterParams): CustomPaymaste
txData: {
from: args.from,
to: args.to,
data: args.data,
data: args.data ?? "0x",
value: args.value,
},
};
Expand Down

0 comments on commit 41439c3

Please sign in to comment.