You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can make these properties accessible via the options parameter in the init function
This functionality is already available in the Protocol Kit, but not in the Relay Kit.
Proposed solution
Modify the init function type in the Safe4337Pack to include paymentReceiver, payment, and paymentToken in the options parameter.
The text was updated successfully, but these errors were encountered:
DaniSomoza
changed the title
[4337]
[4337] Modify the init function type in the Safe4337Pack to include paymentReceiver, payment, and paymentToken
Nov 25, 2024
Context / issue
Currently, the
paymentReceiver
,payment
, andpaymentToken
properties are set with default values in theSafe4337Pack
see the default values in the Safe4337Pack.ts file:
We can make these properties accessible via the options parameter in the init function
This functionality is already available in the Protocol Kit, but not in the Relay Kit.
Proposed solution
Modify the
init
function type in theSafe4337Pack
to includepaymentReceiver
,payment
, andpaymentToken
in the options parameter.The text was updated successfully, but these errors were encountered: