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

Use multicall to remove dependency on The Graph for live updates #298

Open
defispartan opened this issue Apr 13, 2022 · 0 comments
Open
Assignees

Comments

@defispartan
Copy link
Contributor

Currently when performing transactions, we're relying on TheGraph to update to display data on the frontend which gives a bad UX and can lead to broken links if you try to view an NFT right after minting.

This can be solved by using multicall to perform a contract read immediately after a write transactions, in the same RPC call. Then we can pass the data to the NFTDetails screen through props, exactly how we currently do from Marketplace or Profile.

@defispartan defispartan self-assigned this Apr 13, 2022
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