Skip to content

@wagmi/core@3.6.4

Choose a tag to compare

@github-actions github-actions released this 22 Jul 23:19
4c461ab

Patch Changes

  • Fixed getBalance and getTransactionCount querying the wrong block for blockNumber: 0n (genesis), which is a valid input but was treated as falsy and fell back to blockTag: 'latest'. (#5203)

  • Breaking (@wagmi/core/tempo): Removed Actions.zone.getDepositStatus to align with the current Tempo Zone API. Use Actions.zone.waitForTempoBlock to wait for a block import, or use Actions.zone.getZoneInfo and inspect tempoBlockNumber for a one-shot read. (#5204)