Skip to content

Commit

Permalink
fix deprecated message
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Feb 13, 2025
1 parent ae4f268 commit eb055ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ type GetErc7579Params<TErc7579 extends Address | undefined> =
safeModuleSetupAddress?: Address
multiSendAddress?: Address
multiSendCallOnlyAddress?: Address
// @deprecated This field is deprecated. We recommend making any setup transactions in the userOperation's calldata.
// @deprecated This field is deprecated. It is recommended to make any setup transactions in the userOperation's calldata.
setupTransactions?: {
to: Address
data: Address
Expand Down

0 comments on commit eb055ad

Please sign in to comment.