Reverse ENS resolution calls should be batched, if multicall specified in the client #1123
Unanswered
apoorvlathey
asked this question in
Idea / Feature Request
Replies: 2 comments 4 replies
-
Can you provide a minimal reproduction? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hey @apoorvlathey but yes i'd love to see this also in viem, i dont want to have to install another library just for ENS name lookup |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had a long list of addresses that I wanted to display as ens names, but the
publicClient.getEnsName()
calls aren't getting batched right now, leading to getting rate-limited by the RPC even though the client has batch specified with wait as high as 1 sec.Beta Was this translation helpful? Give feedback.
All reactions