Potential Fix
Eliminate theinitCode from the user operation:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
initCode from the user operation:
const operationHash = await bundler.submitUserOp({
// Remove this line
// initCode: "0xd74a8b63df73223fcc89f604d6738e66719dbc...",
// Add this line instead
initCode: "0x",
// Other user operation details...
})