Skip to content

Commit 961e342

Browse files
authored
Merge pull request #1637 from bertux/update-viem-arthera
chore: update viem dependency version in plugin-evm and plugin-goat
2 parents f37d3d8 + 7a40daf commit 961e342

File tree

3 files changed

+107
-45
lines changed

3 files changed

+107
-45
lines changed

packages/plugin-evm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@lifi/sdk": "3.4.1",
1212
"@lifi/types": "16.3.0",
1313
"tsup": "8.3.5",
14-
"viem": "2.21.53"
14+
"viem": "^2.21.58"
1515
},
1616
"scripts": {
1717
"build": "tsup --format esm --dts",

packages/plugin-goat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"dependencies": {
88
"@elizaos/core": "workspace:*",
99
"@goat-sdk/core": "0.3.8",
10+
"@goat-sdk/plugin-coingecko": "0.1.4",
1011
"@goat-sdk/plugin-erc20": "0.1.7",
1112
"@goat-sdk/wallet-viem": "0.1.3",
12-
"@goat-sdk/plugin-coingecko": "0.1.4",
1313
"tsup": "8.3.5",
14-
"viem": "2.21.53"
14+
"viem": "^2.21.58"
1515
},
1616
"scripts": {
1717
"build": "tsup --format esm --dts",

0 commit comments

Comments
 (0)