Skip to content

Update dependency viem to ^2.55.8 - #815

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies
Open

Update dependency viem to ^2.55.8#815
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
viem (source) ^2.52.2^2.55.8 age confidence

Release Notes

wevm/viem (viem)

v2.55.8

Compare Source

Patch Changes

v2.55.7

Compare Source

Patch Changes

v2.55.5

Compare Source

Patch Changes

v2.55.4

Compare Source

Patch Changes

v2.55.2

Compare Source

Patch Changes

v2.55.1

Compare Source

Patch Changes

v2.55.0

Compare Source

Minor Changes
Patch Changes

v2.54.6

Compare Source

Patch Changes
  • #​4807 f1ac4480d0c1c6f29bf709f116068e903643ecad Thanks @​jxom! - viem/tempo: Supported calling token .call builders without a Client (restores the pre-2.54 call signature). When the Client is omitted, token must be a TIP20 token id or contract address, and formatted amounts require explicit decimals.

v2.54.5

Compare Source

Patch Changes

v2.54.4

Compare Source

Patch Changes

v2.54.3

Compare Source

Patch Changes

v2.54.2

Compare Source

Patch Changes

v2.54.1

Compare Source

Patch Changes

v2.54.0

Compare Source

Minor Changes
  • #​4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Breaking (viem/tempo): Changed Tempo token balance and allowance reads to return Amount objects.

    -const balance = await client.token.getBalance({ token })
    -// ^? bigint
    +const balance = await client.token.getBalance({ token })
    +// ^? { amount: bigint; decimals: number; formatted: string }
    
    -const allowance = await client.token.getAllowance({ account, spender, token })
    -// ^? bigint
    +const allowance = await client.token.getAllowance({ account, spender, token })
    +// ^? { amount: bigint; decimals: number; formatted: string }
  • #​4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Breaking (viem/tempo): Changed Tempo token .call helpers to take the client before their action arguments.

    -Actions.token.transfer.call({ token, to, amount })
    +Actions.token.transfer.call(client, { token, to, amount })
    
    -Actions.token.getBalance.call({ account, token })
    +Actions.token.getBalance.call(client, { account, token })
  • #​4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Breaking: Changed ERC-20 token actions to resolve token symbols from the Client tokens array instead of built-in chain tokens config.

     import { createPublicClient, http } from 'viem'
     import { mainnet } from 'viem/chains'
    +import { usdc } from 'viem/tokens'
    
    -const client = createPublicClient({ chain: mainnet, transport: http() })
    +const client = createPublicClient({
    +  chain: mainnet,
    +  tokens: [usdc],
    +  transport: http(),
    +})
    
     const balance = await client.token.getBalance({ account, token: 'usdc' })
  • #​4767 0def05663277a93e645bc28740a78bfc916810ec Thanks @​jxom! - Added viem/tokens entrypoint.

Patch Changes

v2.53.1

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 of the month (* * 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from bbenligiray as a code owner August 1, 2026 01:49
@renovate
renovate Bot requested a review from bdrhn9 August 1, 2026 01:49
@renovate
renovate Bot requested a review from bdrhn9 as a code owner August 1, 2026 01:49
@renovate
renovate Bot requested a review from hiletmis August 1, 2026 01:49
@renovate
renovate Bot force-pushed the renovate/dependencies branch from a566d9b to ef61c79 Compare August 2, 2026 09:10
@renovate renovate Bot changed the title Update dependency viem to ^2.55.2 Update dependency viem to ^2.55.4 Aug 2, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies branch from ef61c79 to b162a34 Compare August 4, 2026 22:35
@renovate renovate Bot changed the title Update dependency viem to ^2.55.4 Update dependency viem to ^2.55.5 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies branch from b162a34 to 710b936 Compare August 5, 2026 21:28
@renovate renovate Bot changed the title Update dependency viem to ^2.55.5 Update dependency viem to ^2.55.7 Aug 5, 2026
@renovate
renovate Bot force-pushed the renovate/dependencies branch from 710b936 to db79929 Compare August 6, 2026 04:49
@renovate renovate Bot changed the title Update dependency viem to ^2.55.7 Update dependency viem to ^2.55.8 Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants