labscommunity / arweavekit

https://docs.arweavekit.com
MIT License
10 stars 7 forks source link

fix: use evaluation options for read #84

Closed george-e-d-g-e closed 1 year ago

george-e-d-g-e commented 1 year ago

in the writeContract function the evaluationOptions params are used when writing but not when reading.

I found when used with {allowBigInt: true} this means an error is thrown

7i7o commented 1 year ago

Thank you for raising this @george-e-d-g-e 🙏 This has been addressed in #85 I'm closing this PR but feel free to test updated main branch and raise any issues you find