Skip to content

Commit

Permalink
Merge pull request #1637 from bertux/update-viem-arthera
Browse files Browse the repository at this point in the history
chore: update viem dependency version in plugin-evm and plugin-goat
  • Loading branch information
monilpat authored Jan 1, 2025
2 parents f37d3d8 + 7a40daf commit 961e342
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 45 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@lifi/sdk": "3.4.1",
"@lifi/types": "16.3.0",
"tsup": "8.3.5",
"viem": "2.21.53"
"viem": "^2.21.58"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-goat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dependencies": {
"@elizaos/core": "workspace:*",
"@goat-sdk/core": "0.3.8",
"@goat-sdk/plugin-coingecko": "0.1.4",
"@goat-sdk/plugin-erc20": "0.1.7",
"@goat-sdk/wallet-viem": "0.1.3",
"@goat-sdk/plugin-coingecko": "0.1.4",
"tsup": "8.3.5",
"viem": "2.21.53"
"viem": "^2.21.58"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
Loading

0 comments on commit 961e342

Please sign in to comment.