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
In both the home page and proposal page:
const proposals = await gov.queryFilter('ProposalCreated' as any, 95771, block) console.log('proposals:', proposals[0].args)
I get this error:
Property 'args' does not exist on type 'Log | EventLog'. Property 'args' does not exist on type 'Log'.
It's identified, but I don't understand it:
Works in dev environment but it's blocking the build.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In both the home page and proposal page:
I get this error:
It's identified, but I don't understand it:
Works in dev environment but it's blocking the build.
The text was updated successfully, but these errors were encountered: