Skip to content

Commit 4d0afec

Browse files
committed
chore: add plugin depin dependency to agent/
1 parent 05e8096 commit 4d0afec

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

agent/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"@elizaos/plugin-avalanche": "workspace:*",
6767
"@elizaos/plugin-web-search": "workspace:*",
6868
"@elizaos/plugin-genlayer": "workspace:*",
69+
"@elizaos/plugin-depin": "workspace:*",
6970
"readline": "1.3.0",
7071
"ws": "8.18.0",
7172
"yargs": "17.7.2"

packages/plugin-depin/README.md

-10
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ Update character.json with the following:
3030
]
3131
```
3232

33-
### Add dependencies
34-
35-
Add to agent/package.json:
36-
37-
```json
38-
"dependencies": {
39-
"@elizaos/plugin-depin": "workspace:*"
40-
}
41-
```
42-
4333
## Providers
4434

4535
### DePINScan

0 commit comments

Comments
 (0)