Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uodate: standard gas estimation
Browse files Browse the repository at this point in the history
kamescg committed Dec 6, 2024
1 parent 581196d commit 5b30ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/popup/src/lib/client/bundler-client.ts
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ export const baseBundlerClient = createBundlerClient({
}),
userOperation: {
estimateFeesPerGas: async () => {
return (await pimlicoBaseClient.getUserOperationGasPrice()).fast;
return (await pimlicoBaseClient.getUserOperationGasPrice()).standard;
},
},
});

0 comments on commit 5b30ecc

Please sign in to comment.