The live, contract-authoritative Trove for address (core getTrove), refetched on new blocks. useHealthFactor and useLiquidationPrice read the SAME query (shared key + select) so they add no extra fetch.
address
getTrove
useHealthFactor
useLiquidationPrice
select
The live, contract-authoritative Trove for
address(coregetTrove), refetched on new blocks.useHealthFactoranduseLiquidationPriceread the SAME query (shared key +select) so they add no extra fetch.