We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49b2ac commit 493f97eCopy full SHA for 493f97e
2 files changed
package.json
@@ -7,6 +7,7 @@
7
"types": "dist/index.d.ts",
8
"exports": {
9
"./package.json": "./package.json",
10
+ "./plugin.json": "./plugin.json",
11
".": {
12
"import": {
13
"@elizaos/source": "./src/index.ts",
@@ -19,8 +20,6 @@
19
20
"dist"
21
],
22
"dependencies": {
- "@elizaos/core": "workspace:*",
23
- "@elizaos/plugin-tee": "workspace:*",
24
"@lifi/data-types": "5.15.5",
25
"@lifi/sdk": "3.4.1",
26
"@lifi/types": "16.3.0",
plugin.json
@@ -0,0 +1,11 @@
1
+{
2
+ "pluginTypes": "elizaos:plugin:1.0.0",
3
+ "pluginParameters": {
4
+ "EVM_PRIVATE_KEY": {
5
+ "type": "string"
6
+ },
+ "EVM_PROVIDER_URL": {
+ }
+}
0 commit comments