Skip to content

Sei Devnet returns "exceeded time duration to get userOpHash" #688

@TheDivic

Description

@TheDivic

What is Happening

I am testing sponsored and non-sponsored txn on Sei Devnet. I am getting "exceeded time duration to get userOpHash" error, everytime I try to do a txn. I have also increased the maxDuration by 2 mins, but still it throws the same error.(Pinned Image)

What is supposed to happen

The transactions should go through seemlessly as I have enough funds in the paymaster for sponsored txn and enough funds in the smart wallet for non-sponsored txn.

Other Information and SS

Image

I increased the time interval like this

const bundler = await createBundler({
        bundlerUrl: config.bundlerUrl,
        userOpReceiptMaxDurationIntervals: {
          [chains[chainSelected].chainId]: 120000,
        },
        userOpReceiptIntervals: { [chains[chainSelected].chainId]: 3000 },
      });

Metadata

Metadata

Assignees

Labels

⛓️ Chain IntegrationLabel for all chain integration related tasks🐛 BugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions