Skip to content

Commit

Permalink
fix: add sponsorSig param
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySean2845 committed Nov 22, 2023
1 parent 07ec28c commit d5e237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CyberAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class CyberAccount {
ep: CyberBundler.entryPointAddress,
operation: 0,
},
{ owner: this.owner.address },
{ owner: this.owner.address, sponsorSig: sponsorSig || "" },
this.chain.id,
);

Expand Down

0 comments on commit d5e237a

Please sign in to comment.