From ce9a6121e0663688778ad3dfa1976fb2f26926a2 Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Mon, 21 Sep 2026 11:43:38 -0400 Subject: [PATCH] Take viem 2.56.8 and bump to 0.5.8 viem 2.56.8 changes type declarations only: its runtime files differ from 2.56.7 in the version string and one comment, so the coupled settle set moves without a wire-contract change. Co-Authored-By: Claude Opus 5 (1M context) --- bun.lock | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bun.lock b/bun.lock index 3048cdb..c8ef007 100644 --- a/bun.lock +++ b/bun.lock @@ -19,7 +19,7 @@ "incur": "0.5.1", "mppx": "0.10.1", "qrcode-terminal": "^0.12.0", - "viem": "2.56.7", + "viem": "2.56.8", }, "devDependencies": { "@eslint/js": "^9.39.5", @@ -45,7 +45,7 @@ }, "overrides": { "esbuild": "^0.28.1", - "viem": "2.56.7", + "viem": "2.56.8", }, "packages": { "@adraffy/ens-normalize": ["@adraffy/ens-normalize@1.11.1", "", {}, "sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ=="], @@ -1074,7 +1074,7 @@ "uri-js": ["uri-js@4.4.1", "", { "dependencies": { "punycode": "^2.1.0" } }, "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg=="], - "viem": ["viem@2.56.7", "", { "dependencies": { "@noble/curves": "1.9.1", "@noble/hashes": "1.8.0", "@scure/bip32": "1.7.0", "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", "ox": "0.14.45", "ws": "8.21.0" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-8YXhttIOKikDnTLj4byvGQmF43Gi0FtEfxUWd6OqSJiuz9bxNYNGmzlS8ZaNiYSKUEfs5vmNprvwPIki9Lk4YA=="], + "viem": ["viem@2.56.8", "", { "dependencies": { "@noble/curves": "1.9.1", "@noble/hashes": "1.8.0", "@scure/bip32": "1.7.0", "@scure/bip39": "1.6.0", "abitype": "1.2.3", "isows": "1.0.7", "ox": "0.14.45", "ws": "8.21.0" }, "peerDependencies": { "typescript": ">=5.0.4" }, "optionalPeers": ["typescript"] }, "sha512-vD1DsnYxySMml5/02m/+boWQYfZtWug2VYzm6+hdVT+VDmULBZfpoh9gPDAENdMMBmQKW/2QJ/1DuZaslBJDAg=="], "vite": ["vite@8.2.2", "", { "dependencies": { "lightningcss": "^1.33.0", "picomatch": "^4.0.5", "postcss": "^8.5.26", "rolldown": "~1.2.4", "tinyglobby": "^0.2.17" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "@vitejs/devtools": "^0.4.0 || ^0.5.0", "esbuild": "^0.27.0 || ^0.28.0", "jiti": ">=1.21.0", "less": "^4.0.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "@vitejs/devtools", "esbuild", "jiti", "less", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q=="], diff --git a/package.json b/package.json index d91630b..5301097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agent-score/pay", - "version": "0.5.7", + "version": "0.5.8", "description": "CLI wallet for one-shell-command agent payments across x402 (Base) and MPP (Tempo, Solana)", "type": "module", "main": "./dist/index.js", @@ -72,7 +72,7 @@ "incur": "0.5.1", "mppx": "0.10.1", "qrcode-terminal": "^0.12.0", - "viem": "2.56.7" + "viem": "2.56.8" }, "devDependencies": { "@eslint/js": "^9.39.5", @@ -93,7 +93,7 @@ }, "overrides": { "esbuild": "^0.28.1", - "viem": "2.56.7" + "viem": "2.56.8" }, "packageManager": "bun@1.4.2", "patchedDependencies": {