-
Notifications
You must be signed in to change notification settings - Fork 196
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
improve TransactionReceiptNotFoundError
error catching in waitForTransaction
#1833
Labels
good first issue
Good for newcomers
Comments
Sounds like we should check |
To workaround this, make sure your viem version is aligned with the viem version used by your MUD version. You can check your |
CryptoSpaces
added a commit
to CryptoSpaces/mud
that referenced
this issue
Sep 1, 2024
…ng in waitForTransaction (latticexyz#1833)
CryptoSpaces
added a commit
to CryptoSpaces/mud
that referenced
this issue
Sep 1, 2024
…ng in waitForTransaction (latticexyz#1833)
CryptoSpaces
added a commit
to CryptoSpaces/mud
that referenced
this issue
Sep 1, 2024
…ng in waitForTransaction (latticexyz#1833)
CryptoSpaces
added a commit
to CryptoSpaces/mud
that referenced
this issue
Sep 1, 2024
…ng in waitForTransaction (latticexyz#1833)
CryptoSpaces
added a commit
to CryptoSpaces/mud
that referenced
this issue
Sep 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mud/packages/store-sync/src/createStoreSync.ts
Line 293 in f6d214e
This check can fail if the project is using a different viem version from the MUD packages (see also #1832). For this particular check, we should consider other approaches (e.g. constructor name) that are more resilient to viem version misalignment.
The text was updated successfully, but these errors were encountered: