From f47301905726c74e3355814365feed5ffcc6ad0d Mon Sep 17 00:00:00 2001 From: jxom <7336481+jxom@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:08:15 +0200 Subject: [PATCH] chore: bump chains size-limit budgets The `viem/chains` (108 -> 110 kB) and `tempoTestnet` (66 -> 67 kB) bundles grew past their limits from recently merged chain and tempo additions, failing the CI `pnpm size` check. Amp-Thread-ID: https://ampcode.com/threads/T-019e8cab-fd02-709f-9185-a2766192718b --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99ad8bb034..b594629a31 100644 --- a/package.json +++ b/package.json @@ -188,7 +188,7 @@ { "name": "import * from 'viem/chains'", "path": "./src/_esm/chains/index.js", - "limit": "108 kB", + "limit": "110 kB", "import": "*" }, { @@ -200,7 +200,7 @@ { "name": "import { tempoTestnet } from 'viem/chains'", "path": "./src/_esm/chains/index.js", - "limit": "66 kB", + "limit": "67 kB", "import": "{ tempoTestnet }" }, {