Skip to content

Releases: wevm/viem

viem@2.56.8

Choose a tag to compare

@github-actions github-actions released this 18 Sep 04:56
0a9993f

Patch Changes

viem@2.56.7

Choose a tag to compare

@github-actions github-actions released this 17 Sep 06:23
44b6473

Patch Changes

viem@2.56.6

Choose a tag to compare

@github-actions github-actions released this 16 Sep 19:47
69ab3c6

Patch Changes

viem@2.56.5

Choose a tag to compare

@github-actions github-actions released this 13 Sep 04:58
8fe7942

Patch Changes

viem@2.56.3

Choose a tag to compare

@github-actions github-actions released this 02 Sep 02:22
3db6cdf

Patch Changes

viem@2.56.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 20:50

Patch Changes

viem@2.56.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 07:55
11a1a86

Patch Changes

viem@2.56.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 21:27
063faa5

Minor Changes

  • #5040 c73282bfa7309a5017f684b8001ec5c13fda4194 Thanks @jxom! - Breaking (viem/tempo): Renamed Abis.abis to Abis.all and expanded the aggregate with Earn and Zone ABIs.

    -const abis = Abis.abis
    +const abis = Abis.all
  • #5040 c73282bfa7309a5017f684b8001ec5c13fda4194 Thanks @jxom! - Breaking (viem/tempo): Moved Zone exports from viem/tempo/zones into viem/tempo.

    -import { Abis, Addresses, http, zoneModerato } from 'viem/tempo/zones'
    +import { Abis, Addresses, http, Zone } from 'viem/tempo'
  • #5040 c73282bfa7309a5017f684b8001ec5c13fda4194 Thanks @jxom! - Breaking (viem/tempo): Replaced curried Zone network factories with built-in Zone definitions and Zone.from for custom chains.

    -const zone = zoneModerato(6)
    +const zone = Zone.a
  • #5040 c73282bfa7309a5017f684b8001ec5c13fda4194 Thanks @jxom! - Breaking (viem/tempo): Replaced chain-specific Zone portal registries with deterministic Addresses.zonePortal(id) resolution for Zone IDs and chain IDs.

    -import { getPortalAddress } from 'viem/tempo/zones'
    +import { Addresses, Zone } from 'viem/tempo'
    
    -const portal = getPortalAddress(42_431, 7)
    +const portal = Addresses.zonePortal(Zone.b.id)
  • #5040 c73282bfa7309a5017f684b8001ec5c13fda4194 Thanks @jxom! - Added selector maps for Zone portal, outbox, messenger, and verifier ABIs.

    import { Selectors } from "viem/tempo";
    
    const selector = Selectors.zonePortal.admin;

Patch Changes

viem@2.55.19

Choose a tag to compare

@github-actions github-actions released this 19 Aug 01:34
cfc1ae5

Patch Changes

viem@2.55.18

Choose a tag to compare

@github-actions github-actions released this 17 Aug 21:08
1a0bbc9

Patch Changes