remove address validation from useReadContract arguments #4522
Unanswered
moodysalem
asked this question in
Ideas
Replies: 1 comment
-
there is also a performance cost to computing the checksum of every address we encounter just to send it to the rpc, even if small (and cached) it's not helping on the read path |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the validation of checksum and padding is unnecessary and caused me to waste 30 minutes trying to figure out why the batch call failed
Beta Was this translation helpful? Give feedback.
All reactions