@wagmi/core@3.6.4
Patch Changes
-
Fixed
getBalanceandgetTransactionCountquerying the wrong block forblockNumber: 0n(genesis), which is a valid input but was treated as falsy and fell back toblockTag: 'latest'. (#5203) -
Breaking (
@wagmi/core/tempo): RemovedActions.zone.getDepositStatusto align with the current Tempo Zone API. UseActions.zone.waitForTempoBlockto wait for a block import, or useActions.zone.getZoneInfoand inspecttempoBlockNumberfor a one-shot read. (#5204)