We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Illustration of the issue: https://www.youtube.com/watch?v=XyC9XKWfcYY
We are trying to fetch data from chain, but lookup by guid resolves to 0
Rather than reading data from chain, simulate the transaction first to know what result it will return
We need address of the deployed organisation, it should be possible to grab it through simulated transaction:
WAGMI: https://wagmi.sh/react/api/hooks/useSimulateContract VIEM: https://viem.sh/docs/contract/simulateContract.html
Difficulty I'm facing:
Even after updating to latest:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Illustration of the issue: https://www.youtube.com/watch?v=XyC9XKWfcYY
We are trying to fetch data from chain, but lookup by guid resolves to 0
Workaround
Rather than reading data from chain, simulate the transaction first to know what result it will return
We need address of the deployed organisation, it should be possible to grab it through simulated transaction:
WAGMI: https://wagmi.sh/react/api/hooks/useSimulateContract
VIEM: https://viem.sh/docs/contract/simulateContract.html
Difficulty I'm facing:
Even after updating to latest:
The text was updated successfully, but these errors were encountered: