js
js copied to clipboard
Override "from" on useReadContract
Ran into an edge case today where I have a public viewable method that uses msg.sender
to determine the return value and it seems not possible to send an override of the "from" address on useReadContract
.
Please let me know.
Thanks