This resolves ENG-2593. For more info about this smart contract, see official ENS docs and GitHub repo.
When I start my iOS app, it needs to resolve 142 ENS names to build the in-memory search indices for @-mentioning and inbox search.
Before this diff, this meant 142 individual network requests to Alchemy. After this diff, it requires only 1.
Depends on D9524