Skip to content

Commit 646ff70

Browse files
feat: respect custom bundler URL for gas fees
1 parent 9425e9e commit 646ff70

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/early-shoes-applaud.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Respect custom bundler URL for getting gas fees

packages/thirdweb/src/wallets/smart/lib/userop.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export async function createUnsignedUserOp(args: {
149149
const bundlerOptions = {
150150
client,
151151
chain,
152+
bundlerUrl: overrides?.bundlerUrl,
152153
entrypointAddress: overrides?.entrypointAddress,
153154
};
154155

0 commit comments

Comments
 (0)