Skip to content

Commit

Permalink
remove more junk, update viem
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Jan 27, 2025
1 parent 69960c6 commit 3e82aeb
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 21,532 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# ignore lock files
**/*-lock.yaml
package-lock.json
dev-dist

**/CHANGELOG.md
21,509 changes: 0 additions & 21,509 deletions docs/package-lock.json

This file was deleted.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"turbo": "2.3.3",
"typedoc": "0.26.11",
"typescript": "5.6.3",
"viem": "2.21.58",
"viem": "2.22.2",
"vite": "5.4.12",
"vitest": "2.1.5"
},
Expand All @@ -48,7 +48,7 @@
"@solana/[email protected]": "npm:@solana/[email protected]",
"@solana/[email protected]": "npm:@solana/[email protected]",
"@solana/web3.js@2": "npm:@solana/[email protected]",
"viem": "2.21.58",
"viem": "2.22.2",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "12.6.2",
"@polkadot/types-create": "10.13.1",
Expand Down Expand Up @@ -79,6 +79,7 @@
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"workspaces": [
"packages/*",
"agents/*"
"agents/*",
"docs"
]
}
4 changes: 2 additions & 2 deletions packages/plugin-agentkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"types": "dist/index.d.ts",
"dependencies": {
"@elizaos/core": "workspace:*",
"@coinbase/cdp-agentkit-core": "^0.0.10",
"@coinbase/cdp-langchain": "^0.0.11",
"@coinbase/cdp-agentkit-core": "0.0.14",
"@coinbase/cdp-langchain": "0.0.15",
"@langchain/core": "^0.3.27",
"tsup": "8.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ankr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"zod": "^3.22.4",
"ssh2": "^1.15.0",
"@coinbase/coinbase-sdk": "^0.15.0",
"viem": "^2.0.0",
"viem": "2.22.2",
"decimal.js": "^10.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-arthera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@elizaos/core": "workspace:*",
"tsup": "8.3.5",
"viem": "2.21.58"
"viem": "2.22.2"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-bnb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/node": "^22.10.5",
"solc": "^0.8.28",
"tsup": "8.3.5",
"viem": "2.21.53",
"viem": "2.22.2",
"ws": "^8.18.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-btcfun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@lifi/sdk": "3.4.1",
"@lifi/types": "16.3.0",
"tsup": "8.3.5",
"viem": "2.21.53",
"viem": "2.22.2",
"@okxweb3/coin-bitcoin": "1.2.0",
"@okxweb3/crypto-lib": "1.0.10",
"tiny-secp256k1": "2.2.3"
Expand Down
3 changes: 1 addition & 2 deletions packages/plugin-coinbase/advanced-sdk-ts/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
src/rest/main.ts
dist/
node_modules/
.idea/
package-lock.json
.idea/
2 changes: 1 addition & 1 deletion packages/plugin-gelato/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@elizaos/plugin-tee": "^0.1.8",
"@gelatonetwork/relay-sdk-viem": "^1.2.0",
"tsup": "8.3.5",
"viem": "2.21.58",
"viem": "2.22.2",
"whatwg-url": "7.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-holdstation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@elizaos/core": "workspace:*",
"node-cache": "5.1.2",
"tsup": "^8.3.5",
"viem": "2.21.58"
"viem": "2.22.2"
},
"scripts": {
"build": "tsup --format esm --dts"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-hyperbolic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"zod": "^3.22.4",
"ssh2": "^1.15.0",
"@coinbase/coinbase-sdk": "^0.15.0",
"viem": "^2.0.0",
"viem": "2.22.2",
"decimal.js": "^10.4.3"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ plugin-injective/
│ ├── .eslintignore
│ ├── .eslintrc.js
│ ├── eslint.config.mjs
│ ├── package-lock.json
│ ├── package.json
│ └── tsconfig.json
```
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-nft-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"node-cache": "5.1.2",
"solc": "^0.8.28",
"tsup": "8.3.5",
"viem": "^2.21.60"
"viem": "2.22.2"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-router-nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"axios": "^1.7.9",
"ethers": "^6.13.5",
"tsup": "8.3.5",
"viem": "2.21.58"
"viem": "2.22.2"
},
"scripts": {
"build": "tsup --format esm --dts",
Expand Down
5 changes: 0 additions & 5 deletions pnpm-workspace.yaml

This file was deleted.

0 comments on commit 3e82aeb

Please sign in to comment.