Skip to content

Commit 5f6aaa5

Browse files
committed
fix: issue with depn bs58
1 parent 0ebcad4 commit 5f6aaa5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-evm",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -26,6 +26,7 @@
2626
"@lifi/data-types": "5.15.5",
2727
"@lifi/sdk": "^3.7.3",
2828
"@lifi/types": "^17.16.0",
29+
"bs58": "^6.0.0",
2930
"tsup": "8.3.5"
3031
},
3132
"devDependencies": {

0 commit comments

Comments
 (0)