Closed george-e-d-g-e closed 1 year ago
in the writeContract function the evaluationOptions params are used when writing but not when reading.
writeContract
evaluationOptions
I found when used with {allowBigInt: true} this means an error is thrown
{allowBigInt: true}
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
in the
writeContract
function theevaluationOptions
params are used when writing but not when reading.I found when used with
{allowBigInt: true}
this means an error is thrown