Skip to content

Commit aab2b22

Browse files
author
mike dupont
committed
starting to trim
1 parent 2e55a30 commit aab2b22

File tree

4 files changed

+35
-114
lines changed

4 files changed

+35
-114
lines changed

agent/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ import { DirectClient } from "@elizaos/client-direct";
150150
//import { nftGenerationPlugin } from "@elizaos/plugin-nft-generation";
151151
import { createNodePlugin } from "@elizaos/plugin-node";
152152
//import { solanaPlugin } from "@elizaos/plugin-solana";
153+
//console.log("SOLANA",solanaPlugin)
153154
//import { suiPlugin } from "@elizaos/plugin-sui";
154155
//import { TEEMode, teePlugin } from "@elizaos/plugin-tee";
155156
//import { tonPlugin } from "@elizaos/plugin-ton";

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"turbo": "2.3.3",
4242
"typedoc": "0.26.11",
4343
"typescript": "5.6.3",
44+
"viem": "2.21.58",
4445
"vite": "5.4.11",
45-
"vitest": "2.1.5",
46-
"viem": "2.21.58"
46+
"vitest": "2.1.5"
4747
},
4848
"pnpm": {
4949
"overrides": {
@@ -55,7 +55,6 @@
5555
},
5656
"dependencies": {
5757
"@0glabs/0g-ts-sdk": "0.2.1",
58-
"@coinbase/coinbase-sdk": "0.10.0",
5958
"@deepgram/sdk": "^3.9.0",
6059
"@vitest/eslint-plugin": "1.0.1",
6160
"amqplib": "0.10.5",

pnpm-lock.yaml

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

pnpm-workspace.yaml

+31-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
packages:
2-
- "!packages/plugin-solana"
3-
- "!packages/plugin-bootstrap"
2+
- "!packages/plugin-3d-generation/**"
3+
- "!packages/plugin-bootstrap/**"
4+
- "!packages/plugin-solana/**"
5+
- "!packages/plugin-abstract/**"
6+
- "!packages/plugin-aptos/**"
7+
- "!packages/plugin-avalanche/**"
8+
- "!packages/plugin-bootstrap/**"
9+
- "!packages/plugin-coinbase/**"
10+
- "!packages/plugin-conflux/**"
11+
- "!packages/plugin-cronoszkevm/**"
12+
- "!packages/plugin-evm/**"
13+
- "!packages/plugin-flow/**"
14+
- "!packages/plugin-fuel/**"
15+
- "!packages/plugin-gitbook/**"
16+
- "!packages/plugin-goat/**"
17+
- "!packages/plugin-icp/**"
18+
- "!packages/plugin-image-generation/**"
19+
- "!packages/plugin-intiface/**"
20+
- "!packages/plugin-multiversx/**"
21+
- "!packages/plugin-near/**"
22+
- "!packages/plugin-nft-generation/**"
23+
- "!packages/plugin-solana/**"
24+
- "!packages/plugin-starknet/**"
25+
- "!packages/plugin-story/**"
26+
- "!packages/plugin-sui/**"
27+
- "!packages/plugin-tee/**"
28+
- "!packages/plugin-ton/**"
29+
- "!packages/plugin-twitter/**"
30+
- "!packages/plugin-zksync-era/**"
31+
- "packages/plugin-0g/**"
32+
# - "!packages/plugin-node
433
- "docs"
534
- "packages/*"
635
- "client"

0 commit comments

Comments
 (0)