Skip to content

Commit

Permalink
fix: interface ISmartAccountProvider annotation (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: XuZhanXin <zhanxin.xu@kikitrade.com>
  • Loading branch information
1329576606 and XuZhanXin committed Oct 10, 2023
1 parent 55765ce commit 603ef4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/provider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export interface ISmartAccountProvider<
* Before executing, sendUserOperation will run the user operation through the middleware pipeline.
* The order of the middlewares is:
* 1. dummyPaymasterDataMiddleware -- populates a dummy paymaster data to use in estimation (default: "0x")
* 2. gasEstimator -- calls eth_estimateUserOperationGas
* 3. feeDataGetter -- sets maxfeePerGas and maxPriorityFeePerGas
* 2. feeDataGetter -- sets maxfeePerGas and maxPriorityFeePerGas
* 3. gasEstimator -- calls eth_estimateUserOperationGas
* 4. paymasterMiddleware -- used to set paymasterAndData. (default: "0x")
*
* @param data - either {@link UserOperationCallData} or {@link BatchUserOperationCallData}
Expand Down

0 comments on commit 603ef4e

Please sign in to comment.