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

JsonRpcEngine: Response has no error or result from successful Arbitrum Transactions #72

Open
devon-n opened this issue Jul 24, 2024 · 0 comments

Comments

@devon-n
Copy link

devon-n commented Jul 24, 2024

Using the layer zero bridge when bridging from arbitrum we were receiving this error even though the transaction went through.

So the UI displayed an error even though the transaction was a success.

The error originated from this function yield unsignedTransaction.signAndSubmitTransaction(srcWallet.signer);

A workaround we used in the catch statement was

} catch (e) {
      if (JSON.stringify(e).includes("JsonRpcEngine: Response has no error or result")) {
      // Display success message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant