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

Existing transaction not found on explorer on testnet #348

Open
mpoplavkov opened this issue May 30, 2024 · 0 comments
Open

Existing transaction not found on explorer on testnet #348

mpoplavkov opened this issue May 30, 2024 · 0 comments

Comments

@mpoplavkov
Copy link

mpoplavkov commented May 30, 2024

This url results in 404 error, although you can verify using graphql that the transaction exists: https://app.fuel.network/tx/0xaa12c490df9951ea8ce035287ba323b4bd6e1f2a64434b76a8165b4ee3238bbf/simple.

The following graphql query returns the tx id, which proofs that the transaction exists:

query {
  transaction(id: "0xaa12c490df9951ea8ce035287ba323b4bd6e1f2a64434b76a8165b4ee3238bbf") {
    id
  }
}
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