diff --git a/packages/plugin-tee/package.json b/packages/plugin-tee/package.json index c48002ab63c..2f3d9fcdbce 100644 --- a/packages/plugin-tee/package.json +++ b/packages/plugin-tee/package.json @@ -7,14 +7,15 @@ "dependencies": { "@ai16z/eliza": "workspace:*", "@phala/dstack-sdk": "^0.1.4", - "@solana/web3.js": "1.95.4", "@solana/spl-token": "0.4.9", + "@solana/web3.js": "1.95.5", "bignumber": "1.1.0", "bignumber.js": "9.1.2", "bs58": "^6.0.0", "node-cache": "5.1.2", "pumpdotfun-sdk": "1.3.2", - "tsup": "^8.3.5" + "tsup": "^8.3.5", + "viem": "^2.21.53" }, "scripts": { "build": "tsup --format esm --dts",