hypercerts-org / hypercerts

Hypercerts are a tool to build scalable retrospective reward systems for impact.
https://hypercerts.org/
Other
93 stars 30 forks source link

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

Closed bitbeckers closed 7 months ago

bitbeckers commented 8 months ago

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 commented 7 months ago

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

bitbeckers commented 7 months ago

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:

https://github.com/hypercerts-org/hypercerts/pull/1296