-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
Milestone
Description
Describe the bug
Cannot send userOp to legacy network when used config with supports_eip1559 = false
To reproduce
Steps to reproduce the behavior:
Send the userOp to the bundler with network which doesn't support EIP-1559. Got an error:
2025-03-23T16:04:08.361813Z ERROR rundler_builder::bundle_sender: Failed to send bundle with unexpected error: RPC Error: server returned an error response: error code -32000: RPC error response: dynamicFee tx is not supported by signer
Expected behavior
It should be able to send UserOp to legacy network when supports_eip1559 = false is set
Logs
Please attach any relevant logs.
Additional context
Add any other context about the problem here.