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

[FE] Cannot mint on Celo - toJSON not found on ABI #1285

Closed
bitbeckers opened this issue Mar 26, 2024 · 2 comments
Closed

[FE] Cannot mint on Celo - toJSON not found on ABI #1285

bitbeckers opened this issue Mar 26, 2024 · 2 comments

Comments

@bitbeckers
Copy link
Contributor

Which area(s) of Hypercerts are affected? (leave empty if unsure)

No response

To Reproduce

Screenshot 2024-03-26 at 16 25 21

Describe the Bug

Cannot mint on Celo. More details to follow

Expected Behavior

Minting on Celo should work :shru

@bitbeckers
Copy link
Contributor Author

This issue only appears on Celo. OP and Base work fine.

  • When only passing the mintClaim method as the ABI the issue persists.
  • When providing an Infura RPC to the public client, to check on RPC issues, the issue persists
  • Updated to the latest viem (2.x.x) in the SDK, the issues persists
    To be continued

@bitbeckers
Copy link
Contributor Author

Issue was the address retrievel that somehow didn't resolve in time for Celo but it did for the others. Declaring deployments in a variable instead of exploding the results of the getter methods resolved the issue:

#1296

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

When branches are created from issues, their pull requests are automatically linked.

1 participant