diff --git a/apps/popup/src/lib/client/bundler-client.ts b/apps/popup/src/lib/client/bundler-client.ts index d567fc3d..86ef8497 100644 --- a/apps/popup/src/lib/client/bundler-client.ts +++ b/apps/popup/src/lib/client/bundler-client.ts @@ -33,7 +33,7 @@ export const baseBundlerClient = createBundlerClient({ }), userOperation: { estimateFeesPerGas: async () => { - return (await pimlicoBaseClient.getUserOperationGasPrice()).fast; + return (await pimlicoBaseClient.getUserOperationGasPrice()).standard; }, }, });