Skip to content

Commit

Permalink
feat(bundler): extending supported bundler operations
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jan 7, 2025
1 parent 31d71d3 commit eaa64e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/providers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,10 @@ pub enum SupportedBundlerOps {
/// Paymaster sponsor UserOp
#[serde(rename = "pm_sponsorUserOperation")]
PmSponsorUserOperation,
#[serde(rename = "pm_getPaymasterData")]
PmGetPaymasterData,
#[serde(rename = "pm_getPaymasterStubData")]
PmGetPaymasterStubData,
#[serde(rename = "pimlico_getUserOperationGasPrice")]
PimlicoGetUserOperationGasPrice,
}
Expand Down

0 comments on commit eaa64e2

Please sign in to comment.