@elizaos/plugin-wallet 2.0.3-beta.6 → 2.0.3-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-wallet",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.7",
|
|
4
4
|
"description": "Non-custodial wallet for elizaOS agents — EVM + Solana, ERC-6551 token-bound accounts, on-chain spend policies, x402 micropayments, CCTP bridge, Li.Fi swap routing, Jupiter routing, multi-DEX LP management (Raydium/Orca/Meteora on Solana, Uniswap/Aerodrome on EVM), Hyperliquid perps, Polymarket, Aave/Morpho lending, and Clanker token launches. Replaces plugin-evm + plugin-solana + plugin-raydium + plugin-orca + plugin-meteora + plugin-jupiter + plugin-lp-manager + plugin-clanker behind one canonical action+provider surface.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"clean": "node ../../packages/scripts/rm-path-recursive.mjs dist"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@elizaos/core": "2.0.3-beta.
|
|
66
|
-
"@elizaos/plugin-elizacloud": "2.0.3-beta.
|
|
65
|
+
"@elizaos/core": "2.0.3-beta.7",
|
|
66
|
+
"@elizaos/plugin-elizacloud": "2.0.3-beta.7"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@coral-xyz/anchor": "^0.32.1",
|
|
70
|
-
"@elizaos/cloud-routing": "2.0.3-beta.
|
|
71
|
-
"@elizaos/shared": "2.0.3-beta.
|
|
70
|
+
"@elizaos/cloud-routing": "2.0.3-beta.7",
|
|
71
|
+
"@elizaos/shared": "2.0.3-beta.7",
|
|
72
72
|
"@lifi/sdk": "^3.7.9",
|
|
73
73
|
"@meteora-ag/dlmm": "^1.9.7",
|
|
74
74
|
"@raydium-io/raydium-sdk": "^1.3.1-beta.58",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@elizaos/core": "2.0.3-beta.
|
|
91
|
+
"@elizaos/core": "2.0.3-beta.7",
|
|
92
92
|
"@types/node": "^24.0.0",
|
|
93
93
|
"typescript": "^6.0.3",
|
|
94
94
|
"vitest": "^4.0.18"
|
|
@@ -162,5 +162,5 @@
|
|
|
162
162
|
"automation"
|
|
163
163
|
],
|
|
164
164
|
"packageType": "plugin",
|
|
165
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "61094f10458d11055c75b3dd0bae374e3f66bac5"
|
|
166
166
|
}
|