Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TheDivic opened this issue Sep 6, 2024 · 2 comments
Open

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

TheDivic opened this issue Sep 6, 2024 · 2 comments
Assignees
Labels
🐛 Bug Something isn't working ⛓️ Chain Integration Label for all chain integration related tasks

Comments

@TheDivic
Copy link
Collaborator

TheDivic commented Sep 6, 2024

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 },
      });
@TheDivic TheDivic self-assigned this Sep 6, 2024
@himanshugarg06
Copy link

@B-Venkatesh7210 is it the same issue for Sei mainnet as well?

@B-Venkatesh7210
Copy link

hey @TheDivic whats the update on this?

@TheDivic TheDivic assigned TheDivic and unassigned TheDivic Sep 17, 2024
@TheDivic TheDivic added the 🐛 Bug Something isn't working label Sep 17, 2024
@TheDivic TheDivic added this to the Integrate Sei Network milestone Sep 17, 2024
@TheDivic TheDivic added the ⛓️ Chain Integration Label for all chain integration related tasks label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working ⛓️ Chain Integration Label for all chain integration related tasks
Projects
None yet
Development

No branches or pull requests

3 participants