Sometimes when some interfaces load, there will be multiple places where the same ENS name needs to be fetched. Currently, that results in multiple queries for the same ENS name.
This diff makes sure we don't query for the same ENS name simultaneously.
Depends on D6430