Skip to content

Commit 7fa815b

Browse files
committed
standardize viem dependency so project builds now
1 parent 77df212 commit 7fa815b

File tree

8 files changed

+30
-171
lines changed

8 files changed

+30
-171
lines changed

packages/client-lens/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"@elizaos/core": "workspace:*",
99
"@lens-protocol/client": "2.2.0",
1010
"@lens-protocol/metadata": "1.2.0",
11-
"axios": "^1.7.9",
12-
"viem": "^2.13.8"
11+
"axios": "^1.7.9"
1312
},
1413
"devDependencies": {
1514
"tsup": "^8.3.5"

packages/plugin-abstract/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"dependencies": {
88
"@elizaos/core": "workspace:*",
99
"tsup": "^8.3.5",
10-
"web3": "^4.15.0",
11-
"viem": "2.21.53"
10+
"web3": "^4.15.0"
1211
},
1312
"scripts": {
1413
"build": "tsup --format esm --dts"

packages/plugin-avalanche/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"type": "module",
66
"types": "dist/index.d.ts",
77
"dependencies": {
8-
"@elizaos/core": "workspace:*",
9-
"viem": "2.21.49"
8+
"@elizaos/core": "workspace:*"
109
},
1110
"devDependencies": {
1211
"tsup": "8.3.5"

packages/plugin-evm/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"@lifi/data-types": "5.15.5",
1111
"@lifi/sdk": "3.4.1",
1212
"@lifi/types": "16.3.0",
13-
"tsup": "8.3.5",
14-
"viem": "2.21.58"
13+
"tsup": "8.3.5"
1514
},
1615
"scripts": {
1716
"build": "tsup --format esm --dts",

packages/plugin-goat/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"@goat-sdk/plugin-coingecko": "0.1.4",
1111
"@goat-sdk/plugin-erc20": "0.1.7",
1212
"@goat-sdk/wallet-viem": "0.1.3",
13-
"tsup": "8.3.5",
14-
"viem": "2.21.58"
13+
"tsup": "8.3.5"
1514
},
1615
"scripts": {
1716
"build": "tsup --format esm --dts",

packages/plugin-story/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"@elizaos/plugin-trustdb": "workspace:*",
1010
"@story-protocol/core-sdk": "1.2.0-rc.3",
1111
"tsup": "8.3.5",
12-
"viem": "2.21.54",
1312
"@pinata/sdk": "^2.1.0"
1413
},
1514
"scripts": {

packages/plugin-tee/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"bs58": "6.0.0",
1515
"node-cache": "5.1.2",
1616
"pumpdotfun-sdk": "1.3.2",
17-
"tsup": "8.3.5",
18-
"viem": "2.21.53"
17+
"tsup": "8.3.5"
1918
},
2019
"scripts": {
2120
"build": "tsup --format esm --dts",

pnpm-lock.yaml

+24-158
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)